+ '[' -z /usr/share/ant ']' + '[' -z /opt/jdk1.8.0_191 ']' + export PATH=/opt/jdk1.8.0_191/bin:/usr/share/ant/bin:/opt/jdk1.8.0_191/bin:/usr/share/ant/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + PATH=/opt/jdk1.8.0_191/bin:/usr/share/ant/bin:/opt/jdk1.8.0_191/bin:/usr/share/ant/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + cd /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2 ++ pwd + export BASEDIR=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2 + BASEDIR=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2 + '[' -z '' ']' + export JAKARTA_JARS=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2 + JAKARTA_JARS=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2 + '[' '!' -z '' ']' + which ant /usr/share/ant/bin/ant + ant -version Picked up JAVA_TOOL_OPTIONS: -Xmx1G Apache Ant(TM) version 1.10.8 compiled on May 10 2020 + which java /opt/jdk1.8.0_191/bin/java + java -version Picked up JAVA_TOOL_OPTIONS: -Xmx1G java version "1.8.0_191" Java(TM) SE Runtime Environment (build 1.8.0_191-b26) Java HotSpot(TM) 64-Bit Server VM (build 25.191-b26, mixed mode) + export 'ANT_OPTS=-Xmx2G -Djava.endorsed.dirs=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/endorsed -Djavax.xml.accessExternalStylesheet=all -Djavax.xml.accessExternalSchema=all -DenableExternalEntityProcessing=true -Djavax.xml.accessExternalDTD=file,http' + ANT_OPTS='-Xmx2G -Djava.endorsed.dirs=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/endorsed -Djavax.xml.accessExternalStylesheet=all -Djavax.xml.accessExternalSchema=all -DenableExternalEntityProcessing=true -Djavax.xml.accessExternalDTD=file,http' + echo + sed -e 's#^javaee.home=.*#javaee.home=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2#g' -e 's#^javaee.home.ri=.*#javaee.home.ri=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2#g' -e 's#^report.dir=.*#report.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/JTReport#g' -e 's#^work.dir=.*#work.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/JTWork#g' /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/install/jakartaee/bin/ts.jte + mv /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/install/jakartaee/bin/ts.jte.new /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/install/jakartaee/bin/ts.jte + sed -i -e 's#tools\.jar=.*#tools.jar=\/home\/jenkins\/agent\/workspace\/_tck-scottmarlow_tuning_request2\/modules\/webservices-tools.jar:\/home\/jenkins\/agent\/workspace\/_tck-scottmarlow_tuning_request2\/modules\/webservices-api.jar#g' /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/install/jakartaee/bin/ts.jte + echo 'Contents of modified TS.JTE file' Contents of modified TS.JTE file + cat /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/install/jakartaee/bin/ts.jte # # Copyright (c) 2006, 2021 Oracle and/or its affiliates. All rights reserved. # # This program and the accompanying materials are made available under the # terms of the Eclipse Public License v. 2.0, which is available at # http://www.eclipse.org/legal/epl-2.0. # # This Source Code may also be made available under the following Secondary # Licenses when the conditions for such availability set forth in the # Eclipse Public License v. 2.0 are satisfied: GNU General Public License, # version 2 with the GNU Classpath Exception, which is available at # https://www.gnu.org/software/classpath/license.html. # # SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 # ######################################################################### ## ## JavaTest Environment file for Java EE Compatibility Test Suite ## ## Environment specific properties in this file will likely ## have to be modified prior to running the Java EE CTS. ## Instructions for modifying these properties are contained in this ## file. ## ## This file is processed by an external tool that helps generate the ## CTS documents. Therefore this file has a standard format that must ## be followed. This file is a standard Java Properties file with ## very specific comment formatting. Users can write property specific ## comments by using the property name and an ampersand (@). As an ## example the following comment applies to the foo.bar property: ## # @foo.bar - This is a comment pertaining to foo.bar ## # that spans multiple lines. ## This comment must be preceded by a single hash (#) character and ## the property name must be prepended with an ampersand (@). The ## comment can appear anywhere in the ts.jte file. If users have ## comments that belong in ts.jte but DO NOT pertain to a particular ## property the user must start the comment with at least 2 hash (#) ## characters. The following is a valid non-property comment: ## ## A valid non-property comment ## ## that spans multiple lines. ######################################################################### ######################################################################### ## @jte.version This version denotes the bundle this JTE was ## originally included with. The version matches the ID ## in the bundle name. It can be used to identify a ## mismatched JTE file. This value is filled in during ## the build process as part of sanitizing the jte file. ######################################################################### jte.version=@JTE_VERSION@ ######################################################################## ## Javatest batch mode work directory and report directory, and policy for ## handling existing work and report directories. These properties affects ## runclient and report targets, but not gui target. ## To disable generating test report, unset report.dir, or set it to "none" ## either here or from command line, as in the following command: ## ant runclient -Dreport.dir="none" ## # @work.dir The directory used to store Javatest test results and test # information. # @report.dir The directory used to store Javatest summary reports of # test results. # @if.existing.work.report.dirs specifies how existing work.dir and # report.dir will be handled, and it must be one of the following values: # overwrite overwrites all content in work.dir and report.dir # backup moves all content in work.dir and report.dir to # work.dir_time_day_bak and report.dir_time_day_bak, # respectively # append reuses and preserves the existing work.dir and report.dir # auto lets the build files decide which mode to use # (overwrite, backup or append). the value is determined # like this: # if.existing.work.report.dirs == auto # if in CTS workspace # if.existing.work.report.dirs = overwrite # else we are in a distribution bundle # if.existing.work.report.dirs = append # end if # else # if.existing.work.report.dirs = value in this file # end if ######################################################################## work.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/JTWork report.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/JTReport if.existing.work.report.dirs=auto ######################################################################## # @javatest.timeout.factor This property specifies the scale factor used by # Javatest to adjust the time JavaTest will wait for a given test to # complete before returning failure. For instance if the default test timeout # is 5 minutes, this value will be multiplied by 5 minutes to determine # the total timeout delay. Note: this value only works with Javatest's # batch mode (runclient). When using the Javatest GUI users must change # this timeout factor in the GUI. Configure -> Edit Configuration -> View # -> choose Standard Values -> select tab Execution -> set Time Factor. # # Note that javatest.timeout.factor can be a positive real number, such as 1.5 ######################################################################## javatest.timeout.factor=1 ######################################################################## ## Level of Vendor Java EE Implementation # @javaee.level The level of Java EE support for the implementation under test. # This property serves two purposes: First, it is used to determine # whether the impl under test is a Java EE Full profile (full) or Java # EE Web profile (web). Either "full" or "web" must be specified in # the list values. "full" will tell the harness to deploy ears. "web" # will tell the harness to deploy wars. # This property is also used to help determine which apis (in the # signature tests) are to be tested. # # NOTE: This property does not determine which CTS tests to run for # different profiles and optional technologies. That is done using # keywords. Please refer to the keywords functionality in the CTS # User's Guide for information on how to use keywords when # running CTS tests. # # Currently, there are 4 settings supported for this property: # 1. full: This is the minimal set of signature requirements that vendors # must support. Specifying a javaee.level of "full" with nothing # else implies there are NO additional technologies existing within # the vendors implementation. Again, "full" only covers the # REQUIRED Technologies for Jakarta EE 8 Full profile # ex/ javaee.level=full # # 2. web : This is the minimal set of signature requirements that vendors # must support for Web Profile. Specifying a javaee.level of "web" # with nothing else implies there are NO additional technologies # existing within the vendors implementation. Again, "web" only # covers REQUIRED Technologies for Jakarta EE 8 Web profile # ex/ javaee.level=web # # 3. full + optional_technologies: This covers REQUIRED Technologies for # Java EE 8 Full Profile and any combination of the optional # technologies. # Known optional technologies for CTS8 full profile include: # "jaxr". # ex 1/ javaee.level=full jaxr # ex 2/ javaee.level=full jaxr # ex 3/ javaee.level=full # ex 4/ etc... # # 4. web + optional_technologies: This covers REQUIRED Technologies for # Java EE 8 Web Profile and any combination of optional # technologies. # Known optional technologies for Web Profile include: # "batch", "jaxr", "connector", "jaxb", # "jms", "javamail", "jacc", "jaspic", "wsmd" # ex 1/ javaee.level=web connector jms jacc # ex 2/ javaee.level=web jaspic # ex 3/ javaee.level=web jms connector # ex 4/ etc... # # Note 1: spaces separate multiple entries # # Note 2: optional technologies for full/javaee profile are listed # in the Java EE 8 spec, in Table EE.6-1. Currently, the only # optional technologies for full profile are: "jaxr" (JAXR 1.0) # # Note 3: The list of optional technologies for Web Profile includes any OPTIONAL # technology explicitly called out in the Web Profile spec (if applicable) # as well as any additional technology which is listed within # JavaEE Profile 8 spec *but* not included/Required in the # Web Profile spec. # # Note 4: Two different examples of javaee.level are provided immediately # following this comment block. One is for running CTS8 against # the EE 8 (full) Profile RI and the other is for running CTS8 # against the EE 8 Web Profile RI. Notice that optional technologies # are supplied here since the RI for CTS8 contains those optional # technologies in it. It's very possible vendors may provider different # optional technologies in their implementations. If so, the list of # optional technologies will need to be adjusted here to suite each # vendors implementation. # # Note 5: For EE 8 (RI) Web Profile, you can uncomment and use the line # below which starts with: javaee.level=web .... # # IMPORTANT: when testing Web Profile - be sure to adjust the # "optional.tech.packages.to.ignore" property accordingly. # (see comments for optional.tech.packages.to.ignore below) # ############################################################################### #javaee.level=web connector jaxws jaxb javamail jacc jaspic wsmd javaee.level=full ######################################################################## ## Settings for Vendor Java EE Implementation # @javaee.home The location of the vendor's Java EE platform # implementation. # @orb.host Hostname of the machine running the vendor's # implementation. # @orb.port The port number the vendor implementation is listening # to for service requests. ######################################################################## javaee.home=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2 orb.host=localhost orb.port=3699 ######################################################################## ## Settings for Sun RI Java EE Implementation # @javaee.home.ri The location of the RI. # @orb.host Hostname of the machine running the RI. # @orb.port The port number the RI is listening to for service # requests. ######################################################################## javaee.home.ri=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2 orb.host.ri=localhost orb.port.ri=3700 ################################################################### ################################################################### ################################################################### ## RI SPECIFIC PROPERTIES LIVE BELOW ################################################################### ################################################################### ################################################################### ############################################################### # @ts.display -- location to display CTS output on Unix ############################################################### ts.display=:0.0 ########################################################################### # @endorsed.dirs using Java SE 6 or above and you provide newer versions # of technologies than those contained in Java SE 6, verify # that the property endorsed.dirs is set to the location of # the VI api jars for those technologies you wish to # override. For example, Java SE 6 contains an # implementation of JAXWS 2.0 which will conflict with # JAXWS 2.1, therefore this property would need to be set # so that JAXWS 2.1 would be used during the building of # tests and during test execution. # # @endorsed.dirs.ri If using Java SE 6 or above and you provide newer versions # of technologies than those contained in Java SE 6, verify # that the property endorsed.dirs is set to the location of # the RI api jars for those technologies you wish to # override. For example, Java SE 6 contains an # implementation of JAXWS 2.0 which will conflict with # JAXWS 2.1, therefore this property would need to be set # so that JAXWS 2.1 would be used during the building of # tests and during test execution. ########################################################################### endorsed.dirs=${javaee.home}/modules/endorsed endorsed.dirs.ri=${javaee.home.ri}/modules/endorsed ############################################################### ## Config params needed for Java EE RI asadmin ## You must change these values as needed ## # @ri.admin.user -- The Java EE RI asadmin user id # @ri.admin.passwd -- The Java EE RI asadmin user password # @ri.admin.host -- The Java EE RI host # @ri.admin.port -- The Java EE RI port # @ri.admin -- The Java EE RI admin command # @ri.server -- The Java EE RI server instance being used # @ri.domain.dir -- Points to where your domains are installed. # @ri.domain.name -- The Java EE RI domain being used # @ri.domain -- The Java EE RI domain path being used # @ri.asenv.loc -- location of asenv.conf or asenv.bat # @ri.imqbin.loc -- location of the IMQ bin directory # @ri.lib -- Library directory for other Java EE RI # jars # @ri.imq.share.lib -- Shared library directory for imq # @ri.jvm.options -- Java options needed by the Java EE RI # note, the second option is not needed # but is required to work around asadmin # command line parsing issues. The # xxxlogin and xxxpassword are used # to set known server side creds for use # with connector tests. # @ri.java.endorsed.dirs -- endorsed directory used by RI # @ri.applicationRoot-- Location of application repository # Only needed when running on windows # @ri.and.vi.run.on.same.host - set to true if interop tests are run # with both RI and VI on same machine. set to # false if they are run on different machines. # This is used to work around an orb issue # specific to running VI and RI on same box. # # @ri.orb.iiop.orbserverid - This is used to set a similarly # named jvm option in the RI. It is only used # when we are running interop where remote EJBs # try to access target EJB's on the same host with # zero port configuration for ssl. # This only gets used when ri.and.vi.run.on.same.host=true. # The value is to be an ORB server id. ############################################################### ri.admin.user=admin ri.admin.passwd= ri.admin.host=${orb.host.ri} ri.admin.port=4848 ri.admin=${javaee.home.ri}/bin/asadmin ri.server=server ri.domain.dir=${javaee.home.ri}/domains ri.domain.name=domain1 ri.domain=${ri.domain.dir}/${ri.domain.name} ri.asenv.loc=${javaee.home.ri}/config ri.imqbin.loc=${javaee.home.ri}/../mq/bin ri.lib=${javaee.home.ri}/lib ri.log.file.location=${ri.domain}/logs ri.modules=${javaee.home.ri}/modules ri.imq.share.lib=${javaee.home.ri}/../mq/lib ri.jvm.options=-XX\\\:MaxPermSize=512m:-Doracle.jdbc.J2EE13Compliant=true:-Xmx2048m:-Dj2eelogin.name=${user}:-Dj2eelogin.password=${password}:-Deislogin.name=${user1}:-Deislogin.password=${password1}:-Dtest.ejb.stateful.timeout.wait.seconds=${test.ejb.stateful.timeout.wait.seconds}:-DwebServerPort.2=${webServerPort.2}:-DwebServerHost.2=${webServerHost.2}:-Dcsiv2.save.log.file=${harness.log.traceflag}:-Djavax.xml.accessExternalStylesheet=all:-Djavax.xml.accessExternalDTD=file,http ri.jvm.options.remove=-XX\\\:MaxPermSize=192m:-Xmx512m:${ri.jvm.options} ri.java.endorsed.dirs=${endorsed.dirs.ri} ri.applicationRoot=c: ri.and.vi.run.on.same.host=true ri.orb.iiop.orbserverid=200 ############################################################### ## Config params needed for Java EE VI asadmin ## You must change these values as needed ## # @vi.admin.user -- The Java EE VI asadmin user id # @vi.admin.passwd -- The Java EE VI asadmin user password # @vi.admin.host -- The Java EE VI host # @vi.admin.port -- The Java EE VI port # @vi.admin -- The Java EE VI admin command # @vi.server -- The Java EE VI server instance being used # @vi.domain.dir -- Points to where your domains are installed. # @vi.domain.name -- The Java EE VI domain being used # @vi.domain -- The Java EE VI domain path being used # @vi.asenv.loc -- location of asenv.conf or asenv.bat # @vi.imqbin.loc -- location of the IMQ bin directory # @vi.lib -- Library directory for other Java EE VI # jars # @vi.imq.share.lib -- Shared library directory for imq # @vi.jvm.options -- Java options needed by the Java EE VI # note, the second option is not needed # but is required to work around asadmin # command line parsing issues. The # xxxlogin and xxxpassword are used # to set known server side creds for use # with connector tests. # @vi.java.endorsed.dirs -- endorsed directory used by RI # @vi.applicationRoot-- Location of application repository # Only needed when running on windows ############################################################### vi.admin.user=admin vi.admin.passwd= vi.admin.host=${orb.host} vi.admin.port=4848 vi.admin=${javaee.home}/bin/asadmin vi.server=server vi.domain.dir=${javaee.home}/domains vi.domain.name=domain1 vi.domain=${vi.domain.dir}/${vi.domain.name} vi.asenv.loc=${javaee.home}/config vi.imqbin.loc=${javaee.home}/../mq/bin vi.lib=${javaee.home}/server/lib vi.log.file.location=${vi.domain}/logs vi.modules=${javaee.home}/modules vi.imq.share.lib=${javaee.home}/../mq/lib vi.jvm.options=-XX\\\:MaxPermSize=512m:-Doracle.jdbc.J2EE13Compliant=true:-Xmx2048m:-Dj2eelogin.name=${user}:-Dj2eelogin.password=${password}:-Deislogin.name=${user1}:-Deislogin.password=${password1}:-Dtest.ejb.stateful.timeout.wait.seconds=${test.ejb.stateful.timeout.wait.seconds}:-DwebServerPort.2=${webServerPort.2}:-DwebServerHost.2=${webServerHost.2}:-Dcsiv2.save.log.file=${harness.log.traceflag}:-Djavax.xml.accessExternalStylesheet=all:-Djavax.xml.accessExternalDTD=file,http vi.jvm.options.remove=-XX\\\:MaxPermSize=192m:-Xmx512m:${vi.jvm.options} vi.java.endorsed.dirs=${endorsed.dirs} vi.applicationRoot=c: ############################################################### ## Config params needed for Sun Java System Application Server ## (SJSAS) asadmin. You must change these values as needed ## only if you are testing against SJSAS app server ## (javaee.home is pointing to SJSAS). # # @s1as.admin.user -- The SJSAS asadmin user id # @s1as.admin.passwd -- The SJSAS asadmin user password # @s1as.admin.host -- The SJSAS host # @s1as.admin.port -- The SJSAS port # @s1as.admin -- The SJSAS admin command # @s1as.server -- The SJSAS server instance being used # @s1as.domain.dir -- Points to where your domains are installed. # @s1as.domain.name -- The SJSAS domain being used # @s1as.domain -- The SJSAS domain path being used # @s1as.asenv.loc -- location of asenv.conf or asenv.bat # @s1as.imqbin.loc -- location of the IMQ bin directory # @s1as.lib -- Library directory for other Java EE RI # jars # @s1as.imq.share.lib -- Shared library directory for imq # @s1as.jvm.options -- Java options needed by SJSAS # The xxxlogin and xxxpassword are used # to set known server side creds for use # with connector tests. # @s1as.java.endorsed.dirs -- endorsed directory used by SJSAS # for running the servlet suite with # JDK 8, append the CTS endorsed # directory - ${ts.home}/endorsedlib # to this property. # eg : s1as.java.endorsed.dirs=\ # ${endorsed.dirs}${pathsep}\ # ${ts.home}/endorsedlib # @s1as.applicationRoot-- Location of application repository # Only needed when running on windows # @s1as.db.ext.dirs -- The extension directory for DB Type 2 # drivers. Currently, this only needs # to be set when using DB2 else it # should be empty. ############################################################### s1as.admin.user=admin s1as.admin.passwd= s1as.admin.host=${orb.host} s1as.admin.port=4848 s1as.admin=${javaee.home}/bin/asadmin s1as.server=server s1as.domain.dir=${javaee.home}/domains s1as.domain.name=domain1 s1as.domain=${s1as.domain.dir}/${s1as.domain.name} s1as.asenv.loc=${javaee.home}/config s1as.imqbin.loc=${javaee.home}/../mq/bin s1as.lib=${javaee.home}/lib s1as.modules=${javaee.home}/modules s1as.imq.share.lib=${javaee.home}/../mq/lib s1as.jvm.options=-XX\\\:MaxPermSize=512m:-Doracle.jdbc.J2EE13Compliant=true:-Xmx2048m:-Dj2eelogin.name=${user}:-Dj2eelogin.password=${password}:-Deislogin.name=${user1}:-Deislogin.password=${password1}:-Dtest.ejb.stateful.timeout.wait.seconds=${test.ejb.stateful.timeout.wait.seconds}:-DwebServerPort.2=${webServerPort.2}:-DwebServerHost.2=${webServerHost.2} s1as.jvm.options.remove=-XX\\\:MaxPermSize=192m:-Xmx512m:${s1as.jvm.options} s1as.java.endorsed.dirs=${endorsed.dirs} s1as.applicationRoot=c: s1as.db.ext.dirs= ############################################################### # @sjsas.das.orb.port -- ORB port number for the DAS # @sjsas.das.orb.host -- ORB host name for the DAS # @sjsas.das.webServerPort -- HTTP listener port for the DAS # @sjsas.das.securedWebServicePort -- HTTPS listener port for the DAS # @sjsas.nodeagent.name -- Name of node agent used by # the remote instance. # @sjsas.nodeinstance.name -- Name of the remote instance # @sjsas.master.password -- Used to create a node agent only # applicable to EE. Defaults to changeit. This # can be changed at EE install time. # @sjsas.instance.config.dir -- config directory used by the intsance # being tested. # For PE/DAS = config # For remote instance = config # @sjsas.cts.timer.resource -- Backend to use when we are using java2db with # the CMP tests for the jdbc/DBTimer resource # @sjsas.cmp.backend -- Backend to use when we are using java2db with # the CMP tests # @sjsas.node.agent.dir.name -- The name of the node agent directory to use. # This value will be used on Windows only and # ignored on non-Windows platforms. The default # is 'n' meaning the create-node-agent command # will pass the --agentdir argument with a value # of ${s1as.applicationRoot}\${sjsas.node.agent.dir.name}. # @sjsas.env.type -- CTS test configuration. Possible values are: # das (for PE or DAS) # remote (for remote intance) # cluster (for cluster config not yet supported) # @s1as.targets -- Instance(s) to deploy tests # Supports multiple instances, For example: # s1as.targets=server server-1 ############################################################### sjsas.das.orb.port=3700 sjsas.das.orb.host=${orb.host} sjsas.das.webServerPort=8000 sjsas.das.securedWebServicePort=1043 sjsas.nodeagent.name=node-agent-1 sjsas.nodeinstance.name=server-1 sjsas.master.password=changeit sjsas.instance.config.dir=config sjsas.cts.timer.resource=derby sjsas.cmp.backend=derby sjsas.node.agent.dir.name=n sjsas.env.type=das #sjsas.env.type=remote s1as.targets=${s1as.server} #s1as.targets=${sjsas.nodeinstance.name} ############################################################### # @s1as.pe.jmsServer -- name of the JMS server the RI/PE # @s1as.se.jmsServer -- name of the JMS server for SE/EE ############################################################### s1as.pe.jmsServer=imqbroker s1as.se.jmsServer=imqbroker #s1as.se.jmsServer=${s1as.domain.name}_${s1as.server} ############################################################### # @extension.dir - The extension directory for the app # server under test. This does not apply # to the RI. # # Note: App server vendors will need to set this to their # app server's extension directory. The CTS config.vi # target will copy the CTS library jars to this location. ############################################################### extension.dir=${s1as.domain}/lib/ext ############################################################### # @instance.listenerName - Default value for the iiop listener # for your instance. Users will # most likely not need to change this. ############################################################### instance.listenerName=orb-listener-1 ############################################################### # @tz - your local timezone. For valid values, consult your # Operating System documentation. ############################################################### tz=US/Eastern ############################################################### # @jdbc.lib.class.path - This property is used by the # database.classes properties to point to # where the JDBC drivers live. ############################################################### jdbc.lib.class.path=${ts.home}/internal/lib ############################################################### ## The following section is for CTS Database configuration ## For each database that you will test, configure the following: ## Here is an example using derby: Users will need to ## replace derby with the appropriate DB name. # @derby.dbName -- Database Name # @derby.server -- Database Server # @derby.port -- Database Server port # @derby.dml.file -- DML file used for CTS test cases # @derby.user -- User Id configured # @derby.passwd -- User password configured # @derby.url -- URL to the cts database # @derby.driver -- DriverManager driver # @derby.classes -- CLASSPATH to JDBC driver classes # @derby.poolName -- Name of pool configured in the Java EE # RI (do not change!) # @derby.dataSource -- DataSource driver # @derby.properties -- Any additional JDBC driver required # properties # @derby.startup.delay-- delay to wait for DB to start ############################################################### ## ## Info for Cloudscape 10/Derby ## derby.dbName=derbyDB derby.server=${orb.host} derby.port=1527 derby.port.ri=1527 derby.dml.file=derby/derby.dml.sql derby.user=cts1 derby.passwd=cts1 derby.url=jdbc:derby://${derby.server}:${derby.port}/${derby.dbName};create=true derby.driver=org.apache.derby.jdbc.ClientDriver derby.home=${javaee.home}/../javadb derby.system.home=${derby.home}/databases derby.classpath=${ts.home}/lib/dbprocedures.jar${pathsep}${derby.home}/lib/derbynet.jar derby.classes=${derby.home}/lib/derbyclient.jar derby.poolName=cts-derby-pool derby.dataSource=org.apache.derby.jdbc.ClientDataSource derby.properties=DatabaseName\=\"${derby.dbName}\":user\=${derby.user}:password\=${derby.passwd}:serverName\=${derby.server}:portNumber=${derby.port} derby.startup.delay=5 # # Cloudscape 10 /Derby embedded driver # derbyEmbedded.dbName=/tmp/DerbyDB derbyEmbedded.server=${orb.host} derbyEmbedded.port=1527 derbyEmbedded.dml.file=derby/derby.dml.sql derbyEmbedded.user=cts1 derbyEmbedded.passwd=cts1 derbyEmbedded.url=jdbc:derby:${derbyEmbedded.dbName};create=true derbyEmbedded.driver=org.apache.derby.jdbc.EmbeddedDriver derbyEmbedded.classes=${javaee.home}/../javadb/lib/derby.jar${pathsep}${ts.home}/lib/dbprocedures.jar derbyEmbedded.poolName=cts-derbyEmbedded-pool derbyEmbedded.dataSource=org.apache.derby.jdbc.EmbeddedDataSource derbyEmbedded.pool.url='jdbc\\:derby\\:${derbyEmbedded.dbName}\\;create=true' derbyEmbedded.properties=DatabaseName\=\"${derbyEmbedded.dbName}\":user\=${derbyEmbedded.user}:password\=${derbyEmbedded.passwd} ## ## Info for DB2 (8.1 type 2 driver) ## db2.dbName=cts db2.server=${orb.host} db2.port=50000 db2.dml.file=db2/db2.dml.sql db2.user=db2inst1 db2.passwd=ibmdb2 db2.url=jdbc:db2:${db2.dbName} db2.driver=com.ibm.db2.jcc.DB2Driver db2.classes=${jdbc.lib.class.path}/db2jcc.jar:${jdbc.lib.class.path}/db2jcc_license_cu.jar:${jdbc.lib.class.path}/db2java.zip db2.poolName=cts-db2-pool db2.dataSource=com.ibm.db2.jcc.DB2SimpleDataSource db2.properties=user=${db2.user}:password=${db2.passwd}:databaseName=${db2.dbName}:driverType=2:deferPrepares\=false ## ## Info for db2 using the DataDirect driver ## db2DD.dbName=cts db2DD.server=${orb.host} db2DD.port=50000 db2DD.dml.file=db2/db2.dml.sql db2DD.user=db2inst1 db2DD.passwd=ibmdb2 db2DD.url=jdbc:datadirect:db2://${db2DD.server}:${db2DD.port};DatabaseName\=${db2DD.dbName} db2DD.driver=com.ddtek.jdbc.db2.DB2Driver db2DD.classes=${jdbc.lib.class.path}/util.jar${pathsep}${jdbc.lib.class.path}/db2.jar${pathsep}${jdbc.lib.class.path}/base.jar db2DD.poolName=cts-db2-DataDirect-pool db2DD.dataSource=com.ddtek.jdbcx.db2.DB2DataSource db2DD.properties=user\=${db2DD.user}:password\=${db2DD.passwd}:ServerName\=${db2DD.server}:portNumber\=${db2DD.port}:databasename\=${db2DD.dbName} ## ## Info for db2 using the Sun driver ## db2Sun.dbName=cts db2Sun.server=${orb.host} db2Sun.port=50000 db2Sun.dml.file=db2/db2.dml.sql db2Sun.user=db2inst1 db2Sun.passwd=ibmdb2 db2Sun.url=jdbc:sun:db2://${db2Sun.server}:${db2Sun.port};DatabaseName\=${db2Sun.dbName} db2Sun.driver=com.sun.sql.jdbc.db2.DB2Driver db2Sun.classes=${jdbc.lib.class.path}/smdb2.jar db2Sun.poolName=cts-db2-Sun-pool db2Sun.dataSource=com.sun.sql.jdbcx.db2.DB2DataSource db2Sun.properties=user\=${db2Sun.user}:password\=${db2Sun.passwd}:ServerName\=${db2Sun.server}:portNumber\=${db2Sun.port}:databasename\=${db2Sun.dbName} ## ## Info for Microsoft SQL Server ## mssqlserver.dbName=cts mssqlserver.server=${orb.host} mssqlserver.port=1433 mssqlserver.dml.file=mssqlserver/mssqlserver.dml.sql mssqlserver.user=guest mssqlserver.passwd=guest mssqlserver.url=jdbc:microsoft:sqlserver://${mssqlserver.server}:${mssqlserver.port} mssqlserver.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver mssqlserver.classes=${jdbc.lib.class.path}/sqljdbc.jar mssqlserver.poolName=cts-mssqlserver-pool mssqlserver.dataSource=com.microsoft.sqlserver.jdbc.SQLServerDataSource mssqlserver.properties=user\=${mssqlserver.user}:password\=${mssqlserver.passwd}:ServerName\=${mssqlserver.server}:portNumber\=${mssqlserver.port} ## ## Info for Microsoft SQL Server using the DataDirect driver ## mssqlserverDD.dbName=cts mssqlserverDD.server=${orb.host} mssqlserverDD.port=1433 mssqlserverDD.dml.file=mssqlserver/mssqlserver.dml.sql mssqlserverDD.user=guest mssqlserverDD.passwd=guest mssqlserverDD.url=jdbc:datadirect:sqlserver://${mssqlserverDD.server}:${mssqlserverDD.port} mssqlserverDD.driver=com.ddtek.jdbc.sqlserver.SQLServerDriver mssqlserverDD.classes=${jdbc.lib.class.path}/util.jar${pathsep}${jdbc.lib.class.path}/sqlserver.jar${pathsep}${jdbc.lib.class.path}/base.jar mssqlserverDD.poolName=cts-mssqlserver-DataDirect-pool mssqlserverDD.dataSource=com.ddtek.jdbcx.sqlserver.SQLServerDataSource mssqlserverDD.properties=user\=${mssqlserverDD.user}:password\=${mssqlserverDD.passwd}:ServerName\=${mssqlserverDD.server}:portNumber\=${mssqlserverDD.port}:selectMethod\=cursor ## ## Info for Microsoft SQL Server using the Inet driver ## mssqlserverInet.dbName=cts1 mssqlserverInet.server=${orb.host} mssqlserverInet.port=1433 mssqlserverInet.dml.file=mssqlserver/mssqlserver.dml.sql mssqlserverInet.user=cts1 mssqlserverInet.passwd=cts1 mssqlserverInet.url=jdbc:inetdae7:${mssqlserverInet.server}:${mssqlserverInet.port} mssqlserverInet.driver=com.inet.tds.TdsDriver mssqlserverInet.classes=${jdbc.lib.class.path}/Merlia.jar mssqlserverInet.poolName=cts-mssqlserver-Inet-pool mssqlserverInet.dataSource=com.inet.tds.TdsDataSource mssqlserverInet.properties=user\=${mssqlserverInet.user}:password\=${mssqlserverInet.passwd}:ServerName\=${mssqlserverInet.server}:port\=${mssqlserverInet.port} ## ## Info for Microsoft SQL Server using the Sun driver ## mssqlserverSun.dbName=cts mssqlserverSun.server=${orb.host} mssqlserverSun.port=1433 mssqlserverSun.dml.file=mssqlserver/mssqlserver.dml.sql mssqlserverSun.user=guest mssqlserverSun.passwd=guest mssqlserverSun.url=jdbc:sun:sqlserver://${mssqlserverSun.server}:${mssqlserverSun.port} mssqlserverSun.driver=com.sun.sql.jdbc.sqlserver.SQLServerDriver mssqlserverSun.classes=${jdbc.lib.class.path}/smsqlserver.jar mssqlserverSun.poolName=cts-mssqlserver-Sun-pool mssqlserverSun.dataSource=com.sun.sql.jdbcx.sqlserver.SQLServerDataSource mssqlserverSun.properties=user\=${mssqlserverSun.user}:password\=${mssqlserverSun.passwd}:ServerName\=${mssqlserverSun.server}:portNumber\=${mssqlserverSun.port}:selectMethod\=cursor ## ## Info for MYSQL driver ## mysql.dbName=cts mysql.server=${orb.host} mysql.port=3306 mysql.dml.file=mysql/mysql.dml.sql mysql.user=cts1 mysql.passwd=cts1 mysql.url=jdbc:mysql://${mysql.server}:${mysql.port}/${mysql.dbName} mysql.driver=com.mysql.jdbc.Driver mysql.classes=${jdbc.lib.class.path}/mysql-connector-java-5.1.42-bin.jar mysql.poolName=cts-mysql-pool mysql.dataSource=com.mysql.jdbc.jdbc2.optional.MysqlDataSource mysql.properties=user\=${mysql.user}:password\=${mysql.passwd}:DatabaseName\=${mysql.dbName}\:ServerName\=${mysql.server}\:port\=${mysql.port}\:jdbcCompliantTruncation\=false ## ## Info for Oracle DataDirect ## oracleDD.dbName=ora817 oracleDD.server=${orb.host} oracleDD.port=1521 oracleDD.dml.file=oracle/oracle.dml.sql oracleDD.user=la oracleDD.passwd=la oracleDD.url=jdbc:datadirect:oracle://${oracleDD.server};SID=${oracleDD.dbName} oracleDD.driver=com.ddtek.jdbc.oracle.OracleDriver oracleDD.classes=${jdbc.lib.class.path}/base.jar${pathsep}${jdbc.lib.class.path}/oracle.jar${pathsep}${jdbc.lib.class.path}/util.jar oracleDD.poolName=cts-oracle-DataDirect-pool oracleDD.dataSource=com.ddtek.jdbcx.oracle.OracleDataSource oracleDD.properties=user\=${oracleDD.user}:password\=${oracleDD.passwd}:SID\="${oracleDD.dbName}":serverName=${oracleDD.server}:portNumber=${oracleDD.port} ## ## Info for Oracle thin ## oracle.dbName=cts oracle.server=${orb.host} oracle.port=1521 oracle.dml.file=oracle/oracle.dml.sql oracle.user=cts1 oracle.passwd=cts1 oracle.url=jdbc:oracle:thin:@${oracle.server}:${oracle.port}:${oracle.dbName} oracle.driver=oracle.jdbc.OracleDriver oracle.classes=${jdbc.lib.class.path}/ojdbc8.jar oracle.poolName=cts-oracle-pool oracle.dataSource=oracle.jdbc.pool.OracleDataSource oracle.pool.url=jdbc\\:oracle\\:thin\\:@${oracle.server}\\:${oracle.port}\\:${oracle.dbName} oracle.properties=user\=${oracle.user}:password\=${oracle.passwd}:URL\=\"${oracle.pool.url}\" # # Info for Oracle oci driver # oracleOCI.dbName=cts1 oracleOCI.server=${orb.host} oracleOCI.port=1521 oracleOCI.dml.file=oracle/oracle.dml.sql oracleOCI.user=cts1 oracleOCI.passwd=cts1 oracleOCI.url=jdbc:oracle:oci:@${oracleOCI.dbName} oracleOCI.driver=oracle.jdbc.OracleDriver oracleOCI.classes=${jdbc.lib.class.path}/ojdbc8.jar oracleOCI.poolName=cts-oracle-oci-pool oracleOCI.dataSource=oracle.jdbc.pool.OracleDataSource oracleOCI.pool.url=jdbc\\:oracle\\:oci\\:@${oracleOCI.dbName} oracleOCI.properties=user\=${oracleOCI.user}:password\=${oracleOCI.passwd}:URL\=\"${oracleOCI.pool.url}\" ## ## Info for Oracle inet ## oracleInet.dbName=cts1 oracleInet.server=${orb.host} oracleInet.port=1521 oracleInet.dml.file=oracle/oracle.dml.sql oracleInet.user=cts1 oracleInet.passwd=cts1 oracleInet.url=jdbc:inetora:${oracleInet.server}:${oracleInet.port}:${oracleInet.dbName} oracleInet.driver=com.inet.ora.OraDriver oracleInet.classes=${jdbc.lib.class.path}/Oranxo.jar oracleInet.poolName=cts-oracle-Inet-pool oracleInet.dataSource=com.inet.ora.OraDataSource oracleInet.properties=user\=${oracleInet.user}:password\=${oracleInet.passwd}:serviceName\="${oracleInet.dbName}":serverName=${oracleInet.server}:port=${oracleInet.port} ## ## Info for Oracle Sun ## oracleSun.dbName=ora817 oracleSun.server=${orb.host} oracleSun.port=1521 oracleSun.dml.file=oracle/oracle.dml.sql oracleSun.user=la oracleSun.passwd=la oracleSun.url=jdbc:sun:oracle://${oracleSun.server};SID=${oracleSun.dbName} oracleSun.driver=com.sun.sql.jdbc.oracle.OracleDriver oracleSun.classes=${jdbc.lib.class.path}/smoracle.jar oracleSun.poolName=cts-oracle-Sun-pool oracleSun.dataSource=com.sun.sql.jdbcx.oracle.OracleDataSource oracleSun.properties=user\=${oracleSun.user}:password\=${oracleSun.passwd}:SID\="${oracleSun.dbName}":serverName=${oracleSun.server}:portNumber=${oracleSun.port} ## ## Info for Pointbase ## pointbase.dbName=cts pointbase.server=${orb.host} pointbase.port=9092 pointbase.dml.file=pointbase/pointbase.dml.sql pointbase.user=PBPUBLIC pointbase.passwd=PBPUBLIC pointbase.url=jdbc:pointbase:server://${pointbase.server}:${pointbase.port}/${pointbase.dbName},new pointbase.driver=com.pointbase.jdbc.jdbcUniversalDriver pointbase.classes=${jdbc.lib.class.path}/pbclient.jar${pathsep}${jdbc.lib.class.path}/pbembedded.jar pointbase.poolName=cts-pointbase-pool pointbase.dataSource=com.pointbase.jdbc.jdbcDataSource pointbase.pool.url="jdbc\\:pointbase\\:server\\:\/\/${pointbase.server}\\:${pointbase.port}\/${pointbase.dbName},new" pointbase.properties=user\=${pointbase.user}:password\=${pointbase.passwd}:DatabaseName\=\"${pointbase.pool.url}\" ## ## Info for Postgres ## postgresql.dbName=CTS5 postgresql.server=${orb.host} postgresql.port=5432 postgresql.dml.file=postgresql/postgresql.dml.sql postgresql.user=cts1 postgresql.passwd=cts1 postgresql.url=jdbc:postgresql://${postgresql.server}:${postgresql.port}/${postgresql.dbName} postgresql.driver=org.postgresql.Driver postgresql.classes=${jdbc.lib.class.path}/postgresql-8.4-701.jdbc4.jar postgresql.poolName=cts-postgresql-pool postgresql.pool.url="jdbc\\:postgresql\\:server\\:\/\/${postgresql.server}\\:${postgresql.port}\/${postgresql.dbName},new" postgresql.dataSource=org.postgresql.ds.PGSimpleDataSource postgresql.properties=user\=${postgresql.user}:password\=${postgresql.passwd}:DatabaseName\=${postgresql.dbName}\:ServerName\=${postgresql.server}\:port\=${postgresql.port} ## ## Info for Sybase (jConnect Driver) ## sybase.dbName=cts2 sybase.server=${orb.host} sybase.port=4100 sybase.dml.file=sybase/sybase.dml.sql sybase.user=cts1 sybase.passwd=cts1 sybase.url=jdbc:sybase:Tds:${sybase.server}:${sybase.port}/${sybase.dbName} sybase.driver=com.sybase.jdbc2.jdbc.SybDriver sybase.classes=${jdbc.lib.class.path}/jconn2.jar sybase.poolName=cts-sybase-pool sybase.dataSource= com.sybase.jdbc2.jdbc.SybDataSource sybase.properties=user\=${sybase.user}:password\=${sybase.passwd}:DatabaseName\=${sybase.dbName}\:ServerName\=${sybase.server}\:PortNumber\=${sybase.port}\:BE_AS_JDBC_COMPLIANT_AS_POSSIBLE\=true\:FAKE_METADATA\=true ## ## Info for Sybase (Inet Driver) ## sybaseInet.dbName=cts2 sybaseInet.server=${orb.host} sybaseInet.port=4100 sybaseInet.dml.file=sybase/sybase.dml.sql sybaseInet.user=cts1 sybaseInet.passwd=cts1 sybaseInet.url=jdbc:inetsyb:${sybaseInet.server}:${sybaseInet.port}?database=${sybaseInet.dbName} sybaseInet.driver=com.inet.syb.SybDriver sybaseInet.classes=${jdbc.lib.class.path}/Sybelux.jar sybaseInet.poolName=cts-sybase-Inet-pool sybaseInet.dataSource= com.inet.syb.SybDataSource sybaseInet.properties=user\=${sybaseInet.user}:password\=${sybaseInet.passwd}:DatabaseName\=${sybaseInet.dbName}\:ServerName\=${sybaseInet.server}\:PortNumber\=${sybaseInet.port} ## ## Info for Sybase using the DataDirect driver ## sybaseDD.dbName=cts2 sybaseDD.server=${orb.host} sybaseDD.port=4100 sybaseDD.dml.file=sybase/sybase.dml.sql sybaseDD.user=cts1 sybaseDD.passwd=cts1 sybaseDD.url=jdbc:datadirect:sybase://${sybaseDD.server}:${sybaseDD.port} sybaseDD.driver=com.ddtek.jdbc.sybase.SybaseDriver sybaseDD.classes=${jdbc.lib.class.path}/util.jar${pathsep}${jdbc.lib.class.path}/sybase.jar${pathsep}${jdbc.lib.class.path}/base.jar sybaseDD.poolName=cts-sybase-DataDirect-pool sybaseDD.dataSource=com.ddtek.jdbcx.sybase.SybaseDataSource sybaseDD.properties=user\=${sybaseDD.user}:password\=${sybaseDD.passwd}:ServerName\=${sybaseDD.server}:portNumber\=${sybaseDD.port}:selectMethod\=cursor:DatabaseName\=${sybaseDD.dbName} ## ## Info for Sybase using the Sun driver ## sybaseSun.dbName=cts2 sybaseSun.server=${orb.host} sybaseSun.port=4100 sybaseSun.dml.file=sybase/sybase.dml.sql sybaseSun.user=cts1 sybaseSun.passwd=cts1 sybaseSun.url=jdbc:sun:sybase://${sybaseSun.server}:${sybaseSun.port} sybaseSun.driver=com.sun.sql.jdbc.sybase.SybaseDriver sybaseSun.classes=${jdbc.lib.class.path}/smsybase.jar sybaseSun.poolName=cts-sybase-Sun-pool sybaseSun.dataSource=com.sun.sql.jdbcx.sybase.SybaseDataSource sybaseSun.properties=user\=${sybaseSun.user}:password\=${sybaseSun.passwd}:ServerName\=${sybaseSun.server}:portNumber\=${sybaseSun.port}:selectMethod\=cursor:DatabaseName\=${sybaseSun.dbName} ############################################################### ## The following database configuration section is for the CTS ## interop tests which require a database that is used by the ## reference implementation. These entries should not be changed. # @derby.dbName.ri -- Database Name # @derby.server.ri -- Database Server # @derby.port.ri -- Database Server port # @derby.dml.file.ri -- DML file used for CTS test cases # @derby.user.ri -- User Id configured # @derby.passwd.ri -- User password configured # @derby.url.ri -- URL to the cts database # @derby.driver.ri -- DriverManager driver # @derby.classes.ri -- CLASSPATH to JDBC driver classes # @derby.poolName.ri -- Name of pool configured in the Java EE # RI (do not change!) # @derby.dataSource.ri -- DataSource driver # @derby.properties.ri -- Any additional JDBC driver required # properties # @derby.startup.delay.ri -- delay to wait for DB to start ############################################################### derby.dbName.ri=derbyDBri derby.server.ri=${orb.host.ri} derby.port.ri=1527 derby.dml.file.ri=derby/derby.dml.sql derby.user.ri=cts1 derby.passwd.ri=cts1 derby.url.ri=jdbc:derby://${derby.server.ri}:${derby.port.ri}/${derby.dbName.ri};create=true derby.driver.ri=org.apache.derby.jdbc.ClientDriver derby.home.ri=${javaee.home.ri}/../javadb derby.system.home.ri=${derby.home.ri}/databases derby.classpath.ri=${ts.home}/lib/dbprocedures.jar${pathsep}${derby.home.ri}/lib/derbynet.jar derby.classes.ri=${derby.home.ri}/lib/derbyclient.jar derby.poolName.ri=cts-derby-pool derby.dataSource.ri=org.apache.derby.jdbc.ClientDataSource derby.properties.ri=DatabaseName\=\"${derby.dbName.ri}\":user\=${derby.user.ri}:password\=${derby.passwd.ri}:serverName\=${derby.server.ri}:portNumber=${derby.port.ri} derby.startup.delay.ri=5 ############################################################### # @alt.dtd.dir DTD location for Java EE and RI xml files. Used # for xml validation when building tests. If # javaee.home.ri is set, /lib/dtds # will be used and alt.dtd.dir is ignored. # @alt.schema.dir schema location for Java EE and RI xml files. # Used for xml validation when building tests. # If javaee.home.ri is set, # /lib/schemas will be used and # alt.schema.dir is ignored. ############################################################### alt.dtd.dir=${ts.home}/lib/dtds alt.schema.dir=${ts.home}/lib/schemas ############################################################### ## Configure the behavior of which tables CTS will create when ## ant init.[datbaseName] is invoked. # # @create.cmp.tables - When set to false, the appserver is # responsible for creating cmp tables # at deployment of the ejb/ear # When set to true, init.[datbaseName] # will create the tables used by CMP # EJBs. The sql for the CMP tables are # contained in: # $TS_HOME/[datbaseName]/sql/[databaseName].ddl.cmp.sql # $TS_HOME/[datbaseName]/sql/[databaseName].ddl.interop.sql # ############################################################### create.cmp.tables=true ############################################################### # @jdbc.poolName - Configure the connection pool that will be # tested in this cts test run. # # @jdbc.maxpoolsize - This property defines the max pool size # when creating JDBC connection pools. # # @jdbc.steadypoolsize - This property defines the steady pool size # when creating JDBC connection pools. ############################################################### jdbc.poolName=${derby.poolName} jdbc.maxpoolsize=64 jdbc.steadypoolsize=32 ############################################################### ## These properties are use for the CTS ## interop tests which require a database that is used by the ## reference implementation. # # @jdbc.poolName.ri - Configure the connection pool that will be # use when configuring the JDBC connection # pools for the reference implemetation. # # @jdbc.maxpoolsize.ri - This property defines the max pool size # when creating JDBC connection pools. # # @jdbc.steadypoolsize.ri - This property defines the steady pool size # when creating JDBC connection pools. ############################################################### jdbc.poolName.ri=${derby.poolName.ri} jdbc.maxpoolsize.ri=96 jdbc.steadypoolsize.ri=32 ############################################################### # @jdbc.datasource.props - Used to to specify Vendor specific # properties and less commonly used DataSource properties. # Its value is a comma-separated array of name-value pairs. # Each property pair follows the format of "name=value", # including the surrounding double quotes. # # The value of this property must not contain any extra spaces. # # In most cases, this property is not needed and therefore # commented out. # ############################################################### #jdbc.datasource.props="driverType=thin","name2=value2" ############################################################### # @jdbc.db - The name of the currently configured DB. This # value is the prefix of the DB properties currently # being used. Some valid values are; derby and # derbyEmbedded. See the other DB property # names for other valid values. ############################################################### jdbc.db=derby jdbc.db.classes=${derby.classes} ############################################################### ## These properties are configurable and must specify valid ## usernames and passwords to establish JDBC connections to ## backend RDBMS. ## # @user1 - Set this to the user for the jdbc/DB1 resource # @password1 - Set this to the password for the jdbc/DB1 resource # @user2 - Set this to the user for the jdbc/DB2 resource # @password2 - Set this to the password for the jdbc/DB2 resource # @user3 - Set this to the user for the jdbc/DBTimer resource # @password3 - Set this to the password for the jdbc/DBTimer resource ############################################################### user1=${derby.user} password1=${derby.passwd} user2=${derby.user} password2=${derby.passwd} user3=${derby.user} password3=${derby.passwd} ############################################################### ## Configure the dml file to use # @db.dml.file - dml file for VI # @db.dml.file.ri - dml file for RI ############################################################### db.dml.file=${derby.dml.file} db.dml.file.ri=${derby.dml.file} ############################################################### ## Configure the DB specific information needed by JSTL # @jstl.db.driver - JDBC driver # @jstl.db.url - DB URL ############################################################### jstl.db.driver=${derby.driver} jstl.db.url=${derby.url} ############################################################### ## Configure the DB specific information needed by Batch # @batch.db.dataSource - JDBC dataSource # @batch.db.properties - DB properties ############################################################### batch.db.dataSource=${derby.dataSource} batch.db.properties=${derby.properties} ######################################################################## # # @jtaJarClasspath: This property must be set when running signature # tests. This property should be set to the Path # for the JTA API jar. # ######################################################################## jtaJarClasspath=${s1as.modules}/jakarta.transaction-api.jar ############################################################### ## Classpath properties required by CTS: # @javaee.classes.ri -- Classes required by Java EE RI # @ts.run.classpath.ri -- Classpath required by Java EE RI # appclient container. # @ts.run.classpath -- Classpath required by the vendor # appclient container. # @ts.harness.classpath -- Classes required by javatest # @ts.classpath -- Classes used to build the CTS tests # @ts.lib.classpath -- Classes used to build cts.jar ############################################################### implementation.classes.ri=${ri.modules}/orb-connector.jar${pathsep}${ri.modules}/deployment-client.jar${pathsep}${ri.modules}/security-ee.jar${pathsep}${ri.modules}/security.jar${pathsep}${ri.modules}/common-util.jar${pathsep}${ri.modules}/glassfish-corba-omgapi.jar${pathsep}${ri.modules}/glassfish-corba-orb.jar${pathsep}${ri.modules}/internal-api.jar${pathsep}${ri.modules}/deployment-common.jar${pathsep}${ri.modules}/gmbal.jar${pathsep}${ri.modules}/bean-validator.jar${pathsep}${ri.modules}/jersey-client.jar${pathsep}${ri.modules}/jersey-common.jar${pathsep}${ri.modules}/jersey-hk2.jar${pathsep}${ri.modules}/jersey-media-jaxb.jar${pathsep}${ri.modules}/jersey-media-sse.jar${pathsep}${ri.modules}/jersey-media-json-processing.jar${pathsep}${ri.modules}/jsonp-jaxrs.jar${pathsep}${ri.modules}/jersey-media-json-binding.jar${pathsep}${ri.modules}/jersey-server.jar${pathsep}${ri.modules}/jersey-container-servlet.jar${pathsep}${ri.modules}/jersey-container-servlet-core.jar${pathsep}${ri.modules}/guava.jar${pathsep}${ri.modules}/jakarta.el.jar${pathsep}${ri.modules}/jakarta.el-api.jar${pathsep}${ri.modules}/tyrus-websocket-core.jar${pathsep}${ri.modules}/tyrus-client.jar${pathsep}${ri.modules}/tyrus-container-grizzly-client.jar${pathsep}${ri.modules}/tyrus-core.jar${pathsep}${ri.modules}/tyrus-container-grizzly.jar${pathsep}${ri.modules}/tyrus-container-grizzly-client.jar${pathsep}${ri.modules}/glassfish-grizzly-extra-all.jar${pathsep}${ri.modules}/nucleus-grizzly-all.jar${pathsep}${ri.modules}/tyrus-server.jar${pathsep}${ri.modules}/tyrus-container-servlet.jar${pathsep}${ri.modules}/tyrus-spi.jar${pathsep}${ri.modules}/com.ibm.jbatch-runtime-all.jar${pathsep}${ri.modules}/com.ibm.jbatch-ri-spi.jar${pathsep}${ri.modules}/glassfish-batch-connector.jar${pathsep}${ri.modules}/glassfish-batch-commands.jar${pathsep}${ri.modules}/yasson.jar implementation.classes=${s1as.modules}/deployment-client.jar${pathsep}${s1as.modules}/security.jar${pathsep}${s1as.modules}/common-util.jar${pathsep}${s1as.modules}/glassfish-corba-omgapi.jar${pathsep}${s1as.modules}/deployment-common.jar${pathsep}${s1as.modules}/gmbal.jar${pathsep}${s1as.modules}/bean-validator.jar${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/jersey-client.jar${pathsep}${s1as.modules}/jersey-common.jar${pathsep}${s1as.modules}/jersey-hk2.jar${pathsep}${s1as.modules}/jersey-media-jaxb.jar${pathsep}${s1as.modules}/jersey-media-sse.jar${pathsep}${s1as.modules}/jersey-media-json-processing.jar${pathsep}${s1as.modules}/jsonp-jaxrs.jar${pathsep}${s1as.modules}/jersey-media-json-binding.jar${pathsep}${s1as.modules}/jersey-server.jar${pathsep}${s1as.modules}/jersey-container-servlet.jar${pathsep}${s1as.modules}/jersey-container-servlet-core.jar${pathsep}${s1as.modules}/guava.jar${pathsep}${s1as.modules}/jakarta.el.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/tyrus-websocket-core.jar${pathsep}${s1as.modules}/tyrus-client.jar${pathsep}${s1as.modules}/tyrus-core.jar${pathsep}${s1as.modules}/tyrus-container-grizzly.jar${pathsep}${s1as.modules}/tyrus-container-grizzly-client.jar${pathsep}${s1as.modules}/glassfish-grizzly-extra-all.jar${pathsep}${s1as.modules}/nucleus-grizzly-all.jar${pathsep}${s1as.modules}/tyrus-server.jar${pathsep}${s1as.modules}/tyrus-container-servlet.jar${pathsep}${s1as.modules}/tyrus-spi.jar${pathsep}${s1as.modules}/com.ibm.jbatch-runtime-all.jar${pathsep}${s1as.modules}/com.ibm.jbatch-ri-spi.jar${pathsep}${s1as.modules}/glassfish-batch-connector.jar${pathsep}${s1as.modules}/glassfish-batch-commands.jar${pathsep}${s1as.modules}/yasson.jar javaee.classes.ri=${ri.modules}/jakarta.jms-api.jar${pathsep}${ri.modules}/jakarta.json.jar${pathsep}${ri.modules}/jakarta.json-api.jar${pathsep}${ri.modules}/jakarta.json.bind-api.jar${pathsep}${ri.modules}/jakarta.ejb-api.jar${pathsep}${ri.modules}/jakarta.annotation-api.jar${pathsep}${ri.modules}/jakarta.enterprise.deploy-api.jar${pathsep}${ri.modules}/jakarta.mail.jar${pathsep}${ri.modules}/jakarta.mail-api.jar${pathsep}${ri.modules}/jakarta.persistence.jar${pathsep}${ri.modules}/jakarta.persistence-api.jar${pathsep}${ri.modules}/jakarta.resource-api.jar${pathsep}${ri.modules}/jakarta.security.auth.message-api.jar${pathsep}${ri.modules}/jakarta.authentication-api.jar${pathsep}${ri.modules}/jakarta.security.jacc-api.jar${pathsep}${ri.modules}/jakarta.authorization-api.jar${pathsep}${ri.modules}/jakarta.interceptor-api.jar${pathsep}${ri.modules}/jakarta.servlet-api.jar${pathsep}${ri.modules}/jakarta.servlet.jsp-api.jar${pathsep}${ri.modules}/jakarta.transaction-api.jar${pathsep}${ri.modules}/jakarta.xml.bind-api.jar${pathsep}${ri.modules}/jaxb-osgi.jar${pathsep}${ri.modules}/jmxremote_optional-repackaged.jar${pathsep}${ri.modules}/jakarta.faces.jar${pathsep}${ri.modules}/jakarta.faces-api.jar${pathsep}${ri.modules}/jakarta.servlet.jsp.jstl.jar${pathsep}${ri.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${ri.modules}/webservices-osgi.jar${pathsep}${ri.modules}/webservices-api-osgi.jar${pathsep}${ri.modules}/ejb.security.jar${pathsep}${ri.modules}/glassfish-corba-csiv2-idl.jar${pathsep}${ri.modules}/weld-osgi-bundle.jar${pathsep}${implementation.classes.ri}${pathsep}${ri.modules}/javamail-connector.jar${pathsep}${ri.modules}/javamail-runtime.jar${pathsep}${ri.modules}/jakarta.websocket-api.jar${pathsep}${ri.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${ri.modules}/jakarta.batch-api.jar${pathsep}${ri.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${ri.modules}/jakarta.security.enterprise-api.jar javaee.classes=${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.json.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.deploy-api.jar${pathsep}${s1as.modules}/jakarta.mail.jar${pathsep}${s1as.modules}/jakarta.mail-api.jar${pathsep}${s1as.modules}/jakarta.persistence.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.security.auth.message-api.jar${pathsep}${s1as.modules}/jakarta.security.jacc-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/el-impl.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/jaxb-osgi.jar${pathsep}${s1as.modules}/jmxremote_optional-repackaged.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.faces-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl.jar${pathsep}${ri.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${s1as.modules}/webservices-osgi.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${s1as.modules}/jakarta.management.j2ee-api.jar${pathsep}${s1as.modules}/ejb.security.jar${pathsep}${s1as.modules}/glassfish-corba-csiv2-idl.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${implementation.classes}${pathsep}${s1as.modules}/javamail-connector.jar${pathsep}${s1as.modules}/javamail-runtime.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.cdi-api.jar$${pathsep}${s1as.modules}/jakarta.xml.ws-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.activation-api.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar ts.run.classpath.ri=${javaee.classes.ri}${pathsep}${ts.home}/lib/tsharness.jar${pathsep}${ts.home}/lib/cts.jar${pathsep}${ts.home}/lib/glassfishporting.jar ts.run.classpath=${pathsep}${javaee.classes}${pathsep}${ts.home}/lib/tsharness.jar${pathsep}${ts.home}/lib/cts.jar${pathsep}${jdbc.db.classes}${pathsep}${ts.home}/lib/glassfishporting.jar ts.harness.classpath=${ts.home}/lib/jaxb-api.jar${pathsep}${ts.home}/lib/jaxb-core.jar${pathsep}${ts.home}/lib/jaxb-impl.jar${pathsep}${ts.home}/lib/jaxb-xjc.jar${pathsep}${ts.home}/lib/tsharness.jar${pathsep}${ts.home}/lib/cts.jar${pathsep}${ts.home}/lib/sigtest.jar${pathsep}${ts.run.classpath}${pathsep}${ts.home}/lib/javatest.jar${pathsep}${ts.home}/lib/jdom-1.1.3.jar${pathsep}${ant.home}/lib/ant.jar${pathsep}${ri.modules}/admin-cli.jar${pathsep}${ts.home}/lib/http.jar${pathsep}${ts.home}/lib/glassfishporting.jar${pathsep}${ri.modules}/jakarta.activation-api.jar #classpath used for building CTS tests only (DO NOT MODIFY) ts.classpath=${ts.home}/lib/commons-lang3-3.3.2.jar${pathsep}${javaee.home.ri}/javadb/lib/derby.jar${pathsep}${ts.home}/lib/tsharness.jar${pathsep}${ts.home}/lib/cts.jar${pathsep}${ts.home}/lib/sigtest.jar${pathsep}${ts.run.classpath}${pathsep}${ts.run.classpath.ri}${pathsep}${ts.home}/lib/javatest.jar${pathsep}${ts.home}/lib/jdom-1.1.3.jar${pathsep}${ant.home}/lib/ant.jar${pathsep}${ts.home}/lib/commons-httpclient-3.1.jar${pathsep}${ts.home}/lib/commons-logging-1.1.3.jar${pathsep}${ts.home}/lib/htmlunit-2.15.jar${pathsep}${ts.home}/lib/htmlunit-core-js-2.15.jar${pathsep}${ts.home}/lib/unboundid-ldapsdk.jar${pathsep}${ts.home}/lib/commons-codec-1.9.jar${pathsep}${ts.home}/lib/xml-apis-1.4.01.jar${pathsep}${ts.home}/lib/http.jar${pathsep}${ts.home}/lib/glassfishporting.jar #classpath used for building cts.jar (DO NOT MODIFY) ts.lib.classpath=${javaee.home.ri}/javadb/lib/derby.jar${pathsep}${ts.harness.classpath} ############################################################### # @javaee.home.ri.classpathsuffix - The classpath suffix of # the RI used in interop tests. Must contain the RI JDBC # driver jars and the RMI interceptor classes. ############################################################### javaee.home.ri.classpathsuffix=${javaee.home.ri}/lib/riinterceptors.jar${pathsep}${javaee.home.ri}/javadb/lib/derbyclient.jar ############################################################### # @s1as.classpathsuffix - The classpath suffix of # the RI when being used as the app server under test. ############################################################### s1as.classpathsuffix=${javaee.home}/lib/tsprovider.jar ######################################################################## ## Common environment for both ts_unix and ts_win32 # # @command.testExecute - This command is used to execute any test # clients which are not run inside an # application client container. For example, # any URL clients or standalone java clients # would be executed with this command. Some # test directories which make use of this command # are servlet and jsp. ######################################################################## command.testExecute=com.sun.ts.lib.harness.ExecTSTestCmd \ CLASSPATH=${ts.harness.classpath}${pathsep}${ts.home}/classes${pathsep}\ ${JAVA_HOME}/../lib/tools.jar${pathsep}\ ${ri.modules}/security-ee.jar${pathsep}\ ${ts.home}/lib/commons-httpclient-3.1.jar${pathsep}\ ${ts.home}/lib/commons-logging-1.1.3.jar${pathsep}\ ${ts.home}/lib/commons-codec-1.9.jar${pathsep}\ ${ts.home}/lib/cssparser-0.9.25.jar${pathsep}\ ${ts.home}/lib/htmlunit-2.15.jar${pathsep}\ ${ts.home}/lib/htmlunit-core-js-2.15.jar${pathsep}\ ${ts.home}/lib/httpcore-4.4.9.jar${pathsep}\ ${ts.home}/lib/httpclient-4.5.5.jar${pathsep}\ ${ts.home}/lib/httpmime-4.5.5.jar${pathsep}\ ${ts.home}/lib/commons-collections-3.2.1.jar${pathsep}\ ${ts.home}/lib/commons-io-2.4.jar${pathsep}\ ${ts.home}/lib/commons-lang3-3.3.2.jar${pathsep}\ ${ts.home}/lib/jaxen-1.1.6.jar${pathsep}\ ${ts.home}/lib/nekohtml-1.9.21.jar${pathsep}\ ${ts.home}/lib/sac-1.3.jar${pathsep}\ ${ts.home}/lib/saxpath.jar${pathsep}\ ${ts.home}/lib/xercesImpl-2.11.0.jar${pathsep}\ ${ts.home}/lib/xalan-2.7.2.jar${pathsep}\ ${ts.home}/lib/serializer-2.7.2.jar${pathsep}\ ${ts.home}/lib/xml-apis-1.4.01.jar${pathsep}\ ${ts.home}/lib/unboundid-ldapsdk.jar${pathsep}\ ${jdbc.db.classes} \ DISPLAY=${ts.display} \ HOME="${user.home}" \ TMP=${TMP} \ windir=${windir} \ SYSTEMROOT=${SYSTEMROOT} \ PATH="${javaee.home}/nativelib" \ ${JAVA_HOME}/bin/java \ -Dcts.tmp=$harness.temp.directory \ -Djava.protocol.handler.pkgs=javax.net.ssl \ -Djavax.net.ssl.keyStore=${bin.dir}/certificates/clientcert.jks \ -Djavax.net.ssl.keyStorePassword=changeit \ -Djavax.net.ssl.trustStore=${s1as.domain}/${sjsas.instance.config.dir}/cacerts.jks \ -Djava.endorsed.dirs=${s1as.java.endorsed.dirs} \ -Dcom.sun.aas.installRoot=${javaee.home} \ -Dlog.file.location=${log.file.location} \ -Dservlet.is.jsr115.compatible=${servlet.is.jsr115.compatible} \ -Dprovider.configuration.file=${provider.configuration.file} \ -Djava.security.properties=${s1as.domain}/${sjsas.instance.config.dir}/ts.java.security \ -Dlogical.hostname.servlet=${logical.hostname.servlet} \ -Dcom.sun.aas.configRoot=${javaee.home}/config \ -Ddeliverable.class=${deliverable.class} $testExecuteClass $testExecuteArgs ######################################################################## ## Appclient Command line for the App Server under test ## Licensees modify this command # # @command.testExecuteAppClient - This command is used to execute # the application client container for # the vendor implementation (vi). # Please note that $TS_HOME/classes # should not be in the classpath for # this command since all client classes # are self contained in the application # archive (or referenced via the manifest). ######################################################################## command.testExecuteAppClient= \ com.sun.ts.lib.harness.ExecTSTestCmd DISPLAY=${ts.display} HOME="${user.home}" \ LD_LIBRARY_PATH=${javaee.home}/lib \ TMP=${TMP} \ windir=${windir} \ SYSTEMROOT=${SYSTEMROOT} \ PATH="${javaee.home}/nativelib" \ APPCPATH=${ts.home}/lib/tsharness.jar${pathsep}${ts.home}/lib/cts.jar${pathsep}${ts.home}/lib/glassfishporting.jar${pathsep}${javaee.home}/lib/jpa_alternate_provider.jar${pathsep}${ts.home}/lib/tssv.jar${pathsep}${javaee.home}/modules/weld-osgi-bundle.jar${pathsep}${javaee.home}/modules/jakarta.enterprise.cdi-api.jar \ TZ=${tz} \ ${JAVA_HOME}/bin/java \ -Djava.system.class.loader=org.glassfish.appclient.client.acc.agent.ACCAgentClassLoader \ -Djava.security.policy=${javaee.home}/lib/appclient/client.policy \ -Dcts.tmp=$harness.temp.directory \ -Djava.security.auth.login.config=${javaee.home}/lib/appclient/appclientlogin.conf \ -Djava.protocol.handler.pkgs=javax.net.ssl \ -Dcom.sun.enterprise.home=${javaee.home} \ -Djavax.net.ssl.keyStore=${bin.dir}/certificates/clientcert.jks \ -Djavax.net.ssl.keyStorePassword=changeit \ -Dcom.sun.aas.installRoot=${javaee.home} \ -Dcom.sun.aas.imqLib=${javaee.home}/../mq/lib \ -Djavax.net.ssl.trustStore=${s1as.domain}/${sjsas.instance.config.dir}/cacerts.jks \ -Djava.endorsed.dirs=${s1as.java.endorsed.dirs} \ -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl \ -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl \ -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl \ -Dorg.xml.sax.driver=com.sun.org.apache.xerces.internal.parsers.SAXParser \ -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter \ -Doracle.jdbc.J2EE13Compliant=true \ -Doracle.jdbc.mapDateToTimestamp \ -Dstartup.login=false \ -Dauth.gui=false \ -Dlog.file.location=${log.file.location} \ -Dri.log.file.location=${ri.log.file.location} \ -DwebServerHost.2=${webServerHost.2} \ -DwebServerPort.2=${webServerPort.2} \ -Dprovider.configuration.file=${provider.configuration.file} \ -Djava.security.properties=${s1as.domain}/${sjsas.instance.config.dir}/ts.java.security \ -Djava.ext.dirs=${s1as.lib}/jdbcdrivers${pathsep}${JAVA_HOME}/lib/ext${pathsep}${JAVA_HOME}/jre/lib/ext${pathsep}${javaee.home}/lib/jdbcdrivers${pathsep}${javaee.home}/javadb/lib \ -Dcom.sun.aas.configRoot=${javaee.home}/config \ -Ddeliverable.class=${deliverable.class} -javaagent:${javaee.home}/lib/gf-client.jar=arg=-configxml,arg=${ts.home}/tmp/appclient/s1as.sun-acc.xml,client=jar=$testExecuteArgs #-Ddeliverable.class=${deliverable.class} -javaagent:${javaee.home}/modules/gf-client.jar=arg=-configxml,arg=${s1as.domain}/config/sun-acc.xml,client=jar=$testExecuteArgs #-Xbootclasspath/a:${pathsep}${ts.home}/lib/tsharness.jar${pathsep}${ts.home}/lib/cts.jar ######################################################################## # @command.testExecuteEjbEmbed - Command line for standalone embedded EJB tests. # Its classpath must include all the APIs required # by EJB Lite, vendor's implementation classes and # configuration for embeddable EJB container, and # JDBC driver classes (e.g., ${db2.classes}, # ${oracle.classes}, etc). # # Current test archives are dynamically added to # the classpath by the harness, and need not be # included in the classpath here. # # Most test directories contain one test archive, # all named ejbembed_vehicle_ejb.jar. If certain # tooling and pre-processing of test archives are # needed, the resulting test archives must remain # the same name and location. # # ${ts.home}/classes must not be in the classpath # since all the required test classes are packaged # in the test archive (ejbembed_vehicle_ejb.jar). In # addition, including ${ts.home}/classes in the # classpath would incorrectly expose all EJBs in # cts to EJB container bootstrapping process. ######################################################################## command.testExecuteEjbEmbed=com.sun.ts.lib.harness.ExecTSTestCmd \ CLASSPATH=${ts.home}/lib/tsharness.jar${pathsep}\ ${ts.home}/lib/cts.jar${pathsep}\ ${ts.home}/lib/glassfishporting.jar${pathsep}\ ${ts.home}/lib/commons-lang3-3.3.2.jar${pathsep}\ ${jdbc.db.classes}${pathsep}\ ${javaee.home}/lib/embedded/glassfish-embedded-static-shell.jar \ DISPLAY=${ts.display} \ HOME="${user.home}" \ TMP=${TMP} \ windir=${windir} \ SYSTEMROOT=${SYSTEMROOT} \ ${JAVA_HOME}/bin/java \ -Dcts.tmp=$harness.temp.directory \ -Djava.util.logging.config.file=${javaee.home}/domains/domain1/config/logging.properties \ -Dtest.ejb.stateful.timeout.wait.seconds=${test.ejb.stateful.timeout.wait.seconds} \ -Djava.endorsed.dirs=${s1as.java.endorsed.dirs} \ -Djava.ext.dirs=${s1as.lib}/jdbcdrivers${pathsep}${JAVA_HOME}/lib/ext${pathsep}${JAVA_HOME}/jre/lib/ext${pathsep}${javaee.home}/javadb/lib \ -Ddeliverable.class=${deliverable.class} $testExecuteClass $testExecuteArgs ######################################################################## ## Appclient Command line for the Java EE RI (Do not modify) ######################################################################## command.testExecuteAppClient2= \ com.sun.ts.lib.harness.ExecTSTestCmd DISPLAY=${ts.display} HOME="${user.home}" \ LD_LIBRARY_PATH=${javaee.home.ri}/lib \ TMP=${TMP} \ windir=${windir} \ SYSTEMROOT=${SYSTEMROOT} \ PATH="${javaee.home.ri}/nativelib" \ APPCPATH=${ts.home}/lib/tsharness.jar${pathsep}${ts.home}/lib/cts.jar${pathsep}${ts.home}/lib/glassfishporting.jar${pathsep}${ts.home}/lib/riinterceptors.jar \ TZ=${tz} \ ${RI_JAVA_HOME}/bin/java \ -Djava.system.class.loader=org.glassfish.appclient.client.acc.agent.ACCAgentClassLoader \ -Djava.security.policy=${javaee.home.ri}/lib/appclient/client.policy \ -Dcts.tmp=$harness.temp.directory \ -Djava.security.auth.login.config=${javaee.home.ri}/lib/appclient/appclientlogin.conf \ -Djava.protocol.handler.pkgs=javax.net.ssl \ -Dcom.sun.enterprise.home=${javaee.home.ri} \ -Djavax.net.ssl.keyStore=${bin.dir}/certificates/clientcert.jks \ -Djavax.net.ssl.keyStorePassword=changeit \ -Dcom.sun.aas.installRoot=${javaee.home.ri} \ -Dcom.sun.aas.imqLib=${javaee.home.ri}/../mq/lib \ -Djavax.net.ssl.trustStore=${ri.domain}/config/cacerts.jks \ -Djava.endorsed.dirs=${ri.java.endorsed.dirs} \ -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl \ -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl \ -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl \ -Dorg.xml.sax.driver=com.sun.org.apache.xerces.internal.parsers.SAXParser \ -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter \ -Doracle.jdbc.J2EE13Compliant=true \ -Doracle.jdbc.mapDateToTimestamp \ -Dstartup.login=false \ -Dauth.gui=false \ -Dlog.file.location=${log.file.location} \ -Dri.log.file.location=${ri.log.file.location} \ -DwebServerHost.2=${webServerHost.2} \ -DwebServerPort.2=${webServerPort.2} \ -Dprovider.configuration.file=${provider.configuration.file} \ -Djava.security.properties=${s1as.domain}/${sjsas.instance.config.dir}/ts.java.security \ -Djava.ext.dirs=${RI_JAVA_HOME}/lib/ext${pathsep}${RI_JAVA_HOME}/jre/lib/ext${pathsep}${javaee.home}/javadb/lib \ -Dcom.sun.aas.configRoot=${javaee.home.ri}/config \ -Ddeliverable.class=${deliverable.class} -javaagent:${javaee.home.ri}/lib/gf-client.jar=arg=-configxml,arg=${ts.home}/tmp/appclient/ri.sun-acc.xml,client=jar=$testExecuteArgs ######################################################################## ## Command line for standalone clients running against the ## Java EE RI (Do not modify) ######################################################################## command.testExecute2=com.sun.ts.lib.harness.ExecTSTestCmd \ CLASSPATH=${ts.harness.classpath}${pathsep}${ts.home}/classes${pathsep}\ ${JAVA_HOME}/../lib/tools.jar${pathsep}\ ${ts.home}/lib/commons-httpclient-3.1.jar${pathsep}\ ${ts.home}/lib/commons-logging-1.1.3.jar${pathsep}\ ${ts.home}/lib/commons-codec-1.9.jar${pathsep}\ ${ts.home}/lib/cssparser-0.9.25.jar${pathsep}\ ${ts.home}/lib/htmlunit-2.15.jar${pathsep}\ ${ts.home}/lib/htmlunit-core-js-2.15.jar${pathsep}\ ${ts.home}/lib/httpcore-4.4.9.jar${pathsep}\ ${ts.home}/lib/httpclient-4.5.5.jar${pathsep}\ ${ts.home}/lib/httpmime-4.5.5.jar${pathsep}\ ${ts.home}/lib/commons-collections-3.2.1.jar${pathsep}\ ${ts.home}/lib/commons-io-2.4.jar${pathsep}\ ${ts.home}/lib/commons-lang3-3.3.2.jar${pathsep}\ ${ts.home}/lib/jaxen-1.1.6.jar${pathsep}\ ${ts.home}/lib/nekohtml-1.9.21.jar${pathsep}\ ${ts.home}/lib/sac-1.3.jar${pathsep}\ ${ts.home}/lib/saxpath.jar${pathsep}\ ${ts.home}/lib/xercesImpl-2.11.0.jar${pathsep}\ ${ts.home}/lib/xalan-2.7.2.jar${pathsep}\ ${ts.home}/lib/serializer-2.7.2.jar${pathsep}\ ${ts.home}/lib/xml-apis-1.4.01.jar \ ${ts.home}/lib/unboundid-ldapsdk.jar\ DISPLAY=${ts.display} \ HOME="${user.home}" \ TMP=${TMP} \ windir=${windir} \ SYSTEMROOT=${SYSTEMROOT} \ PATH="${javaee.home}/nativelib" \ ${JAVA_HOME}/bin/java \ -Dcts.tmp=$harness.temp.directory \ -Djava.protocol.handler.pkgs=javax.net.ssl \ -Djavax.net.ssl.keyStore=${bin.dir}/certificates/clientcert.jks \ -Djavax.net.ssl.keyStorePassword=changeit \ -Djavax.net.ssl.trustStore=${ri.domain}/${ri.instance.config.dir}/cacerts.jks \ -Djava.endorsed.dirs=${ri.java.endorsed.dirs} \ -Ddeliverable.class=${deliverable.class} $testExecuteClass $testExecuteArgs ######################################################################### ## Environment for ts_unix ## 3 test execution commands inherit from common environment ## defined above: testExecuteAppClient2, testExecuteAppClient, and ## testExecute. If you need to override them, uncomment them in the ## following section. ######################################################################### env.ts_unix.menu=true ##env.ts_unix.command.testExecute= ##env.ts_unix.command.testExecuteAppClient= ##env.ts_unix.command.testExecuteAppClient2= ######################################################################## ## Environment for ts_win32 ## 3 test execution commands inherit from common environment ## defined above: testExecuteAppClient2, testExecuteAppClient, and ## testExecute. If you need to override them, uncomment them in the ## following section. ######################################################################## env.ts_win32.menu=true ##env.ts_win32.command.testExecute= ##env.ts_win32.command.testExecuteAppClient= ##env.ts_win32.command.testExecuteAppClient2= ######################################################################### # @sigTestClasspath: This property must be set when running signature # tests. This property should be set to a list of # jar files and/or directories which contain your # Java EE and Java SE classes. Paths must be # separated by the appropriate path separator # (';' windows, ':' Unixes). ######################################################################### sigTestClasspath=${s1as.modules}/jakarta.enterprise.cdi-api.jar${pathsep}${s1as.modules}/jakarta.json.jar${pathsep}${s1as.modules}/jakarta.json-api.jar${pathsep}${s1as.modules}/jakarta.json.bind-api.jar${pathsep}${s1as.modules}/jakarta.batch-api.jar${pathsep}${s1as.modules}/jakarta.interceptor-api.jar${pathsep}${s1as.modules}/stax2-api.jar${pathsep}${s1as.modules}/jakarta.enterprise.concurrent-api.jar${pathsep}${s1as.modules}/jakarta.websocket-api.jar${pathsep}${s1as.modules}/jakarta.jms-api.jar${pathsep}${s1as.modules}/jakarta.faces.jar${pathsep}${s1as.modules}/jakarta.faces-api.jar${pathsep}${s1as.modules}/jakarta.validation-api.jar${pathsep}${s1as.modules}/jakarta.annotation-api.jar${pathsep}${s1as.modules}/jakarta.xml.bind-api.jar${pathsep}${s1as.modules}/webservices-api-osgi.jar${pathsep}${pathsep}${s1as.modules}/jakarta.ws.rs-api.jar${pathsep}${s1as.modules}/weld-osgi-bundle.jar${pathsep}${s1as.modules}/jakarta.ejb-api.jar${pathsep}${s1as.modules}/jakarta.mail.jar${pathsep}${s1as.modules}/jakarta.persistence-api.jar${pathsep}${s1as.modules}/jakarta.resource-api.jar${pathsep}${s1as.modules}/jakarta.authorization-api.jar${pathsep}${s1as.modules}/jakarta.authentication-api.jar${pathsep}${s1as.modules}/jakarta.servlet-api.jar${pathsep}${s1as.modules}/jakarta.inject-api.jar${pathsep}${s1as.modules}/jakarta.el.jar${pathsep}${s1as.modules}/jakarta.el-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp-api.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jar${pathsep}${s1as.modules}/jakarta.servlet.jsp.jstl-api.jar${pathsep}${jtaJarClasspath}${pathsep}${s1as.modules}/jakarta.security.enterprise-api.jar${pathsep}${s1as.modules}/jakarta.activation.jar${pathsep}${JAVA_HOME}/lib/rt.jar${pathsep}${JAVA_HOME}/lib/jce.jar ######################################################################## ## This property is used to support the odd side case when we have an ## optional technology package that is used but should not be tested. ## ## This property (i.e. optional.tech.packages.to.ignore) must be a comma ## separated list of packages that are NOT to be validated/tested when ## during the sigtest utilities validation of Optional Technologies. ## Example Usage: ## optional.tech.packages.to.ignore=javax.foo.pkg1,javax.bar.pkg2,com.blah.foo.pkg3 ## ## Additional notes: ## - always ignore the optional JAXB packages: ## optional.tech.packages.to.ignore=jakarta.xml.bind ## ######################################################################### optional.tech.packages.to.ignore=jakarta.xml.bind,javax.rmi,org.omg.CORBA ######################################################################## ## These properties are used by the harness. "harness.log.port" ## specifies the port that server components use to send logging ## output back to JavaTest. If the default port # is not available ## on the machine running JavaTest, then you can set it here. ## # # @harness.temp.directory directory location used by the # harness to store temporary files # # @harness.log.port the port the harness listens on for log mesages # from remote clients # # @harness.log.traceflag used to turn on/off verbose debugging output # for the tests. # # @harness.executeMode used to run the harness in the following modes # of execution: # 0 - default (deploy, run, undeploy) # 1 - deploy only # 2 - run only # 3 - undeploy only # 4 - deploy and run only # # @harness.socket.retry.count - denotes the number of time we should # attempt to create a server socket when intilizing a test # client. The socket is used for logging purposes. # # @harness.log.delayseconds Number of seconds to delay to allow # reporting from remote clients to finish. # # @harness.maxoutputsize Number of characters that the harness will use # for a test's output. ######################################################################## harness.temp.directory=${ts.home}/tmp harness.log.port=2000 harness.log.traceflag=false harness.executeMode=0 harness.socket.retry.count=10 harness.log.delayseconds=1 harness.maxoutputsize=200000 ######################################################################### # @wsdlRepository1 Location to publish final wsdl files when using # file URL publishing for Vendor Java EE implementation. # @wsdlRepository2 Location to publish final wsdl files when using # file URL publishing for Sun RI. ######################################################################### wsdlRepository1=${harness.temp.directory}/wsdlRepository1 wsdlRepository2=${harness.temp.directory}/wsdlRepository2 ####################################################################### # @deployment_host.1 name of machine running the JSR 88 deployment # process for the vendor's Java EE implementation. # @deployment_host.2 name of machine running the JSR 88 deployment # process for the Java EE RI. # @deployment_port.1 deployment port (if applicable) for the vendor's # Java EE implementation. # @deployment_port.2 deployment port (if applicable) for the # Java EE RI. ####################################################################### deployment_host.1=${orb.host} deployment_host.2=${orb.host.ri} deployment_port.1=${impl.vi.port} deployment_port.2=${impl.ri.port} #################################################################### # Implementation Property Settings for Vendor and RI. These properties # are used when either porting.ts.deploy.class.1 or porting.ts.deploy.class.2 # are set to com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment. # Note: They are are also used when using the "ant deploy" and "ant undeploy" # targets outside of running tests. # # The CTS provides the glassfish implementation out of the box. # # Here are the common properties that need to be defined for the common # implementation functionality: # # @impl.vi This property must be set to the Vendor implementation # under test. # @impl.vi.deploy.dir This property must be set to the deploy directory for # the Vendor implementation. # @impl.vi.host This property must be set to the admin host where # the Vendor implementation is running. # @impl.vi.port This property must be set to the admin port where # the Vendor implementation is running. # @impl.ri This property must be set to the RI implementation # under test. # @impl.ri.deploy.dir This property must be set to the deploy directory for # the RI implementation. # @impl.ri.host This property must be set to the admin host where # the RI implementation is running. # @impl.ri.port This property must be set to the admin port where # the RI implementation is running. # # @impl.deploy.timeout.multiplier The time it will wait for deployment to # succeed or fail #################################################################### impl.vi=glassfish impl.vi.deploy.dir=${s1as.domain}/autodeploy impl.vi.host=${s1as.admin.host} impl.vi.port=${s1as.admin.port} impl.ri=glassfish impl.ri.deploy.dir=${ri.domain}/autodeploy impl.ri.host=${ri.admin.host} impl.ri.port=${ri.admin.port} impl.deploy.timeout.multiplier=240 ############################################################### ## These properties are implementations of the pre-1.4 Deployment ## porting interface. The impls defined below use those APIs. # # @porting.ts.deploy.class.1 This property must point to an implementation # of com.sun.ts.lib.porting.TSDeploymentInterface. The default # value for this property points to an impl that deploys via copying/deleting # to/from the RI autodeploy directory. More details about setting # porting.ts.deploy.class.1: # # 1. Set this property to deploy/undeploy to/from your impl in # a custom way. In the case of the RI, it would be set to the following. # This is the default setting for CTS 8. # # porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment # # 2. Note that Jakarta Deployment is removed, so do not use either of the following classes: # com.sun.ts.lib.deliverable.cts.deploy.StandardDeployment14 # com.sun.ts.lib.porting.TSDeploymentInterface2 # com.sun.ts.lib.implementation.sun.javaee.SunRIDeployment2 # # # @porting.ts.deploy.class.2 This property must point to an implementation # of com.sun.ts.lib.porting.TSDeploymentInterface. # The default value for this property points to an impl that deploys via copying/deleting # to/from the RI autodeploy directory. This should be left unchanged... # # porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment # # ############################################################### porting.ts.deploy.class.1=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeploymentSeparateVM ######################################################################## # @deploy.delay.in.minutes is no longer used, it was for pruned Jakarta Deployment ######################################################################## ######################################################################## ## Following are no longer used, were settings for pruned Jakarta Deployment ######################################################################## #deployManagerJarFile.1 #deployManageruri.1 #deployManageruname.1 #deployManagerpasswd.1 ######################################################################## ## Following are no longer used, were settings for pruned Jakarta Deployment ######################################################################## #deployManagerJarFile.2 #deployManageruri.2 #deployManageruname.2 #deployManagerpasswd.2 # # @porting.ts.deploy2.class.1 # @porting.ts.deploy2.class.2 # porting.ts.deploy2.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIDeployment2 # porting.ts.deploy2.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIDeployment2 ############################################################### ## These properties must be set to tell the Test harness the ## class names of your porting class implementations. By default ## both property sets below point to Sun RI specific classes. To ## run interoperability tests, the ".2" set of properties should ## always point to Sun RI classes. The ".1" set should point to ## implementations that work in your specific Java EE environment. # # @porting.ts.login.class.1 VI of # com.sun.ts.lib.porting.TSLoginContextInterface # @porting.ts.url.class.1 VI of # com.sun.ts.lib.porting.TSURLInterface # @porting.ts.jms.class.1 VI of # com.sun.ts.lib.porting.TSJMSAdminInterface # @porting.ts.HttpsURLConnection.class.1 VI of # com.sun.ts.lib.porting.TSHttpsURLConnectionInterface # @porting.ts.login.class.2 RI of # com.sun.ts.lib.porting.TSLoginContextInterface # @porting.ts.url.class.2 RI of # com.sun.ts.lib.porting.TSURLInterface # @porting.ts.jms.class.2 RI of # com.sun.ts.lib.porting.TSJMSAdminInterface # @porting.ts.HttpsURLConnection.class.2 RI of # com.sun.ts.lib.porting.TSHttpsURLConnectionInterface ############################################################### porting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext porting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURL porting.ts.jms.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin porting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection ##Porting class names for Sun RI Java EE Implementation #2 (must be Sun's RI) porting.ts.login.class.2=com.sun.ts.lib.implementation.sun.javaee.GlassFishLoginContext porting.ts.url.class.2=com.sun.ts.lib.implementation.sun.common.SunRIURL porting.ts.jms.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIJMSAdmin porting.ts.HttpsURLConnection.class.2=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnection ############################################################## # @namingServiceHost1 Naming Service host name for the # Vendor's Implementation (VI) # @namingServicePort1 Naming Service port for the VI # @namingServiceHost2 Naming Service host name for the # Reference Implementation (RI) # @ namingServicePort2 Naming Service port for the RI ############################################################## namingServiceHost1=${orb.host} namingServicePort1=${orb.port} namingServiceHost2=${orb.host.ri} namingServicePort2=${orb.port.ri} ############################################################## # @certLoginUserAlias User alias for certificate based login. # This property is used in mutual authentication to pickup the # certificate based on the user alias. ############################################################## certLoginUserAlias=cts ##################################################################### ## The following properties must be set prior to running the Servlet ## or JSP API tests and interoperability tests. ## ## These properties must specify the host and port of the web server, ## in which the servlets and JSPs are deployed. # # @webServerHost hostname for the Vendor's Java EE Web Server # @webServerPort port number of the Vendor's Java EE Web Server # @webServerHost.2 hostname for the Java EE RI Web Server # @webServerPort.2 port number of the Java EE RI Web Server # @ServletClientThreads The ServletClientThreads property configures # the number of threads used by the client for # the SingleThreadModel servlet test. If the # container implementation supports pooling of # SingleThreadModel servlets, set the value of # ServletClientThreads to twice the value of # the default servlet instance pool size. If # the container implementation only maintains # a single instance of a SingleTheadModel # servlet, leave the default value of 2. ##################################################################### webServerHost=${orb.host} webServerPort=8001 webServerHost.2=${orb.host.ri} webServerPort.2=8002 ServletClientThreads=2 #################################################################### # @EJBServer1TxInteropEnabled Transaction interoperability settings # for Vendor Java EE EJB Server # @EJBServer2TxInteropEnabled Transaction interoperability settings # for Java EE RI EJB Server #################################################################### EJBServer1TxInteropEnabled=true EJBServer2TxInteropEnabled=true ############################################################### ## These properties are used for the Connector specific tests. ## ## You must be able to deploy the following resource adapters ## on your Java EE server. ############################################################### ## JNDI name bindings. You should not change these. The TSDeploymentInterface ## will pass these values as a properties object. See the SunRIDeployment.java ## file for usage patterns. whitebox-tx=java:comp/env/eis/whitebox-tx whitebox-notx=java:comp/env/eis/whitebox-notx whitebox-xa=java:comp/env/eis/whitebox-xa whitebox-tx-param=java:comp/env/eis/whitebox-tx-param whitebox-notx-param=java:comp/env/eis/whitebox-notx-param whitebox-xa-param=java:comp/env/eis/whitebox-xa-param whitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_md whitebox-ibanno_no_md=java:comp/env/eis/whitebox-ibanno_no_md whitebox-mixedmode=java:comp/env/eis/whitebox-mixedmode whitebox-multianno=java:comp/env/eis/whitebox-multianno whitebox-mdcomplete=java:comp/env/eis/whitebox-mdcomplete whitebox-permissiondd=java:comp/env/eis/whitebox-permissiondd ## Embedded resource adapter property whitebox-embed=java:comp/env/eis/ejb_Deployment_whitebox-tx.rar whitebox-embed-xa="__SYSTEM/resource/ejb_Tsr#whitebox-xa#com.sun.ts.tests.common.connector.whitebox.TSConnectionFactory" tsrJndiName=java:comp/TransactionSynchronizationRegistry tsrHomeJndiName="java:global/ejb_Tsr/ejb_Tsr_ejb/Tsr" ## JNDI name bindings for JDBC Connector. JDBCwhitebox-tx=java:comp/env/eis/JDBCwhitebox-tx JDBCwhitebox-notx=java:comp/env/eis/JDBCwhitebox-notx JDBCwhitebox-xa=java:comp/env/eis/JDBCwhitebox-xa JDBCwhitebox-tx-param=java:comp/env/eis/JDBCwhitebox-tx-param JDBCwhitebox-notx-param=java:comp/env/eis/JDBCwhitebox-notx-param JDBCwhitebox-xa-param=java:comp/env/eis/JDBCwhitebox-xa-param ######################################################################### ## Resource adapter configuration values. You must modify these values ## to plug your JDBC driver into the TS JDBCwhitebox resource adapter. ## ## When you run the XA tests (src/com/sun/ts/tests/xa), you must ## configure this resource adapter to use a database. ## # @xa.properties: These are the properties required by the XA driver. The # managed connection factory will set these properties via # reflection on the class specified by the # xa.xadatasource.class property. # # Note: The xa.properties value is the set of properties that will be set on # your XA JDBC driver (the class denoted by the xa.xadatasource.class property). # See section 9.4.1 of the JDBC 3.0 specification for more details. # # When specifying the xa.properties property please escape the appropriate # characters. The xa.properties value needs to be treated as a single property # even though it is made up of many properties. The properties need to be # separated by :'s and the names and values to be separated by ='s. # We also need any values that contain colons or equals that do not # need to be interrpretted to be inside single quotes. Anything in # single quotes will be treated as a string literal. # # For example: The following xa.properties property: # # xa.properties=user=admin:password=some-password:DatabaseName='jdbc:pointbase:server://localhost:9092/cts,new' # # Would result in the following setters being called on the supplied XA JDBC driver denoted # by the xa.xadatasource.class property. # # XADataSource.setUser("admin"); # XADataSource.setPassword("some-password"); # XADataSource.setDatabaseName("jdbc:pointbase:server://localhost:9092/cts,new"); # # Please map the property xa.properties to the property name XAProps and map the # xa.xadatasource.class property to the property name XADataSourceName. This will # ensure the appropriate setters will be called to make these properties # available to the managed connection factory. See section 17.4.2 of the Connector # specification version 1.5. # # @xa.xadatasource.class: The implementation of the XADataSource interface. # This class is your XA JDBC driver. # Please note: this class and any dependent classes # must be accessible by the CTS libraries in the app # server's extension directory. # # @connector_connectionURL: The URL for your JDBC driver. Should be the # same as the one used for the rest of the TS. # ######################################################################### ### Cloudscape/Derby properties for XA xa.properties="user\\\=${derbyEmbedded.user}\\\:password\\\=${derbyEmbedded.passwd}\\\:DatabaseName\\\=${derbyEmbedded.dbName}" xa.xadatasource.class=org.apache.derby.jdbc.EmbeddedXADataSource connector_connectionURL="jdbc\\:derby\\:${derbyEmbedded.dbName}\\;create\\=true" ######################################################################### ## The following properties must be set before running any security ## related tests. The properties user, password, authuser, authpassword, ## and nobodyuser must be set. ## ## The value for user, password, authuser, and authpassword need to be set ## exactly as they are set in the container/server. # # @user User defined to exercise rolemapping feature # @password Associated password for the user # @authuser User defined to exercise rolemapping feature # @authpassword Associated password for the authuser # @user_vi Username for the vendor implementation used in # interop tests # @password_vi Associated password for the VI user # @user_ri Username for the reference implementation used in # interop tests # @password_ri Associated password for the RI user # @nobodyuser This value must be the same value returned by a call to # getCallerPrincipal().getName() from the ejb-tier when # an unauthenticated caller in the web tier invokes an # ejb method. ######################################################################### user=j2ee password=j2ee authuser=javajoe authpassword=javajoe user_vi=j2ee_vi password_vi=j2ee_vi user_ri=j2ee_ri password_ri=j2ee_ri nobodyuser=guest ############################################################### # @securedWebServicePort must be set to run secbasicssl and # csiv2 tests. Set this property with your application # server's secured webservice port. # @securedWebServicePort.2 points to the secured webservice # port in Sun's Reference Implementation(RI). ############################################################### securedWebServicePort=1044 securedWebServicePort.2=1045 ############################################################### # @login This property must be set to run appclient security # tests ############################################################### login=default ################################################################################ ##These properties are needed for jms tests. # # @jms_timeout - this is the amount of time in milliseconds that synchronous # receives will wait for a message ############################################################################### jms_timeout=10000 ######################################################################### ############################################################################### ## These properties are needed for the EJB timer tests. # # @ejb_timeout - this is the amount of time in milliseconds that duration will # be set for an ejbtimeout callback method # # @ejb_wait - this is the amount of time in milliseconds that the client will # wait for ejbtimeout callback method results ############################################################################## ejb_timeout=30000 ejb_wait=60000 ############################################################################### ## This property is needed for ejb30 stateful timeout tests. # @test.ejb.stateful.timeout.wait.seconds - the minimum amount of time in seconds # the test client waits before verifying the status of the target stateful # bean. Its value must be an integer number. Its default value in ts.jte # file is 480 seconds. It may be set to a smaller number (e.g., 240 seconds) # to speed up testing, depending on the stateful timeout implementation # strategy in the target server. # # For these stateful timeout tests, the property javatest.timeout.factor # must be set to a value such that the JavaTest harness does not timeout # before the test completes. Usually setting javatest.timeout.factor to # 2.0 or greater should suffice. ############################################################################### test.ejb.stateful.timeout.wait.seconds=480 ################################################################### # @log.file.location This property is used by JACC tests to create # and analyze provider logs. Specify the log directory in which # your appserver generates logs. ################################################################### log.file.location=${vi.log.file.location} ################################################################### ################################################################### ################################################################### ## PROPERTIES USERS WILL NOT HAVE TO SET LIVE BELOW ################################################################### ################################################################### ################################################################### ## ## The directory seperator for the platform. User should not change ## this property. ## dirsep=/ ##build level ##1: compile only ##2: compile and build component archives (e.g., jar's, war's) ##3: compile and build component and application archives ##default is set to 3 build.level=3 deliverable.class=com.sun.ts.lib.deliverable.cts.CTSDeliverable ################################################################### ## Deliverables wanting ts.* packaging tasks to add extension list ## attributes to the manifest files must set this property to true. ################################################################### create.manifest.extension.entries=true ###################################################################### ## Deliverables must set this property to the name of the deliverable ## specific library jar file (iff create.manifest.extension.entries ## is set to true) ###################################################################### tslib.name=cts ############################################################### ## These properties are used by connector tests and are non configurable ## and must specify valid username,password to establish TSeis connection. ############################################################### rauser1=cts1 rapassword1=cts1 rauser2=cts2 rapassword2=cts2 ############################################################### ## These properties are for JSTL ############################################################### jstl.db.user=${user1} jstl.db.password=${password1} ############################################################### ## This command is only used when quickly checking any servlet ## or jsp related tests. The test clients will be run in ## the same JVM as JavaTest in this case. This mode can be ## enabled by passing "-Dsame.jvm=true" to the runclient or gui ## targets. NOTE: This option is only to be used for sanity ## checking and not when running CTS for compatibility. ############################################################### command.testExecuteSameJVM=com.sun.ts.lib.harness.ExecuteTSTestSameJVMCmd \ $testExecuteClass $testExecuteArgs ############################################################### ## These properties are used for the JDBC specific tests, ## they do not need to be changed. ############################################################### DriverManager=no Driver=DriverOnlyUsedIfDriverManagerIsYes db1=db1OnlyUsedIfDriverManagerIsYes db2=db1OnlyUsedIfDriverManagerIsYes ptable=ctstable1 ftable=ctstable2 cofSize=5 cofTypeSize=5 binarySize=24 varbinarySize=48 longvarbinarySize=50 ts_home=${ts.home} ####################################################################### ## platform.mode is used by jpa tests to know whether to use ## the Java EE Programming Model for service and port access. ## platform.mode=jakartaEE Java EE Programming Model ###################################################################### platform.mode=jakartaEE ########################################################################### # tools.jar should be set to the location of the tools.jar from the installed # jdk ########################################################################### tools.jar=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar ########################################################################### # various flags used by the generation tools ########################################################################### wsgen.ant.classname= wsgen.classpath=${javaee.classes}${pathsep}${tools.jar} wsgen.verbose=true wsgen.debug=false wsimport.ant.classname= wsimport.classpath=${javaee.classes}${pathsep}${tools.jar} wsimport.verbose=true wsimport.debug=false wsimport.jvmargs=-Djavax.xml.accessExternalSchema=all ########################################################################### # various flags used by Suns generation tools # DO NOT EDIT ########################################################################### ri.wsgen.ant.classname=com.sun.tools.ws.ant.WsGen ri.wsgen.classpath=${javaee.classes.ri}${pathsep}${tools.jar} ri.wsgen.verbose=true ri.wsgen.debug=false ri.wsimport.ant.classname=com.sun.tools.ws.ant.WsImport ri.wsimport.classpath=${javaee.classes.ri}${pathsep}${tools.jar} ri.wsimport.verbose=true ri.wsimport.debug=false ri.wsimport.jvmargs=-Djavax.xml.accessExternalSchema=all ################################# ## Packaging properties for DAOs ################################# ts.dao.root=com/sun/ts/tests/common/dao ts.dao.classes.base=\ ${ts.dao.root}/InvalidDAOSettingException.class, \ ${ts.dao.root}/DAOException.class, \ ${ts.dao.root}/DAO.class, \ ${ts.dao.root}/DataSourceDAO*.class, \ ${ts.dao.root}/DAOFactory.class, \ ${ts.dao.root}/TSDAOFactory*.class, \ ${ts.dao.root}/coffee/CoffeeBean.class, \ ${ts.dao.root}/coffee/CoffeeDAO.class, \ ${ts.dao.root}/coffee/TxCoffeeDAO.class, \ ${ts.dao.root}/coffee/variants/StringPKCoffeeDAO.class, \ ${ts.dao.root}/coffee/variants/LongPKCoffeeDAO.class, \ ${ts.dao.root}/coffee/variants/FloatPKCoffeeDAO.class, \ ${ts.dao.root}/coffee/variants/CompoundPK.class, \ ${ts.dao.root}/coffee/variants/CompoundPKCoffeeDAO.class ts.dao.classes.impl=\ ${ts.dao.root}/coffee/DataSourceCoffeeDAO.class, \ ${ts.dao.root}/coffee/variants/StringPKDSCoffeeDAO.class, \ ${ts.dao.root}/coffee/variants/LongPKDSCoffeeDAO.class, \ ${ts.dao.root}/coffee/variants/FloatPKDSCoffeeDAO.class, \ ${ts.dao.root}/coffee/variants/CompoundPKDSCoffeeDAO.class ts.dao.classes.coffee.standard=\ ${ts.dao.classes.base}, \ ${ts.dao.classes.impl} ts.dao.classes.coffee.txaware=\ ${ts.dao.classes.base}, \ ${ts.dao.classes.impl} ts.dao.classes.coffee.variants=\ ${ts.dao.classes.base}, \ ${ts.dao.classes.impl} ##################################### ## Packaging properties for Wrappers ##################################### ts.wrappers.ejb.root=com/sun/ts/tests/common/ejb/wrappers ts.wrappers.web.root=com/sun/ts/tests/common/web ## Classes to package in ejb-jar for EJB Stateless wrapper ts.wrappers.classes.stateless.ejb=\ ${ts.wrappers.ejb.root}/StatelessWrapper.class ## Classes to package in ejb-jar for EJB Stateful wrapper ts.wrappers.classes.stateful.ejb=\ ${ts.wrappers.ejb.root}/StatefulWrapper.class ## Classes to package in ejb-jar for EJB BMP wrapper ts.wrappers.classes.bmp.ejb=\ ${ts.dao.classes.coffee.standard}, \ ${ts.wrappers.ejb.root}/BMPWrapper.class ## Classes to package in ejb-jar for EJB CMP 1.1 wrapper ts.wrappers.classes.cmp11.ejb=${ts.wrappers.ejb.root}/CMP11Wrapper.class ## Classes to package in ejb-jar for EJB CMP 2.0 wrapper ts.wrappers.classes.cmp20.ejb=${ts.wrappers.ejb.root}/CMP20Wrapper.class ## Classes to package in ejb-jar for EJB MDB wrapper ts.wrappers.classes.mdb.ejb=\ com/sun/ts/tests/jms/common/JmsUtil.class, \ com/sun/ts/tests/jms/commonee/ParentMsgBean.class, \ ${ts.wrappers.ejb.root}/MDBWrapper.class ## Classes to package in client module for EJB MDB wrapper ts.wrappers.classes.mdb.client=com/sun/ts/tests/jms/commonee/Client.class ## Classes to package in ejb-jar for all EJB wrappers ts.wrappers.classes.all.ejb=\ ${ts.wrappers.classes.stateless.ejb}, \ ${ts.wrappers.classes.stateful.ejb}, \ ${ts.wrappers.classes.bmp.ejb}, \ ${ts.wrappers.classes.cmp11.ejb}, \ ${ts.wrappers.classes.cmp20.ejb}, \ ${ts.wrappers.classes.mdb.ejb} ## Classes to package in client module for all WEB wrappers ts.wrappers.classes.web.client=\ ${ts.wrappers.web.root}/WebServer.class ## Classes to package in war for all WEB wrappers ts.wrappers.classes.web.server=\ ${ts.wrappers.web.root}/WebUtil.class, \ ${ts.wrappers.web.root}/JSPBeanWrapper.class, \ ${ts.wrappers.web.root}/ServletWrapper.class ## Classes to package in client module for Servlet wrapper ts.wrappers.classes.servlet.client=${ts.wrappers.classes.web.client} ## Classes to package in war for Servlet wrappers ts.wrappers.classes.servlet.server=\ ${ts.wrappers.web.root}/WebUtil.class, \ ${ts.wrappers.web.root}/ServletWrapper.class ## Classes to package in client module for JSP wrapper ts.wrappers.classes.jsp.client=${ts.wrappers.classes.web.client} ## Classes to package in war for JSP wrappers ts.wrappers.classes.jsp.server=\ ${ts.wrappers.web.root}/WebUtil.class, \ ${ts.wrappers.web.root}/JSPBeanWrapper.class ############################################################################### ## DO NOT MODIFY ANY PROPERTIES BELOW THIS LINE. ############################################################################### #classpath used by standard deployment server to deploy to the RI in a separate #VM (DO NOT MODIFY) ts.standard.deployment.server.classpath=${ant.jars}:${pathsep}${ts.run.classpath.ri}${pathsep}${ts.home}/lib/javatest.jar${pathsep}${ts.home}/lib/jdom-1.1.3.jar${pathsep}${ri.modules}/admin-cli.jar harness.deployment.server.port=2002 java.naming.factory.initial=foo org.omg.CORBA.ORBClass=foo undeploy_redeploy_apps=${UNDEPLOY_REDEPLOY_FLAG} ############################################################################### # The following properties are aliases for the old J2EE properties. These # properties are now named javaee instead of j2ee and will eventually be phased # out of the CTS. These props are necessary until the props are renamed # through out all CTS. ############################################################################### j2ee.home=${javaee.home} j2ee.home.ri=${javaee.home.ri} #################################################################### ## This propertry is passed to any test ## that needs to programatically login from with the appclient ## container and propogate that login context to test code running ## within the EJB container. The value is a no-op. The fact that ## the test includes the property is sufficient to cause the ## EJBVehicleRunner to programatically login. To have a test ## include this property simply add it to the javatest props list ## of the test. #################################################################### secured.ejb.vehicle.client=true #################################################################### # This property is used to point to the location of the # implementation of VariableMapper. The value for sjsas 9.x is # # variable.mapper=com.sun.el.lang.VariableMapperImpl # #################################################################### variable.mapper=com.sun.el.lang.VariableMapperImpl ####################################################################### # Endpoint API test # # Port info is obtained dynamically for Endpoint API test. # Uncomment port range min/max if you want to specify port range # for Endpoint publish test. # Server endpoints will be published on ports within this range. # If you do not want to dynamically obtain the port but wish to publish # to a fixed static port than make the values below both equal to the # specific port. ####################################################################### port.range.min=1025 port.range.max=10000 ################################################################ # @http.server.supports.endpoint.publish # Does HTTP server-side support endpoint publish API's. # @http.server.supports.endpoint.publish.2 # Does the RI HTTP server-side support endpoint publish API's. # # http.server.supports.endpoint.publish=(true|false) # DO NOT TOUCH - value MUST be false for managed environments like Java EE ################################################################ http.server.supports.endpoint.publish=false http.server.supports.endpoint.publish.2=false ########################################################################### # This property is used by some test clients that need a delay between # method invocations to server endpoints. The value specified is the amount # of time the client will delay in seconds. ########################################################################### client.delay=1 ####################################################################### ## This persistence unit name is used by jpa/ee/pluggability tests. Its value is the ## same as the name attribute in persistence.xml ###################################################################### persistence.unit.name=CTS-EM ############################################################### # @db.supports.sequence # # - This property is used to determine if a database supports # the use of SEQUENCE. If it does not, this property # should be set to false so the test is not run. The # default value is true. # This value should be set to false for the following databases: # sybase, mysql, and mssqlserver. ############################################################### db.supports.sequence=true ####################################################################### ## @persistence.second.level.caching.supported ## - This property is used to determine if the persistence provider supports ## second level caching. ###################################################################### persistence.second.level.caching.supported=true ########################################################################## ## This section contains all properties that are specific to JAX-RS Tests. ## All default values are specific to GlassFish and Jersey. ## ## servlet_adaptor - implementation specific servlet for JAX-RS ## jaxrs_impl_class.dir - Directory that servlet_adaptor locates ## jaxrs_impl_name - used to tag intermediate file names ########################################################################## servlet_adaptor=org/glassfish/jersey/servlet/ServletContainer.class jaxrs_impl_lib=${javaee.home}/modules/jakarta.ws.rs-api.jar jaxrs_impl_name=jersey ########################################################################## # This section contains all properties that are specific to JSR-196 Tests. # All default values are specific to GlassFish. # # @servlet.is.jsr115.compatible This property is used by JASPIC tests # to determine if the servlet container is a jsr 115 compatible # container. (true = compatible to JSR 115, false = not compatible.) # # @soap.is.jsr115.compatible This may used by JASPIC tests to # determin if the SOAP container is JSR 115 compatible. This is # only used when running SOAP profile tests. # # @provider.configuration.file # This property is used by JASPIC tests to configure TestSuite's # AuthConfig Provider and points at an xml file which is used # to register the JASPIC test providers into the current # ACF. This file contaiins known/expected test provider info. # Only app-context-id element can be edited to suit the # impl under test. # # @schema.file.location # This points to the directory that the provider-configuration.xsd # file will live. The provider-configuration.xsd is used to # describe the provider.configuration.file (above). # # @logical.hostname.servlet # This used to identify the the name of a logical host that # processes Servlet requests. Servlet requests may be directed to # a logical host using various physical or virtual host names or # addresses, and a message processing runtime may be composed of # multiple logical hosts (This is required to properly identify # the servlet profiles AppContextId hostname.) # If a logical.hostname.servlet does not exist, you can set this # to the default hostname (eg webServerHost). # # @logical.hostname.soap # This property is used to identify the name of the logical host # that processes soap requests. This hostname is used in server # side Application context Identifier in soap profile. # # @appclient.log.output # The client logging level for appclient container depends on the # log level specified in sun-acc.xml # # This log level directly affects the output of TSLogger which # logs the JSR196 SPI calls made in appclient container. # # using this property we enable the appclient container's # logging level to INFO # # @vendor.authconfig.factory # This property specifies vendor's authconfig factory class # this will be used by JASPIC tests to register TestSuite's # provider in Vendor's AuthConfig Factory. # # For example for SJSAS RI this value is # # vendor.authconfig.factory= # com.sun.enterprise.security.jmac.config.GFAuthConfigFactory # ########################################################################## servlet.is.jsr115.compatible=true soap.is.jsr115.compatible=false provider.configuration.file=${javaee.home}/domains/domain1/config/ProviderConfiguration.xml schema.file.location=${javaee.home}/lib/schemas logical.hostname.servlet=server logical.hostname.soap=localhost appclient.log.output=true vendor.authconfig.factory=com.sun.enterprise.security.jmac.config.GFAuthConfigFactory ########################################################################## # @servlet_waittime: Time in seconds to wait after HttpSession expires # to access the session # @servlet_async_wait: Time in seconds to wait between sending asynchronous messages ########################################################################## servlet_waittime=10 servlet_async_wait=4 ########################################################################################## # The following properties are ONLY used if testing a Standalone JMS Resource Adapter. # Since support for a JMS Resource Adapter is OPTIONAL by the JMS 2.0 Specification # this funtionality is USE AT YOUR OWN RISK. We WILL NOT support it. Its here in the # case that a vendor wants to test a Standalone JMS Resource Adapter which is OPTIONAL. # # test.sa.jmsra // Set to true ONLY if testing a standalone JMS Resource Adapter # jmsra.rarfile // Location of the standalone JMS Resource Adapter RAR file # jmsra.jarfile // Location of the standalone JMS Resource Adapter JAR file # # A standalone JMS Resource Adapter requires deployment/configuration to the Vendor # Implementation under test (Example: Java EE 8 RI). If not testing a standalone JMS # Resource Adapter then these properties MUST NOT be used and the value of the property # (test.sa.jmsra) MUST BE SET to false (which is the DEFAULT setting). If you set the # property (test.sa.jmsra=true) then you are testing a standalone JMS Resource Adapter # and the (jmsra.rarfile and jmsra.jarfile) properties must point to the location of # the standalone JMS Resource Adapter RAR and JAR files. During CTS configuration the # (config.vi) ant task will call another script that will deploy the standalone JMS # Resource Adapter, configure the standalone JMS Resource Adapter, create the JMS # connector connection pools, create the JMS connector resources, and finally create # the JMS administration objects. The ant scripts that handles all of these steps for # the (Java EE 8 RI) are the following: # # $TS_HOME/bin/xml/impl/glassfish/jmsra.xml # $TS_HOME/bin/xml/impl/glassfish/templates/create.jmsra.template # # These scripts work for the Standalone Generic JMS Resource Adapter (GenericJMSRA) # located at: (http://genericjmsra.java.net/). If testing another standalone JMS # Resource Adapter then these scripts will need to be rewritten/modified for that # JMS Resource Adapter. # # Here is the summary of steps of what the (jmsra.xml) script does. It configures the JMS # resource adapter by doing a resource-adapter-config, it deploys the JMS resource adapter # RAR file specified in the "jmsra.rarfile" property to the (Java EE 8 RI), it copies the # JMS Resource Adapter JAR file specified in the "jmsra.jarfile" property to the (Java EE # 8 RI) lib directory under $JAVAEE_HOME/lib. It copies some of the JMS client library jars # to the $JAVAEE_HOME/lib directory. it then creates the JMS connector connection pools, # the JMS connector resources, and the JMS administration objects that are needed by CTS. # When the (config.vi) ant task completes the Java EE 8 environment will be ready to run # the JMS CTS tests. One final step is needed to the JMS MDB CTS tests which is to modify # the sun-ejb-jar runtime xml files by adding the deployment info. # # Here are the manual steps for the Standalone Generic JMS Resource Adapter (GenericJMSRA) # after the (config.vi) ant task completes. # # (1) Edit the ts.jte file and add the following: # Add "-Dgenericra.inAppClientContainer=true" to the "command.testExecuteAppClient" # property and then add "${pathsep}${jmsra.jarfile}" to the end of APPCPATH variable # in the same "command.testExecuteAppClient" property. You can refer to the Generic # JMS Resource Adapter (GenericJMSRA) user guide for more information on this. # (2) Modify the sun-ejb-jar runtime xml files for the JMS MDB tests by adding the # deployment info. # cd $TS_HOME/bin # ant -f xml/impl/glassfish/jmsra.xml modify-jmsmdbejbxml # (3) Now you can run the JMS CTS tests. After you are done running the JMS CTS tests ypu # can unconfigure the Java EE 8 RI and restore the original sun-ejb-jar runtime xml # files. # cd $TS_HOME/bin # ant -f xml/impl/glassfish/jmsra.xml restore-jmsmdbejbxml # ant clean.vi # (4) Finally reset the properties back to there defaults. Set (test.sa.jmsra=false) and unset # (jmsra.rarfile and jmsra.jarfile). Remove the "-Dgenericra.inAppClientContainer=true" # and "${pathsep}${jmsra.jarfile}" from the ts.jte file from step 1. # # If using a different Java EE environment from the Java EE RI than a vendor will need to # provide his own JMS Resource Adapter support scripts needed for that Java EE environment. # It can reuse/modify the (Java EE 8 RI) scripts above or simply write their own scripts. A # vendor can use the Java EE 8 RI or any Java EE 8 implementation of its choice as the Java # EE 8 environment for testing its Standalone JMS Resource Adapter. The Standalone JMS Resource # Adapter MUST pass all of the JMS CTS tests under: (TS_HOME/src/com/sun/ts/tests/jms) in order # to be declared fully JMS 2.0 compliant. # # See the JMS 2.0 Specification and the CTS 8 User's Guide for more information. ########################################################################################## test.sa.jmsra=false jmsra.rarfile= jmsra.jarfile= ########################################################################################## # The following property specifies the name of the JMS Resource Adapter under test. The # Java EE 8 RI contains its own builtin JMS Resource Adapter (JMSRA). Its name is "jmsra". # So we set (jmsra.name=jmsra) as the default value for the Java EE 8 RI. # # Change the value of this property for the JMS Resource Adapter that is under test. This # hardcoded value is specific to the Java EE 8 RI. # # jmsra.name // Name of JMS Resource Adapter for the implementation under test ########################################################################################## jmsra.name=jmsra ########################################################################## # The following property is for WebSocket tests. # # @ws_wait: waiting time in seconds for socket to send/receive a message ########################################################################## ws_wait=5 ############################################################################################ # These following properties are needed for Javamail tests. # # @mailHost hostname of the mail server # @mailuser1 must be set to a valid email address where test mails will be sent to. # @mailFrom reply to address set in the email messages generated by the javamail tests # @javamail.username user account name on server # @javamail.password password for the mailuser1 # ############################################################################################ mailHost=jsepc04.us.oracle.com mailuser1=cts1@jsepc04.us.oracle.com mailFrom=cts1@jsepc04.us.oracle.com javamail.password=cts1 smtp.port=25 imap.port=143 ### User need not change the following javamail properties javamail.username=${mailuser1} transport_protocol=smtp # mail server used to run tests against. javamail.server=${mailHost} # protocol used to run the Store tests javamail.protocol=imap # mail server used to run tests against. javamail.transport.server=$javamail.server # rootpath of test mailboxes javamail.root.path="" # note the mailbox 'test1' javamail.mailbox=test1 # search pattern used by list tests in Folder javamail.listpattern=test # your own login account name smtp.username=$javamail.username # smtp domain name ; i.e. oracle.com smtp.domain=$javamail.server # smtp From address smtp.from=$smtp.username # smtp To address smtp.to=$smtp.username # io file iofile=MailIOFile.txt ##################################################################################################### #### Properties used by ldap installation # @ldap.server -- The type of ldap server. unboundid is supported by now # @ldap.install.server -- Install ldap server by CTS script or not # @ldap.ldif.file -- The ldif file containing data seeded in ldap server # # @unboundid.installation.package -- The package for installing Unboundid ldap server ######################################################################################################## ldap.server=unboundid ldap.install.server=true ldap.ldif.file=${ts.home}/bin/ldap.ldif unboundid.installation.package=${ts.home}/lib/unboundid-ldapsdk.jar ##################################################################################################### # Properties used for JPA 2.2 Tests ######################################################################################################## persistencs.properties.file=${bin.dir}/jpa-provider.properties persistence.unit.name.2=JPATCK2 jpa.provider.implementation.specific.properties=eclipselink.logging.level\=OFF jakarta.persistence.provider=org.eclipse.persistence.jpa.PersistenceProvider jakarta.persistence.jdbc.driver=${derby.driver} jakarta.persistence.jdbc.url=${derby.url} jakarta.persistence.jdbc.user=${derby.user} jakarta.persistence.jdbc.password=${derby.passwd} + echo '########## Trunk.Install.V5 Config ##########' ########## Trunk.Install.V5 Config ########## + cd /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2 + mkdir -p /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules + mkdir -p /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/endorsed + mvn -f /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/docker/pom.xml dependency:copy-dependencies -DoutputDirectory=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules -Dmdep.stripVersion=true Picked up JAVA_TOOL_OPTIONS: -Xmx1G [INFO] Scanning for projects... Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.pom Progress (1): 1.4/12 kB Progress (1): 2.7/12 kB Progress (1): 4.1/12 kB Progress (1): 5.5/12 kB Progress (1): 6.9/12 kB Progress (1): 8.2/12 kB Progress (1): 9.6/12 kB Progress (1): 11/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.pom (12 kB at 38 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom Progress (1): 1.4/11 kB Progress (1): 2.7/11 kB Progress (1): 4.1/11 kB Progress (1): 5.5/11 kB Progress (1): 6.9/11 kB Progress (1): 8.2/11 kB Progress (1): 9.6/11 kB Progress (1): 11/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 669 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom Progress (1): 1.4/40 kB Progress (1): 2.7/40 kB Progress (1): 4.1/40 kB Progress (1): 5.5/40 kB Progress (1): 6.9/40 kB Progress (1): 8.2/40 kB Progress (1): 9.6/40 kB Progress (1): 11/40 kB Progress (1): 12/40 kB Progress (1): 14/40 kB Progress (1): 15/40 kB Progress (1): 16/40 kB Progress (1): 18/40 kB Progress (1): 19/40 kB Progress (1): 19/40 kB Progress (1): 21/40 kB Progress (1): 22/40 kB Progress (1): 23/40 kB Progress (1): 25/40 kB Progress (1): 26/40 kB Progress (1): 28/40 kB Progress (1): 29/40 kB Progress (1): 30/40 kB Progress (1): 32/40 kB Progress (1): 33/40 kB Progress (1): 34/40 kB Progress (1): 36/40 kB Progress (1): 37/40 kB Progress (1): 39/40 kB Progress (1): 40 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.7 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 906 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.jar Progress (1): 4.1/160 kB Progress (1): 8.2/160 kB Progress (1): 12/160 kB Progress (1): 16/160 kB Progress (1): 20/160 kB Progress (1): 25/160 kB Progress (1): 29/160 kB Progress (1): 33/160 kB Progress (1): 37/160 kB Progress (1): 41/160 kB Progress (1): 45/160 kB Progress (1): 49/160 kB Progress (1): 53/160 kB Progress (1): 57/160 kB Progress (1): 61/160 kB Progress (1): 66/160 kB Progress (1): 70/160 kB Progress (1): 74/160 kB Progress (1): 78/160 kB Progress (1): 82/160 kB Progress (1): 86/160 kB Progress (1): 90/160 kB Progress (1): 94/160 kB Progress (1): 98/160 kB Progress (1): 102/160 kB Progress (1): 106/160 kB Progress (1): 111/160 kB Progress (1): 115/160 kB Progress (1): 119/160 kB Progress (1): 123/160 kB Progress (1): 127/160 kB Progress (1): 131/160 kB Progress (1): 135/160 kB Progress (1): 139/160 kB Progress (1): 143/160 kB Progress (1): 147/160 kB Progress (1): 152/160 kB Progress (1): 156/160 kB Progress (1): 160/160 kB Progress (1): 160 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.jar (160 kB at 3.8 MB/s) [INFO] [INFO] ----------------------< jakarta:dependency_copy >----------------------- [INFO] Building dependency_copy 1 [INFO] --------------------------------[ jar ]--------------------------------- Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0.pom (5.3 kB at 75 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/2.0.0/all-2.0.0.pom Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/2.0.0/all-2.0.0.pom (17 kB at 430 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 1.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.pom Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.pom (16 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/authentication/jakarta.authentication-api/2.0.0/jakarta.authentication-api-2.0.0.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/authentication/jakarta.authentication-api/2.0.0/jakarta.authentication-api-2.0.0.pom (13 kB at 791 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/authorization/jakarta.authorization-api/2.0.0/jakarta.authorization-api-2.0.0.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/authorization/jakarta.authorization-api/2.0.0/jakarta.authorization-api-2.0.0.pom (13 kB at 822 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.pom Progress (1): 4.1/18 kB Progress (1): 8.2/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.pom (18 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/batch/jakarta.batch-api/2.0.0/jakarta.batch-api-2.0.0.pom Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/batch/jakarta.batch-api/2.0.0/jakarta.batch-api-2.0.0.pom (5.4 kB at 217 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/batch/batch-api-parent/2.0.0/batch-api-parent-2.0.0.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/batch/batch-api-parent/2.0.0/batch-api-parent-2.0.0.pom (11 kB at 270 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/ejb/jakarta.ejb-api/4.0.0/jakarta.ejb-api-4.0.0.pom Progress (1): 4.1/19 kB Progress (1): 8.2/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/ejb/jakarta.ejb-api/4.0.0/jakarta.ejb-api-4.0.0.pom (19 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.pom (12 kB at 414 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.pom (12 kB at 825 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.pom (11 kB at 861 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/jakarta.enterprise.cdi-parent/3.0.0/jakarta.enterprise.cdi-parent-3.0.0.pom Progress (1): 913 B Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/jakarta.enterprise.cdi-parent/3.0.0/jakarta.enterprise.cdi-parent-3.0.0.pom (913 B at 76 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.pom (12 kB at 912 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.pom (5.3 kB at 126 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-api/2.0.0/jakarta.enterprise.concurrent-api-2.0.0.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-api/2.0.0/jakarta.enterprise.concurrent-api-2.0.0.pom (15 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/faces/jakarta.faces-api/3.0.0/jakarta.faces-api-3.0.0.pom Progress (1): 4.1/25 kB Progress (1): 8.2/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 25/25 kB Progress (1): 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/faces/jakarta.faces-api/3.0.0/jakarta.faces-api-3.0.0.pom (25 kB at 1.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.pom Progress (1): 4.1/10.0 kB Progress (1): 8.2/10.0 kB Progress (1): 10.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.pom (10.0 kB at 498 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/json/bind/jakarta.json.bind-api/2.0.0/jakarta.json.bind-api-2.0.0.pom Progress (1): 4.1/25 kB Progress (1): 8.2/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 25/25 kB Progress (1): 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/json/bind/jakarta.json.bind-api/2.0.0/jakarta.json.bind-api-2.0.0.pom (25 kB at 1.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/json/jakarta.json-api/2.0.0/jakarta.json-api-2.0.0.pom Progress (1): 4.1/18 kB Progress (1): 8.2/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/json/jakarta.json-api/2.0.0/jakarta.json-api-2.0.0.pom (18 kB at 1.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/mail/jakarta.mail-api/2.0.0/jakarta.mail-api-2.0.0.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/mail/jakarta.mail-api/2.0.0/jakarta.mail-api-2.0.0.pom (5.5 kB at 140 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/mail/all/2.0.0/all-2.0.0.pom Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/mail/all/2.0.0/all-2.0.0.pom (22 kB at 848 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.pom (15 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/resource/jakarta.resource-api/2.0.0/jakarta.resource-api-2.0.0.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/resource/jakarta.resource-api/2.0.0/jakarta.resource-api-2.0.0.pom (13 kB at 1.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/transaction/jakarta.transaction-api/2.0.0-RC1/jakarta.transaction-api-2.0.0-RC1.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/transaction/jakarta.transaction-api/2.0.0-RC1/jakarta.transaction-api-2.0.0-RC1.pom (12 kB at 937 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/security/enterprise/jakarta.security.enterprise-api/2.0.0/jakarta.security.enterprise-api-2.0.0.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/security/enterprise/jakarta.security.enterprise-api/2.0.0/jakarta.security.enterprise-api-2.0.0.pom (14 kB at 1.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.0.0/jakarta.servlet.jsp-api-3.0.0.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.0.0/jakarta.servlet.jsp-api-3.0.0.pom (12 kB at 881 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jstl/jakarta.servlet.jsp.jstl-api/2.0.0/jakarta.servlet.jsp.jstl-api-2.0.0.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jstl/jakarta.servlet.jsp.jstl-api/2.0.0/jakarta.servlet.jsp.jstl-api-2.0.0.pom (12 kB at 830 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.0.0.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.0.0.pom (13 kB at 945 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.0/jakarta.xml.bind-api-parent-3.0.0.pom Progress (1): 4.1/9.5 kB Progress (1): 8.2/9.5 kB Progress (1): 9.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.0/jakarta.xml.bind-api-parent-3.0.0.pom (9.5 kB at 730 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.pom Progress (1): 3.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.pom (3.6 kB at 258 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.pom Progress (1): 4.1/10.0 kB Progress (1): 8.2/10.0 kB Progress (1): 10.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.pom (10.0 kB at 623 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0.pom Progress (1): 4.1/6.5 kB Progress (1): 6.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0.pom (6.5 kB at 148 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/websocket/jakarta.websocket-all/2.0.0/jakarta.websocket-all-2.0.0.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/websocket/jakarta.websocket-all/2.0.0/jakarta.websocket-all-2.0.0.pom (11 kB at 820 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.pom Progress (1): 4.1/25 kB Progress (1): 8.2/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 25/25 kB Progress (1): 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.pom (25 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-osgi/3.0.0/jaxb-osgi-3.0.0.pom Progress (1): 4.1/20 kB Progress (1): 8.2/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-osgi/3.0.0/jaxb-osgi-3.0.0.pom (20 kB at 1.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-osgi/3.0.0/jaxb-osgi-3.0.0.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-osgi/3.0.0/jaxb-osgi-3.0.0.pom (1.4 kB at 107 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-bundles/3.0.0/jaxb-bundles-3.0.0.pom Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-bundles/3.0.0/jaxb-bundles-3.0.0.pom (1.3 kB at 92 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/3.0.0/jaxb-parent-3.0.0.pom Progress (1): 4.1/29 kB Progress (1): 8.2/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (1): 20/29 kB Progress (1): 25/29 kB Progress (1): 29/29 kB Progress (1): 29 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/3.0.0/jaxb-parent-3.0.0.pom (29 kB at 2.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/3.0.0/jaxb-bom-ext-3.0.0.pom Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/3.0.0/jaxb-bom-ext-3.0.0.pom (3.4 kB at 244 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/3.0.0/jaxb-bom-3.0.0.pom Progress (1): 4.1/8.9 kB Progress (1): 8.2/8.9 kB Progress (1): 8.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/3.0.0/jaxb-bom-3.0.0.pom (8.9 kB at 682 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-api/3.0.0/webservices-api-3.0.0.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-api/3.0.0/webservices-api-3.0.0.pom (5.7 kB at 472 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/bundles/3.0.0/bundles-3.0.0.pom Progress (1): 4.1/6.2 kB Progress (1): 6.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/bundles/3.0.0/bundles-3.0.0.pom (6.2 kB at 282 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/metro-project/3.0.0/metro-project-3.0.0.pom Progress (1): 4.1/29 kB Progress (1): 8.2/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (1): 20/29 kB Progress (1): 25/29 kB Progress (1): 29/29 kB Progress (1): 29 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/metro-project/3.0.0/metro-project-3.0.0.pom (29 kB at 1.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/metro-bom-ext/3.0.0/metro-bom-ext-3.0.0.pom Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/metro-bom-ext/3.0.0/metro-bom-ext-3.0.0.pom (7.1 kB at 506 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/metro-bom/3.0.0/metro-bom-3.0.0.pom Progress (1): 4.1/10 kB Progress (1): 8.2/10 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/metro-bom/3.0.0/metro-bom-3.0.0.pom (10 kB at 790 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/ws/jaxws-ri-bom-ext/3.0.0/jaxws-ri-bom-ext-3.0.0.pom Progress (1): 3.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/ws/jaxws-ri-bom-ext/3.0.0/jaxws-ri-bom-ext-3.0.0.pom (3.7 kB at 261 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/ws/jaxws-ri-bom/3.0.0/jaxws-ri-bom-3.0.0.pom Progress (1): 4.1/10.0 kB Progress (1): 8.2/10.0 kB Progress (1): 10.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/ws/jaxws-ri-bom/3.0.0/jaxws-ri-bom-3.0.0.pom (10.0 kB at 768 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-api-osgi/3.0.0/webservices-api-osgi-3.0.0.pom Progress (1): 4.1/7.7 kB Progress (1): 7.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-api-osgi/3.0.0/webservices-api-osgi-3.0.0.pom (7.7 kB at 591 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-osgi/3.0.0/webservices-osgi-3.0.0.pom Progress (1): 4.1/24 kB Progress (1): 8.2/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-osgi/3.0.0/webservices-osgi-3.0.0.pom (24 kB at 1.7 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-extra-jdk-packages/3.0.0/webservices-extra-jdk-packages-3.0.0.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-extra-jdk-packages/3.0.0/webservices-extra-jdk-packages-3.0.0.pom (2.8 kB at 141 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.pom Progress (1): 4.1/8.3 kB Progress (1): 8.2/8.3 kB Progress (1): 8.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.pom (8.3 kB at 689 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom Progress (1): 4.1/23 kB Progress (1): 8.2/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 640 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom Progress (1): 4.1/6.3 kB Progress (1): 6.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 393 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/mimepull/mimepull/1.9.13/mimepull-1.9.13.pom Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jvnet/mimepull/mimepull/1.9.13/mimepull-1.9.13.pom (16 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/santuario/xmlsec/2.1.5/xmlsec-2.1.5.pom Progress (1): 4.1/29 kB Progress (1): 8.2/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (1): 20/29 kB Progress (1): 25/29 kB Progress (1): 29/29 kB Progress (1): 29 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/santuario/xmlsec/2.1.5/xmlsec-2.1.5.pom (29 kB at 2.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom Progress (1): 4.1/18 kB Progress (1): 8.2/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 368 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom (3.8 kB at 295 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom (14 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.pom Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.pom (7.1 kB at 642 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/24/oss-parent-24.pom Progress (1): 4.1/19 kB Progress (1): 8.2/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/24/oss-parent-24.pom (19 kB at 1.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom (5.5 kB at 458 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 402 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.13/commons-codec-1.13.pom Progress (1): 4.1/14 kB Progress (1): 7.6/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.13/commons-codec-1.13.pom (14 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom Progress (1): 4.1/72 kB Progress (1): 8.2/72 kB Progress (1): 12/72 kB Progress (1): 16/72 kB Progress (1): 20/72 kB Progress (1): 25/72 kB Progress (1): 29/72 kB Progress (1): 33/72 kB Progress (1): 37/72 kB Progress (1): 41/72 kB Progress (1): 45/72 kB Progress (1): 49/72 kB Progress (1): 53/72 kB Progress (1): 57/72 kB Progress (1): 61/72 kB Progress (1): 66/72 kB Progress (1): 70/72 kB Progress (1): 72 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 4.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 320 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-tools/3.0.0/webservices-tools-3.0.0.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-tools/3.0.0/webservices-tools-3.0.0.pom (5.7 kB at 238 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-rt/3.0.0/webservices-rt-3.0.0.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-rt/3.0.0/webservices-rt-3.0.0.pom (13 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0.jar Downloading from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar Downloading from central: https://repo.maven.apache.org/maven2/jakarta/authorization/jakarta.authorization-api/2.0.0/jakarta.authorization-api-2.0.0.jar Downloading from central: https://repo.maven.apache.org/maven2/jakarta/authentication/jakarta.authentication-api/2.0.0/jakarta.authentication-api-2.0.0.jar Downloading from central: https://repo.maven.apache.org/maven2/jakarta/batch/jakarta.batch-api/2.0.0/jakarta.batch-api-2.0.0.jar Progress (1): 4.1/48 kB Progress (1): 8.2/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 25/48 kB Progress (1): 29/48 kB Progress (1): 33/48 kB Progress (1): 37/48 kB Progress (1): 41/48 kB Progress (1): 45/48 kB Progress (1): 48 kB Progress (2): 48 kB | 1.4/45 kB Progress (3): 48 kB | 1.4/45 kB | 1.4/43 kB Progress (3): 48 kB | 2.7/45 kB | 1.4/43 kB Progress (4): 48 kB | 2.7/45 kB | 1.4/43 kB | 1.4/45 kB Progress (4): 48 kB | 4.1/45 kB | 1.4/43 kB | 1.4/45 kB Progress (4): 48 kB | 4.1/45 kB | 2.7/43 kB | 1.4/45 kB Progress (4): 48 kB | 5.5/45 kB | 2.7/43 kB | 1.4/45 kB Progress (4): 48 kB | 5.5/45 kB | 2.7/43 kB | 2.7/45 kB Progress (4): 48 kB | 6.9/45 kB | 2.7/43 kB | 2.7/45 kB Progress (4): 48 kB | 6.9/45 kB | 4.1/43 kB | 2.7/45 kB Progress (4): 48 kB | 8.2/45 kB | 4.1/43 kB | 2.7/45 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0.jar (48 kB at 2.3 MB/s) Progress (3): 8.2/45 kB | 4.1/43 kB | 4.1/45 kB Progress (3): 8.2/45 kB | 4.1/43 kB | 5.5/45 kB Progress (3): 8.2/45 kB | 4.1/43 kB | 6.9/45 kB Progress (3): 8.2/45 kB | 4.1/43 kB | 8.2/45 kB Progress (3): 8.2/45 kB | 4.1/43 kB | 9.6/45 kB Progress (3): 8.2/45 kB | 4.1/43 kB | 11/45 kB Progress (3): 8.2/45 kB | 4.1/43 kB | 12/45 kB Progress (3): 8.2/45 kB | 4.1/43 kB | 14/45 kB Progress (3): 8.2/45 kB | 4.1/43 kB | 15/45 kB Progress (3): 8.2/45 kB | 4.1/43 kB | 16/45 kB Progress (3): 8.2/45 kB | 4.1/43 kB | 18/45 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/ejb/jakarta.ejb-api/4.0.0/jakarta.ejb-api-4.0.0.jar Progress (3): 9.6/45 kB | 4.1/43 kB | 18/45 kB Progress (3): 9.6/45 kB | 5.5/43 kB | 18/45 kB Progress (3): 11/45 kB | 5.5/43 kB | 18/45 kB Progress (3): 11/45 kB | 5.5/43 kB | 19/45 kB Progress (3): 12/45 kB | 5.5/43 kB | 19/45 kB Progress (3): 12/45 kB | 5.5/43 kB | 21/45 kB Progress (3): 14/45 kB | 5.5/43 kB | 21/45 kB Progress (3): 14/45 kB | 6.9/43 kB | 21/45 kB Progress (3): 15/45 kB | 6.9/43 kB | 21/45 kB Progress (3): 15/45 kB | 6.9/43 kB | 22/45 kB Progress (3): 16/45 kB | 6.9/43 kB | 22/45 kB Progress (3): 16/45 kB | 8.2/43 kB | 22/45 kB Progress (3): 18/45 kB | 8.2/43 kB | 22/45 kB Progress (3): 18/45 kB | 9.6/43 kB | 22/45 kB Progress (3): 18/45 kB | 9.6/43 kB | 23/45 kB Progress (3): 18/45 kB | 11/43 kB | 23/45 kB Progress (3): 19/45 kB | 11/43 kB | 23/45 kB Progress (3): 19/45 kB | 11/43 kB | 25/45 kB Progress (3): 21/45 kB | 11/43 kB | 25/45 kB Progress (3): 21/45 kB | 12/43 kB | 25/45 kB Progress (3): 22/45 kB | 12/43 kB | 25/45 kB Progress (3): 22/45 kB | 14/43 kB | 25/45 kB Progress (3): 23/45 kB | 14/43 kB | 25/45 kB Progress (3): 23/45 kB | 15/43 kB | 25/45 kB Progress (3): 23/45 kB | 15/43 kB | 26/45 kB Progress (3): 23/45 kB | 16/43 kB | 26/45 kB Progress (3): 23/45 kB | 16/43 kB | 27/45 kB Progress (3): 25/45 kB | 16/43 kB | 27/45 kB Progress (3): 25/45 kB | 16/43 kB | 29/45 kB Progress (3): 25/45 kB | 18/43 kB | 29/45 kB Progress (3): 25/45 kB | 18/43 kB | 30/45 kB Progress (3): 26/45 kB | 18/43 kB | 30/45 kB Progress (3): 26/45 kB | 18/43 kB | 32/45 kB Progress (3): 26/45 kB | 19/43 kB | 32/45 kB Progress (3): 26/45 kB | 19/43 kB | 33/45 kB Progress (3): 27/45 kB | 19/43 kB | 33/45 kB Progress (3): 27/45 kB | 19/43 kB | 34/45 kB Progress (3): 27/45 kB | 21/43 kB | 34/45 kB Progress (3): 27/45 kB | 21/43 kB | 36/45 kB Progress (3): 29/45 kB | 21/43 kB | 36/45 kB Progress (3): 29/45 kB | 21/43 kB | 37/45 kB Progress (3): 29/45 kB | 22/43 kB | 37/45 kB Progress (3): 29/45 kB | 22/43 kB | 38/45 kB Progress (3): 29/45 kB | 23/43 kB | 38/45 kB Progress (3): 29/45 kB | 23/43 kB | 40/45 kB Progress (3): 29/45 kB | 25/43 kB | 40/45 kB Progress (3): 29/45 kB | 25/43 kB | 41/45 kB Progress (3): 29/45 kB | 26/43 kB | 41/45 kB Progress (3): 29/45 kB | 26/43 kB | 43/45 kB Progress (3): 29/45 kB | 27/43 kB | 43/45 kB Progress (3): 30/45 kB | 27/43 kB | 43/45 kB Progress (3): 30/45 kB | 29/43 kB | 43/45 kB Progress (3): 30/45 kB | 29/43 kB | 44/45 kB Progress (3): 30/45 kB | 30/43 kB | 44/45 kB Progress (3): 32/45 kB | 30/43 kB | 44/45 kB Progress (3): 32/45 kB | 32/43 kB | 44/45 kB Progress (3): 32/45 kB | 32/43 kB | 45 kB Progress (3): 32/45 kB | 33/43 kB | 45 kB Progress (3): 33/45 kB | 33/43 kB | 45 kB Progress (3): 33/45 kB | 34/43 kB | 45 kB Progress (3): 34/45 kB | 34/43 kB | 45 kB Progress (3): 34/45 kB | 36/43 kB | 45 kB Progress (3): 36/45 kB | 36/43 kB | 45 kB Progress (3): 36/45 kB | 37/43 kB | 45 kB Progress (3): 37/45 kB | 37/43 kB | 45 kB Progress (3): 37/45 kB | 38/43 kB | 45 kB Progress (3): 38/45 kB | 38/43 kB | 45 kB Progress (3): 38/45 kB | 40/43 kB | 45 kB Progress (3): 40/45 kB | 40/43 kB | 45 kB Progress (3): 40/45 kB | 41/43 kB | 45 kB Progress (3): 41/45 kB | 41/43 kB | 45 kB Progress (3): 41/45 kB | 43/43 kB | 45 kB Progress (3): 43/45 kB | 43/43 kB | 45 kB Progress (3): 43/45 kB | 43 kB | 45 kB Progress (3): 44/45 kB | 43 kB | 45 kB Progress (3): 45 kB | 43 kB | 45 kB Progress (4): 45 kB | 43 kB | 45 kB | 1.4/25 kB Progress (4): 45 kB | 43 kB | 45 kB | 2.7/25 kB Progress (4): 45 kB | 43 kB | 45 kB | 4.1/25 kB Progress (4): 45 kB | 43 kB | 45 kB | 5.5/25 kB Progress (4): 45 kB | 43 kB | 45 kB | 6.9/25 kB Progress (4): 45 kB | 43 kB | 45 kB | 8.2/25 kB Progress (4): 45 kB | 43 kB | 45 kB | 9.6/25 kB Progress (4): 45 kB | 43 kB | 45 kB | 11/25 kB Progress (4): 45 kB | 43 kB | 45 kB | 12/25 kB Progress (4): 45 kB | 43 kB | 45 kB | 14/25 kB Progress (4): 45 kB | 43 kB | 45 kB | 15/25 kB Progress (4): 45 kB | 43 kB | 45 kB | 16/25 kB Progress (5): 45 kB | 43 kB | 45 kB | 16/25 kB | 4.1/60 kB Progress (5): 45 kB | 43 kB | 45 kB | 18/25 kB | 4.1/60 kB Progress (5): 45 kB | 43 kB | 45 kB | 18/25 kB | 8.2/60 kB Progress (5): 45 kB | 43 kB | 45 kB | 19/25 kB | 8.2/60 kB Progress (5): 45 kB | 43 kB | 45 kB | 19/25 kB | 12/60 kB Progress (5): 45 kB | 43 kB | 45 kB | 21/25 kB | 12/60 kB Progress (5): 45 kB | 43 kB | 45 kB | 21/25 kB | 16/60 kB Progress (5): 45 kB | 43 kB | 45 kB | 22/25 kB | 16/60 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/batch/jakarta.batch-api/2.0.0/jakarta.batch-api-2.0.0.jar (45 kB at 468 kB/s) Progress (4): 45 kB | 43 kB | 23/25 kB | 16/60 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar Progress (4): 45 kB | 43 kB | 25/25 kB | 16/60 kB Progress (4): 45 kB | 43 kB | 25 kB | 16/60 kB Progress (4): 45 kB | 43 kB | 25 kB | 20/60 kB Progress (4): 45 kB | 43 kB | 25 kB | 25/60 kB Progress (4): 45 kB | 43 kB | 25 kB | 29/60 kB Progress (4): 45 kB | 43 kB | 25 kB | 33/60 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/authentication/jakarta.authentication-api/2.0.0/jakarta.authentication-api-2.0.0.jar (43 kB at 435 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/authorization/jakarta.authorization-api/2.0.0/jakarta.authorization-api-2.0.0.jar (45 kB at 449 kB/s) Progress (2): 25 kB | 37/60 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar Progress (2): 25 kB | 41/60 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-api/2.0.0/jakarta.enterprise.concurrent-api-2.0.0.jar Progress (2): 25 kB | 45/60 kB Progress (2): 25 kB | 49/60 kB Progress (2): 25 kB | 53/60 kB Progress (2): 25 kB | 57/60 kB Progress (2): 25 kB | 60 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar (25 kB at 244 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/faces/jakarta.faces-api/3.0.0/jakarta.faces-api-3.0.0.jar Progress (2): 60 kB | 1.4/119 kB Progress (2): 60 kB | 2.7/119 kB Progress (3): 60 kB | 2.7/119 kB | 1.4/27 kB Progress (3): 60 kB | 4.1/119 kB | 1.4/27 kB Progress (3): 60 kB | 4.1/119 kB | 2.7/27 kB Progress (3): 60 kB | 5.5/119 kB | 2.7/27 kB Progress (3): 60 kB | 5.5/119 kB | 4.1/27 kB Progress (3): 60 kB | 6.9/119 kB | 4.1/27 kB Progress (3): 60 kB | 6.9/119 kB | 5.5/27 kB Progress (3): 60 kB | 8.2/119 kB | 5.5/27 kB Progress (3): 60 kB | 8.2/119 kB | 6.9/27 kB Progress (3): 60 kB | 9.6/119 kB | 6.9/27 kB Progress (3): 60 kB | 9.6/119 kB | 8.2/27 kB Progress (3): 60 kB | 11/119 kB | 8.2/27 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/ejb/jakarta.ejb-api/4.0.0/jakarta.ejb-api-4.0.0.jar (60 kB at 555 kB/s) Progress (2): 12/119 kB | 8.2/27 kB Progress (2): 12/119 kB | 9.6/27 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar Progress (2): 12/119 kB | 11/27 kB Progress (2): 14/119 kB | 11/27 kB Progress (2): 14/119 kB | 12/27 kB Progress (2): 15/119 kB | 12/27 kB Progress (2): 15/119 kB | 14/27 kB Progress (2): 16/119 kB | 14/27 kB Progress (2): 16/119 kB | 15/27 kB Progress (2): 18/119 kB | 15/27 kB Progress (2): 18/119 kB | 16/27 kB Progress (2): 19/119 kB | 16/27 kB Progress (2): 19/119 kB | 18/27 kB Progress (2): 19/119 kB | 19/27 kB Progress (2): 19/119 kB | 21/27 kB Progress (2): 19/119 kB | 22/27 kB Progress (2): 23/119 kB | 22/27 kB Progress (2): 23/119 kB | 26/27 kB Progress (2): 27/119 kB | 26/27 kB Progress (2): 27/119 kB | 27 kB Progress (2): 31/119 kB | 27 kB Progress (2): 36/119 kB | 27 kB Progress (2): 40/119 kB | 27 kB Progress (2): 44/119 kB | 27 kB Progress (2): 48/119 kB | 27 kB Progress (2): 52/119 kB | 27 kB Progress (2): 56/119 kB | 27 kB Progress (2): 60/119 kB | 27 kB Progress (2): 64/119 kB | 27 kB Progress (2): 68/119 kB | 27 kB Progress (3): 68/119 kB | 27 kB | 1.4/81 kB Progress (3): 68/119 kB | 27 kB | 2.7/81 kB Progress (3): 72/119 kB | 27 kB | 2.7/81 kB Progress (3): 72/119 kB | 27 kB | 4.1/81 kB Progress (3): 77/119 kB | 27 kB | 4.1/81 kB Progress (3): 81/119 kB | 27 kB | 4.1/81 kB Progress (3): 85/119 kB | 27 kB | 4.1/81 kB Progress (3): 89/119 kB | 27 kB | 4.1/81 kB Progress (3): 93/119 kB | 27 kB | 4.1/81 kB Progress (3): 97/119 kB | 27 kB | 4.1/81 kB Progress (3): 101/119 kB | 27 kB | 4.1/81 kB Progress (3): 105/119 kB | 27 kB | 4.1/81 kB Progress (3): 109/119 kB | 27 kB | 4.1/81 kB Progress (3): 113/119 kB | 27 kB | 4.1/81 kB Progress (3): 117/119 kB | 27 kB | 4.1/81 kB Progress (3): 119 kB | 27 kB | 4.1/81 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-api/2.0.0/jakarta.enterprise.concurrent-api-2.0.0.jar (27 kB at 229 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.jar Progress (2): 119 kB | 5.5/81 kB Progress (3): 119 kB | 5.5/81 kB | 1.4/759 kB Progress (3): 119 kB | 5.5/81 kB | 2.7/759 kB Progress (3): 119 kB | 5.5/81 kB | 4.1/759 kB Progress (4): 119 kB | 5.5/81 kB | 4.1/759 kB | 4.1/10 kB Progress (4): 119 kB | 6.9/81 kB | 4.1/759 kB | 4.1/10 kB Progress (4): 119 kB | 6.9/81 kB | 4.1/759 kB | 8.2/10 kB Progress (4): 119 kB | 6.9/81 kB | 5.5/759 kB | 8.2/10 kB Progress (4): 119 kB | 6.9/81 kB | 5.5/759 kB | 10 kB Progress (4): 119 kB | 8.2/81 kB | 5.5/759 kB | 10 kB Progress (4): 119 kB | 8.2/81 kB | 6.9/759 kB | 10 kB Progress (4): 119 kB | 9.6/81 kB | 6.9/759 kB | 10 kB Progress (4): 119 kB | 9.6/81 kB | 8.2/759 kB | 10 kB Progress (4): 119 kB | 11/81 kB | 8.2/759 kB | 10 kB Progress (4): 119 kB | 11/81 kB | 9.6/759 kB | 10 kB Progress (4): 119 kB | 12/81 kB | 9.6/759 kB | 10 kB Progress (4): 119 kB | 12/81 kB | 11/759 kB | 10 kB Progress (4): 119 kB | 14/81 kB | 11/759 kB | 10 kB Progress (4): 119 kB | 14/81 kB | 12/759 kB | 10 kB Progress (4): 119 kB | 15/81 kB | 12/759 kB | 10 kB Progress (4): 119 kB | 15/81 kB | 14/759 kB | 10 kB Progress (4): 119 kB | 16/81 kB | 14/759 kB | 10 kB Progress (4): 119 kB | 16/81 kB | 15/759 kB | 10 kB Progress (4): 119 kB | 18/81 kB | 15/759 kB | 10 kB Progress (4): 119 kB | 18/81 kB | 16/759 kB | 10 kB Progress (4): 119 kB | 19/81 kB | 16/759 kB | 10 kB Progress (4): 119 kB | 19/81 kB | 18/759 kB | 10 kB Progress (4): 119 kB | 21/81 kB | 18/759 kB | 10 kB Progress (4): 119 kB | 21/81 kB | 19/759 kB | 10 kB Progress (4): 119 kB | 22/81 kB | 19/759 kB | 10 kB Progress (4): 119 kB | 23/81 kB | 19/759 kB | 10 kB Progress (4): 119 kB | 25/81 kB | 19/759 kB | 10 kB Progress (4): 119 kB | 26/81 kB | 19/759 kB | 10 kB Progress (4): 119 kB | 26/81 kB | 23/759 kB | 10 kB Progress (4): 119 kB | 27/81 kB | 23/759 kB | 10 kB Progress (4): 119 kB | 27/81 kB | 27/759 kB | 10 kB Progress (4): 119 kB | 29/81 kB | 27/759 kB | 10 kB Progress (4): 119 kB | 29/81 kB | 31/759 kB | 10 kB Progress (4): 119 kB | 30/81 kB | 31/759 kB | 10 kB Progress (4): 119 kB | 30/81 kB | 36/759 kB | 10 kB Progress (4): 119 kB | 32/81 kB | 36/759 kB | 10 kB Progress (4): 119 kB | 33/81 kB | 36/759 kB | 10 kB Progress (4): 119 kB | 34/81 kB | 36/759 kB | 10 kB Progress (4): 119 kB | 36/81 kB | 36/759 kB | 10 kB Progress (4): 119 kB | 36/81 kB | 40/759 kB | 10 kB Progress (4): 119 kB | 37/81 kB | 40/759 kB | 10 kB Progress (4): 119 kB | 37/81 kB | 44/759 kB | 10 kB Progress (4): 119 kB | 38/81 kB | 44/759 kB | 10 kB Progress (4): 119 kB | 38/81 kB | 48/759 kB | 10 kB Progress (4): 119 kB | 40/81 kB | 48/759 kB | 10 kB Progress (4): 119 kB | 40/81 kB | 52/759 kB | 10 kB Progress (4): 119 kB | 44/81 kB | 52/759 kB | 10 kB Progress (4): 119 kB | 44/81 kB | 56/759 kB | 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar (119 kB at 628 kB/s) Progress (3): 44/81 kB | 60/759 kB | 10 kB Progress (3): 48/81 kB | 60/759 kB | 10 kB Progress (3): 48/81 kB | 64/759 kB | 10 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.jar Progress (3): 48/81 kB | 68/759 kB | 10 kB Progress (3): 52/81 kB | 68/759 kB | 10 kB Progress (4): 52/81 kB | 68/759 kB | 10 kB | 4.1/25 kB Progress (4): 56/81 kB | 68/759 kB | 10 kB | 4.1/25 kB Progress (4): 56/81 kB | 68/759 kB | 10 kB | 8.2/25 kB Progress (4): 56/81 kB | 72/759 kB | 10 kB | 8.2/25 kB Progress (4): 56/81 kB | 72/759 kB | 10 kB | 12/25 kB Progress (4): 56/81 kB | 77/759 kB | 10 kB | 12/25 kB Progress (4): 60/81 kB | 77/759 kB | 10 kB | 12/25 kB Progress (4): 60/81 kB | 77/759 kB | 10 kB | 16/25 kB Progress (4): 64/81 kB | 77/759 kB | 10 kB | 16/25 kB Progress (4): 64/81 kB | 81/759 kB | 10 kB | 16/25 kB Progress (4): 68/81 kB | 81/759 kB | 10 kB | 16/25 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar (10 kB at 53 kB/s) Progress (3): 68/81 kB | 81/759 kB | 20/25 kB Progress (3): 68/81 kB | 85/759 kB | 20/25 kB Progress (3): 68/81 kB | 85/759 kB | 25/25 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/json/bind/jakarta.json.bind-api/2.0.0/jakarta.json.bind-api-2.0.0.jar Progress (3): 73/81 kB | 85/759 kB | 25/25 kB Progress (3): 73/81 kB | 89/759 kB | 25/25 kB Progress (3): 73/81 kB | 89/759 kB | 25 kB Progress (3): 73/81 kB | 93/759 kB | 25 kB Progress (3): 77/81 kB | 93/759 kB | 25 kB Progress (3): 77/81 kB | 97/759 kB | 25 kB Progress (3): 81 kB | 97/759 kB | 25 kB Progress (3): 81 kB | 101/759 kB | 25 kB Progress (3): 81 kB | 105/759 kB | 25 kB Progress (3): 81 kB | 109/759 kB | 25 kB Progress (3): 81 kB | 113/759 kB | 25 kB Progress (3): 81 kB | 117/759 kB | 25 kB Progress (3): 81 kB | 122/759 kB | 25 kB Progress (3): 81 kB | 126/759 kB | 25 kB Progress (3): 81 kB | 130/759 kB | 25 kB Progress (3): 81 kB | 134/759 kB | 25 kB Progress (3): 81 kB | 138/759 kB | 25 kB Progress (3): 81 kB | 142/759 kB | 25 kB Progress (3): 81 kB | 146/759 kB | 25 kB Progress (3): 81 kB | 150/759 kB | 25 kB Progress (3): 81 kB | 154/759 kB | 25 kB Progress (3): 81 kB | 158/759 kB | 25 kB Progress (3): 81 kB | 163/759 kB | 25 kB Progress (3): 81 kB | 167/759 kB | 25 kB Progress (3): 81 kB | 171/759 kB | 25 kB Progress (3): 81 kB | 175/759 kB | 25 kB Progress (3): 81 kB | 179/759 kB | 25 kB Progress (3): 81 kB | 183/759 kB | 25 kB Progress (3): 81 kB | 187/759 kB | 25 kB Progress (3): 81 kB | 191/759 kB | 25 kB Progress (3): 81 kB | 195/759 kB | 25 kB Progress (3): 81 kB | 199/759 kB | 25 kB Progress (3): 81 kB | 204/759 kB | 25 kB Progress (3): 81 kB | 208/759 kB | 25 kB Progress (3): 81 kB | 212/759 kB | 25 kB Progress (3): 81 kB | 216/759 kB | 25 kB Progress (3): 81 kB | 220/759 kB | 25 kB Progress (3): 81 kB | 224/759 kB | 25 kB Progress (3): 81 kB | 228/759 kB | 25 kB Progress (3): 81 kB | 232/759 kB | 25 kB Progress (3): 81 kB | 236/759 kB | 25 kB Progress (3): 81 kB | 240/759 kB | 25 kB Progress (3): 81 kB | 244/759 kB | 25 kB Progress (3): 81 kB | 249/759 kB | 25 kB Progress (3): 81 kB | 253/759 kB | 25 kB Progress (4): 81 kB | 253/759 kB | 25 kB | 4.1/56 kB Progress (4): 81 kB | 257/759 kB | 25 kB | 4.1/56 kB Progress (4): 81 kB | 261/759 kB | 25 kB | 4.1/56 kB Progress (4): 81 kB | 261/759 kB | 25 kB | 8.2/56 kB Progress (4): 81 kB | 265/759 kB | 25 kB | 8.2/56 kB Progress (4): 81 kB | 265/759 kB | 25 kB | 12/56 kB Progress (4): 81 kB | 265/759 kB | 25 kB | 16/56 kB Progress (4): 81 kB | 269/759 kB | 25 kB | 16/56 kB Progress (4): 81 kB | 273/759 kB | 25 kB | 16/56 kB Progress (5): 81 kB | 273/759 kB | 25 kB | 16/56 kB | 4.1/36 kB Progress (5): 81 kB | 277/759 kB | 25 kB | 16/56 kB | 4.1/36 kB Progress (5): 81 kB | 277/759 kB | 25 kB | 16/56 kB | 8.2/36 kB Progress (5): 81 kB | 281/759 kB | 25 kB | 16/56 kB | 8.2/36 kB Progress (5): 81 kB | 281/759 kB | 25 kB | 20/56 kB | 8.2/36 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.jar (25 kB at 122 kB/s) Progress (4): 81 kB | 285/759 kB | 20/56 kB | 8.2/36 kB Progress (4): 81 kB | 285/759 kB | 25/56 kB | 8.2/36 kB Progress (4): 81 kB | 285/759 kB | 25/56 kB | 12/36 kB Progress (4): 81 kB | 285/759 kB | 29/56 kB | 12/36 kB Progress (4): 81 kB | 290/759 kB | 29/56 kB | 12/36 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/json/jakarta.json-api/2.0.0/jakarta.json-api-2.0.0.jar Progress (4): 81 kB | 294/759 kB | 29/56 kB | 12/36 kB Progress (4): 81 kB | 294/759 kB | 33/56 kB | 12/36 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar (81 kB at 399 kB/s) Progress (3): 294/759 kB | 33/56 kB | 16/36 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/mail/jakarta.mail-api/2.0.0/jakarta.mail-api-2.0.0.jar Progress (3): 298/759 kB | 33/56 kB | 16/36 kB Progress (3): 298/759 kB | 37/56 kB | 16/36 kB Progress (3): 298/759 kB | 41/56 kB | 16/36 kB Progress (3): 298/759 kB | 41/56 kB | 20/36 kB Progress (3): 298/759 kB | 45/56 kB | 20/36 kB Progress (3): 302/759 kB | 45/56 kB | 20/36 kB Progress (3): 302/759 kB | 45/56 kB | 25/36 kB Progress (3): 306/759 kB | 45/56 kB | 25/36 kB Progress (3): 306/759 kB | 49/56 kB | 25/36 kB Progress (3): 310/759 kB | 49/56 kB | 25/36 kB Progress (3): 310/759 kB | 49/56 kB | 29/36 kB Progress (3): 314/759 kB | 49/56 kB | 29/36 kB Progress (3): 314/759 kB | 53/56 kB | 29/36 kB Progress (3): 314/759 kB | 53/56 kB | 33/36 kB Progress (3): 314/759 kB | 56 kB | 33/36 kB Progress (3): 314/759 kB | 56 kB | 36 kB Progress (3): 318/759 kB | 56 kB | 36 kB Progress (3): 322/759 kB | 56 kB | 36 kB Progress (3): 326/759 kB | 56 kB | 36 kB Progress (3): 330/759 kB | 56 kB | 36 kB Progress (3): 335/759 kB | 56 kB | 36 kB Progress (3): 339/759 kB | 56 kB | 36 kB Progress (3): 343/759 kB | 56 kB | 36 kB Progress (3): 347/759 kB | 56 kB | 36 kB Progress (3): 351/759 kB | 56 kB | 36 kB Progress (3): 355/759 kB | 56 kB | 36 kB Progress (3): 359/759 kB | 56 kB | 36 kB Progress (3): 363/759 kB | 56 kB | 36 kB Progress (3): 367/759 kB | 56 kB | 36 kB Progress (3): 371/759 kB | 56 kB | 36 kB Progress (3): 376/759 kB | 56 kB | 36 kB Progress (3): 380/759 kB | 56 kB | 36 kB Progress (3): 384/759 kB | 56 kB | 36 kB Progress (3): 388/759 kB | 56 kB | 36 kB Progress (3): 392/759 kB | 56 kB | 36 kB Progress (3): 396/759 kB | 56 kB | 36 kB Progress (3): 400/759 kB | 56 kB | 36 kB Progress (3): 404/759 kB | 56 kB | 36 kB Progress (3): 408/759 kB | 56 kB | 36 kB Progress (3): 412/759 kB | 56 kB | 36 kB Progress (3): 417/759 kB | 56 kB | 36 kB Progress (3): 421/759 kB | 56 kB | 36 kB Progress (3): 425/759 kB | 56 kB | 36 kB Progress (3): 429/759 kB | 56 kB | 36 kB Progress (3): 433/759 kB | 56 kB | 36 kB Progress (3): 437/759 kB | 56 kB | 36 kB Progress (3): 441/759 kB | 56 kB | 36 kB Progress (3): 445/759 kB | 56 kB | 36 kB Progress (3): 449/759 kB | 56 kB | 36 kB Progress (3): 453/759 kB | 56 kB | 36 kB Progress (3): 457/759 kB | 56 kB | 36 kB Progress (3): 462/759 kB | 56 kB | 36 kB Progress (4): 462/759 kB | 56 kB | 36 kB | 4.1/219 kB Progress (4): 462/759 kB | 56 kB | 36 kB | 8.2/219 kB Progress (4): 462/759 kB | 56 kB | 36 kB | 12/219 kB Progress (4): 462/759 kB | 56 kB | 36 kB | 16/219 kB Progress (4): 466/759 kB | 56 kB | 36 kB | 16/219 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/json/bind/jakarta.json.bind-api/2.0.0/jakarta.json.bind-api-2.0.0.jar (36 kB at 126 kB/s) Progress (3): 470/759 kB | 56 kB | 16/219 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.jar (56 kB at 198 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/resource/jakarta.resource-api/2.0.0/jakarta.resource-api-2.0.0.jar Progress (2): 474/759 kB | 16/219 kB Progress (3): 474/759 kB | 16/219 kB | 4.1/45 kB Progress (3): 474/759 kB | 20/219 kB | 4.1/45 kB Progress (3): 474/759 kB | 20/219 kB | 8.2/45 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.jar Progress (3): 474/759 kB | 20/219 kB | 12/45 kB Progress (3): 474/759 kB | 25/219 kB | 12/45 kB Progress (3): 475/759 kB | 25/219 kB | 12/45 kB Progress (3): 475/759 kB | 29/219 kB | 12/45 kB Progress (3): 475/759 kB | 29/219 kB | 16/45 kB Progress (3): 475/759 kB | 33/219 kB | 16/45 kB Progress (3): 479/759 kB | 33/219 kB | 16/45 kB Progress (3): 483/759 kB | 33/219 kB | 16/45 kB Progress (3): 487/759 kB | 33/219 kB | 16/45 kB Progress (3): 491/759 kB | 33/219 kB | 16/45 kB Progress (3): 491/759 kB | 33/219 kB | 20/45 kB Progress (3): 491/759 kB | 37/219 kB | 20/45 kB Progress (3): 491/759 kB | 37/219 kB | 25/45 kB Progress (3): 495/759 kB | 37/219 kB | 25/45 kB Progress (3): 495/759 kB | 41/219 kB | 25/45 kB Progress (3): 499/759 kB | 41/219 kB | 25/45 kB Progress (3): 499/759 kB | 41/219 kB | 29/45 kB Progress (3): 503/759 kB | 41/219 kB | 29/45 kB Progress (3): 503/759 kB | 45/219 kB | 29/45 kB Progress (3): 507/759 kB | 45/219 kB | 29/45 kB Progress (3): 507/759 kB | 45/219 kB | 33/45 kB Progress (3): 507/759 kB | 49/219 kB | 33/45 kB Progress (3): 511/759 kB | 49/219 kB | 33/45 kB Progress (3): 515/759 kB | 49/219 kB | 33/45 kB Progress (3): 520/759 kB | 49/219 kB | 33/45 kB Progress (3): 520/759 kB | 49/219 kB | 37/45 kB Progress (3): 520/759 kB | 53/219 kB | 37/45 kB Progress (3): 524/759 kB | 53/219 kB | 37/45 kB Progress (3): 524/759 kB | 57/219 kB | 37/45 kB Progress (3): 524/759 kB | 57/219 kB | 41/45 kB Progress (3): 524/759 kB | 61/219 kB | 41/45 kB Progress (3): 524/759 kB | 61/219 kB | 45/45 kB Progress (3): 524/759 kB | 66/219 kB | 45/45 kB Progress (3): 528/759 kB | 66/219 kB | 45/45 kB Progress (3): 528/759 kB | 66/219 kB | 45 kB Progress (3): 532/759 kB | 66/219 kB | 45 kB Progress (3): 536/759 kB | 66/219 kB | 45 kB Progress (3): 536/759 kB | 70/219 kB | 45 kB Progress (3): 540/759 kB | 70/219 kB | 45 kB Progress (3): 540/759 kB | 74/219 kB | 45 kB Progress (3): 540/759 kB | 78/219 kB | 45 kB Progress (3): 540/759 kB | 82/219 kB | 45 kB Progress (3): 544/759 kB | 82/219 kB | 45 kB Progress (3): 548/759 kB | 82/219 kB | 45 kB Progress (3): 552/759 kB | 82/219 kB | 45 kB Progress (3): 556/759 kB | 82/219 kB | 45 kB Progress (3): 556/759 kB | 86/219 kB | 45 kB Progress (3): 556/759 kB | 90/219 kB | 45 kB Progress (3): 556/759 kB | 94/219 kB | 45 kB Progress (3): 556/759 kB | 98/219 kB | 45 kB Progress (3): 561/759 kB | 98/219 kB | 45 kB Progress (3): 565/759 kB | 98/219 kB | 45 kB Progress (3): 569/759 kB | 98/219 kB | 45 kB Progress (3): 569/759 kB | 102/219 kB | 45 kB Progress (3): 573/759 kB | 102/219 kB | 45 kB Progress (3): 573/759 kB | 106/219 kB | 45 kB Progress (3): 573/759 kB | 111/219 kB | 45 kB Progress (3): 573/759 kB | 115/219 kB | 45 kB Progress (3): 577/759 kB | 115/219 kB | 45 kB Progress (3): 581/759 kB | 115/219 kB | 45 kB Progress (3): 581/759 kB | 119/219 kB | 45 kB Progress (3): 585/759 kB | 119/219 kB | 45 kB Progress (3): 585/759 kB | 123/219 kB | 45 kB Progress (3): 589/759 kB | 123/219 kB | 45 kB Progress (3): 589/759 kB | 127/219 kB | 45 kB Progress (3): 589/759 kB | 127/219 kB | 45 kB Progress (3): 589/759 kB | 131/219 kB | 45 kB Progress (3): 593/759 kB | 131/219 kB | 45 kB Progress (3): 593/759 kB | 135/219 kB | 45 kB Progress (3): 597/759 kB | 135/219 kB | 45 kB Progress (3): 602/759 kB | 135/219 kB | 45 kB Progress (3): 602/759 kB | 139/219 kB | 45 kB Progress (3): 606/759 kB | 139/219 kB | 45 kB Progress (3): 606/759 kB | 144/219 kB | 45 kB Progress (3): 610/759 kB | 144/219 kB | 45 kB Progress (3): 610/759 kB | 148/219 kB | 45 kB Progress (3): 614/759 kB | 148/219 kB | 45 kB Progress (3): 614/759 kB | 152/219 kB | 45 kB Progress (3): 618/759 kB | 152/219 kB | 45 kB Progress (3): 618/759 kB | 156/219 kB | 45 kB Progress (3): 622/759 kB | 156/219 kB | 45 kB Progress (3): 622/759 kB | 160/219 kB | 45 kB Progress (4): 622/759 kB | 160/219 kB | 45 kB | 4.1/68 kB Progress (4): 622/759 kB | 160/219 kB | 45 kB | 8.2/68 kB Progress (4): 622/759 kB | 164/219 kB | 45 kB | 8.2/68 kB Progress (4): 622/759 kB | 164/219 kB | 45 kB | 12/68 kB Progress (4): 626/759 kB | 164/219 kB | 45 kB | 12/68 kB Progress (4): 626/759 kB | 168/219 kB | 45 kB | 12/68 kB Progress (5): 626/759 kB | 168/219 kB | 45 kB | 12/68 kB | 4.1/156 kB Progress (5): 630/759 kB | 168/219 kB | 45 kB | 12/68 kB | 4.1/156 kB Progress (5): 630/759 kB | 168/219 kB | 45 kB | 16/68 kB | 4.1/156 kB Progress (5): 634/759 kB | 168/219 kB | 45 kB | 16/68 kB | 4.1/156 kB Progress (5): 634/759 kB | 168/219 kB | 45 kB | 16/68 kB | 8.2/156 kB Progress (5): 634/759 kB | 172/219 kB | 45 kB | 16/68 kB | 8.2/156 kB Progress (5): 634/759 kB | 172/219 kB | 45 kB | 16/68 kB | 12/156 kB Progress (5): 638/759 kB | 172/219 kB | 45 kB | 16/68 kB | 12/156 kB Progress (5): 638/759 kB | 172/219 kB | 45 kB | 16/68 kB | 16/156 kB Progress (5): 638/759 kB | 172/219 kB | 45 kB | 20/68 kB | 16/156 kB Progress (5): 638/759 kB | 176/219 kB | 45 kB | 20/68 kB | 16/156 kB Progress (5): 638/759 kB | 176/219 kB | 45 kB | 25/68 kB | 16/156 kB Progress (5): 638/759 kB | 176/219 kB | 45 kB | 29/68 kB | 16/156 kB Progress (5): 638/759 kB | 176/219 kB | 45 kB | 29/68 kB | 20/156 kB Progress (5): 642/759 kB | 176/219 kB | 45 kB | 29/68 kB | 20/156 kB Progress (5): 642/759 kB | 176/219 kB | 45 kB | 29/68 kB | 25/156 kB Progress (5): 642/759 kB | 176/219 kB | 45 kB | 33/68 kB | 25/156 kB Progress (5): 642/759 kB | 180/219 kB | 45 kB | 33/68 kB | 25/156 kB Progress (5): 642/759 kB | 180/219 kB | 45 kB | 37/68 kB | 25/156 kB Progress (5): 642/759 kB | 180/219 kB | 45 kB | 37/68 kB | 29/156 kB Progress (5): 647/759 kB | 180/219 kB | 45 kB | 37/68 kB | 29/156 kB Progress (5): 647/759 kB | 180/219 kB | 45 kB | 37/68 kB | 33/156 kB Progress (5): 647/759 kB | 180/219 kB | 45 kB | 41/68 kB | 33/156 kB Progress (5): 647/759 kB | 185/219 kB | 45 kB | 41/68 kB | 33/156 kB Progress (5): 647/759 kB | 185/219 kB | 45 kB | 45/68 kB | 33/156 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/json/jakarta.json-api/2.0.0/jakarta.json-api-2.0.0.jar (45 kB at 150 kB/s) Progress (4): 651/759 kB | 185/219 kB | 45/68 kB | 33/156 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/security/enterprise/jakarta.security.enterprise-api/2.0.0/jakarta.security.enterprise-api-2.0.0.jar Progress (4): 651/759 kB | 185/219 kB | 49/68 kB | 33/156 kB Progress (4): 651/759 kB | 185/219 kB | 49/68 kB | 37/156 kB Progress (4): 651/759 kB | 189/219 kB | 49/68 kB | 37/156 kB Progress (4): 651/759 kB | 189/219 kB | 49/68 kB | 41/156 kB Progress (4): 655/759 kB | 189/219 kB | 49/68 kB | 41/156 kB Progress (4): 655/759 kB | 189/219 kB | 53/68 kB | 41/156 kB Progress (4): 655/759 kB | 189/219 kB | 53/68 kB | 45/156 kB Progress (4): 655/759 kB | 193/219 kB | 53/68 kB | 45/156 kB Progress (4): 659/759 kB | 193/219 kB | 53/68 kB | 45/156 kB Progress (4): 659/759 kB | 193/219 kB | 53/68 kB | 49/156 kB Progress (4): 659/759 kB | 193/219 kB | 57/68 kB | 49/156 kB Progress (4): 663/759 kB | 193/219 kB | 57/68 kB | 49/156 kB Progress (4): 663/759 kB | 193/219 kB | 61/68 kB | 49/156 kB Progress (4): 667/759 kB | 193/219 kB | 61/68 kB | 49/156 kB Progress (4): 667/759 kB | 197/219 kB | 61/68 kB | 49/156 kB Progress (4): 671/759 kB | 197/219 kB | 61/68 kB | 49/156 kB Progress (4): 671/759 kB | 197/219 kB | 61/68 kB | 53/156 kB Progress (4): 671/759 kB | 197/219 kB | 66/68 kB | 53/156 kB Progress (4): 671/759 kB | 197/219 kB | 66/68 kB | 57/156 kB Progress (4): 671/759 kB | 201/219 kB | 66/68 kB | 57/156 kB Progress (4): 671/759 kB | 201/219 kB | 66/68 kB | 61/156 kB Progress (4): 671/759 kB | 201/219 kB | 68 kB | 61/156 kB Progress (4): 675/759 kB | 201/219 kB | 68 kB | 61/156 kB Progress (4): 675/759 kB | 201/219 kB | 68 kB | 66/156 kB Progress (4): 675/759 kB | 205/219 kB | 68 kB | 66/156 kB Progress (4): 679/759 kB | 205/219 kB | 68 kB | 66/156 kB Progress (4): 679/759 kB | 209/219 kB | 68 kB | 66/156 kB Progress (4): 683/759 kB | 209/219 kB | 68 kB | 66/156 kB Progress (4): 683/759 kB | 209/219 kB | 68 kB | 70/156 kB Progress (4): 688/759 kB | 209/219 kB | 68 kB | 70/156 kB Progress (4): 688/759 kB | 209/219 kB | 68 kB | 74/156 kB Progress (4): 688/759 kB | 213/219 kB | 68 kB | 74/156 kB Progress (4): 692/759 kB | 213/219 kB | 68 kB | 74/156 kB Progress (4): 692/759 kB | 213/219 kB | 68 kB | 78/156 kB Progress (4): 694/759 kB | 213/219 kB | 68 kB | 78/156 kB Progress (4): 694/759 kB | 217/219 kB | 68 kB | 78/156 kB Progress (4): 694/759 kB | 217/219 kB | 68 kB | 82/156 kB Progress (4): 694/759 kB | 219 kB | 68 kB | 82/156 kB Progress (4): 698/759 kB | 219 kB | 68 kB | 82/156 kB Progress (4): 702/759 kB | 219 kB | 68 kB | 82/156 kB Progress (4): 702/759 kB | 219 kB | 68 kB | 86/156 kB Progress (4): 706/759 kB | 219 kB | 68 kB | 86/156 kB Progress (4): 706/759 kB | 219 kB | 68 kB | 90/156 kB Progress (4): 710/759 kB | 219 kB | 68 kB | 90/156 kB Progress (4): 710/759 kB | 219 kB | 68 kB | 94/156 kB Progress (4): 710/759 kB | 219 kB | 68 kB | 98/156 kB Progress (4): 714/759 kB | 219 kB | 68 kB | 98/156 kB Progress (4): 718/759 kB | 219 kB | 68 kB | 98/156 kB Progress (4): 722/759 kB | 219 kB | 68 kB | 98/156 kB Progress (4): 727/759 kB | 219 kB | 68 kB | 98/156 kB Progress (4): 727/759 kB | 219 kB | 68 kB | 102/156 kB Progress (4): 727/759 kB | 219 kB | 68 kB | 106/156 kB Progress (4): 731/759 kB | 219 kB | 68 kB | 106/156 kB Progress (4): 731/759 kB | 219 kB | 68 kB | 111/156 kB Progress (4): 735/759 kB | 219 kB | 68 kB | 111/156 kB Progress (4): 735/759 kB | 219 kB | 68 kB | 115/156 kB Progress (4): 739/759 kB | 219 kB | 68 kB | 115/156 kB Progress (4): 743/759 kB | 219 kB | 68 kB | 115/156 kB Progress (4): 743/759 kB | 219 kB | 68 kB | 119/156 kB Progress (4): 747/759 kB | 219 kB | 68 kB | 119/156 kB Progress (4): 747/759 kB | 219 kB | 68 kB | 123/156 kB Progress (4): 751/759 kB | 219 kB | 68 kB | 123/156 kB Progress (4): 751/759 kB | 219 kB | 68 kB | 127/156 kB Progress (4): 755/759 kB | 219 kB | 68 kB | 127/156 kB Progress (4): 755/759 kB | 219 kB | 68 kB | 131/156 kB Progress (4): 759 kB | 219 kB | 68 kB | 131/156 kB Progress (4): 759 kB | 219 kB | 68 kB | 135/156 kB Progress (4): 759 kB | 219 kB | 68 kB | 139/156 kB Progress (4): 759 kB | 219 kB | 68 kB | 143/156 kB Progress (4): 759 kB | 219 kB | 68 kB | 147/156 kB Progress (4): 759 kB | 219 kB | 68 kB | 152/156 kB Progress (4): 759 kB | 219 kB | 68 kB | 156/156 kB Progress (4): 759 kB | 219 kB | 68 kB | 156 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/faces/jakarta.faces-api/3.0.0/jakarta.faces-api-3.0.0.jar (759 kB at 2.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/resource/jakarta.resource-api/2.0.0/jakarta.resource-api-2.0.0.jar (68 kB at 178 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.0.0/jakarta.servlet.jsp-api-3.0.0.jar Progress (3): 219 kB | 156 kB | 4.1/45 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/mail/jakarta.mail-api/2.0.0/jakarta.mail-api-2.0.0.jar (219 kB at 568 kB/s) Progress (2): 156 kB | 8.2/45 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jstl/jakarta.servlet.jsp.jstl-api/2.0.0/jakarta.servlet.jsp.jstl-api-2.0.0.jar Progress (2): 156 kB | 12/45 kB Progress (2): 156 kB | 16/45 kB Progress (2): 156 kB | 20/45 kB Progress (2): 156 kB | 25/45 kB Progress (2): 156 kB | 29/45 kB Progress (2): 156 kB | 33/45 kB Progress (2): 156 kB | 37/45 kB Progress (2): 156 kB | 41/45 kB Progress (2): 156 kB | 45/45 kB Progress (2): 156 kB | 45 kB Progress (3): 156 kB | 45 kB | 4.1/67 kB Progress (3): 156 kB | 45 kB | 8.2/67 kB Progress (3): 156 kB | 45 kB | 12/67 kB Progress (3): 156 kB | 45 kB | 16/67 kB Progress (3): 156 kB | 45 kB | 20/67 kB Progress (3): 156 kB | 45 kB | 25/67 kB Progress (4): 156 kB | 45 kB | 25/67 kB | 4.1/308 kB Progress (4): 156 kB | 45 kB | 29/67 kB | 4.1/308 kB Progress (4): 156 kB | 45 kB | 29/67 kB | 8.2/308 kB Progress (4): 156 kB | 45 kB | 33/67 kB | 8.2/308 kB Progress (4): 156 kB | 45 kB | 33/67 kB | 12/308 kB Progress (4): 156 kB | 45 kB | 33/67 kB | 16/308 kB Progress (4): 156 kB | 45 kB | 37/67 kB | 16/308 kB Progress (4): 156 kB | 45 kB | 41/67 kB | 16/308 kB Progress (4): 156 kB | 45 kB | 45/67 kB | 16/308 kB Progress (4): 156 kB | 45 kB | 45/67 kB | 20/308 kB Progress (4): 156 kB | 45 kB | 45/67 kB | 20/308 kB Progress (4): 156 kB | 45 kB | 45/67 kB | 25/308 kB Progress (5): 156 kB | 45 kB | 45/67 kB | 25/308 kB | 4.1/46 kB Progress (5): 156 kB | 45 kB | 45/67 kB | 29/308 kB | 4.1/46 kB Progress (5): 156 kB | 45 kB | 45/67 kB | 29/308 kB | 8.2/46 kB Progress (5): 156 kB | 45 kB | 49/67 kB | 29/308 kB | 8.2/46 kB Progress (5): 156 kB | 45 kB | 49/67 kB | 29/308 kB | 12/46 kB Progress (5): 156 kB | 45 kB | 49/67 kB | 33/308 kB | 12/46 kB Progress (5): 156 kB | 45 kB | 49/67 kB | 33/308 kB | 16/46 kB Progress (5): 156 kB | 45 kB | 53/67 kB | 33/308 kB | 16/46 kB Progress (5): 156 kB | 45 kB | 57/67 kB | 33/308 kB | 16/46 kB Progress (5): 156 kB | 45 kB | 57/67 kB | 37/308 kB | 16/46 kB Progress (5): 156 kB | 45 kB | 62/67 kB | 37/308 kB | 16/46 kB Progress (5): 156 kB | 45 kB | 62/67 kB | 41/308 kB | 16/46 kB Progress (5): 156 kB | 45 kB | 62/67 kB | 41/308 kB | 20/46 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/security/enterprise/jakarta.security.enterprise-api/2.0.0/jakarta.security.enterprise-api-2.0.0.jar (45 kB at 115 kB/s) Progress (4): 156 kB | 62/67 kB | 45/308 kB | 20/46 kB Progress (4): 156 kB | 66/67 kB | 45/308 kB | 20/46 kB Progress (4): 156 kB | 66/67 kB | 49/308 kB | 20/46 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar Progress (4): 156 kB | 66/67 kB | 49/308 kB | 25/46 kB Progress (4): 156 kB | 66/67 kB | 53/308 kB | 25/46 kB Progress (4): 156 kB | 67 kB | 53/308 kB | 25/46 kB Progress (4): 156 kB | 67 kB | 57/308 kB | 25/46 kB Progress (4): 156 kB | 67 kB | 57/308 kB | 29/46 kB Progress (4): 156 kB | 67 kB | 61/308 kB | 29/46 kB Progress (4): 156 kB | 67 kB | 61/308 kB | 33/46 kB Progress (4): 156 kB | 67 kB | 66/308 kB | 33/46 kB Progress (4): 156 kB | 67 kB | 70/308 kB | 33/46 kB Progress (4): 156 kB | 67 kB | 70/308 kB | 37/46 kB Progress (4): 156 kB | 67 kB | 73/308 kB | 37/46 kB Progress (4): 156 kB | 67 kB | 73/308 kB | 41/46 kB Progress (4): 156 kB | 67 kB | 73/308 kB | 45/46 kB Progress (4): 156 kB | 67 kB | 73/308 kB | 46 kB Progress (4): 156 kB | 67 kB | 77/308 kB | 46 kB Progress (4): 156 kB | 67 kB | 81/308 kB | 46 kB Progress (4): 156 kB | 67 kB | 85/308 kB | 46 kB Progress (4): 156 kB | 67 kB | 89/308 kB | 46 kB Progress (4): 156 kB | 67 kB | 93/308 kB | 46 kB Progress (4): 156 kB | 67 kB | 97/308 kB | 46 kB Progress (4): 156 kB | 67 kB | 101/308 kB | 46 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.jar (156 kB at 393 kB/s) Progress (3): 67 kB | 105/308 kB | 46 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.jar Progress (3): 67 kB | 109/308 kB | 46 kB Progress (3): 67 kB | 114/308 kB | 46 kB Progress (3): 67 kB | 118/308 kB | 46 kB Progress (3): 67 kB | 122/308 kB | 46 kB Progress (3): 67 kB | 126/308 kB | 46 kB Progress (3): 67 kB | 130/308 kB | 46 kB Progress (3): 67 kB | 134/308 kB | 46 kB Progress (3): 67 kB | 138/308 kB | 46 kB Progress (3): 67 kB | 142/308 kB | 46 kB Progress (3): 67 kB | 146/308 kB | 46 kB Progress (3): 67 kB | 150/308 kB | 46 kB Progress (3): 67 kB | 154/308 kB | 46 kB Progress (3): 67 kB | 159/308 kB | 46 kB Progress (3): 67 kB | 163/308 kB | 46 kB Progress (3): 67 kB | 167/308 kB | 46 kB Progress (3): 67 kB | 171/308 kB | 46 kB Progress (3): 67 kB | 175/308 kB | 46 kB Progress (3): 67 kB | 179/308 kB | 46 kB Progress (3): 67 kB | 183/308 kB | 46 kB Progress (3): 67 kB | 187/308 kB | 46 kB Progress (3): 67 kB | 191/308 kB | 46 kB Progress (3): 67 kB | 195/308 kB | 46 kB Progress (3): 67 kB | 200/308 kB | 46 kB Progress (3): 67 kB | 204/308 kB | 46 kB Progress (3): 67 kB | 208/308 kB | 46 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.0.0/jakarta.servlet.jsp-api-3.0.0.jar (67 kB at 166 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jstl/jakarta.servlet.jsp.jstl-api/2.0.0/jakarta.servlet.jsp.jstl-api-2.0.0.jar (46 kB at 114 kB/s) Progress (1): 212/308 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar Downloading from central: https://repo.maven.apache.org/maven2/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0.jar Progress (2): 212/308 kB | 4.1/28 kB Progress (2): 216/308 kB | 4.1/28 kB Progress (2): 216/308 kB | 8.2/28 kB Progress (2): 220/308 kB | 8.2/28 kB Progress (2): 220/308 kB | 12/28 kB Progress (2): 220/308 kB | 16/28 kB Progress (2): 224/308 kB | 16/28 kB Progress (2): 228/308 kB | 16/28 kB Progress (2): 232/308 kB | 16/28 kB Progress (2): 236/308 kB | 16/28 kB Progress (2): 236/308 kB | 20/28 kB Progress (2): 236/308 kB | 25/28 kB Progress (2): 236/308 kB | 28 kB Progress (2): 240/308 kB | 28 kB Progress (2): 245/308 kB | 28 kB Progress (2): 249/308 kB | 28 kB Progress (2): 253/308 kB | 28 kB Progress (2): 257/308 kB | 28 kB Progress (2): 261/308 kB | 28 kB Progress (2): 265/308 kB | 28 kB Progress (2): 269/308 kB | 28 kB Progress (2): 273/308 kB | 28 kB Progress (2): 277/308 kB | 28 kB Progress (2): 281/308 kB | 28 kB Progress (2): 286/308 kB | 28 kB Progress (2): 290/308 kB | 28 kB Progress (2): 292/308 kB | 28 kB Progress (2): 296/308 kB | 28 kB Progress (2): 300/308 kB | 28 kB Progress (2): 304/308 kB | 28 kB Progress (2): 308 kB | 28 kB Progress (3): 308 kB | 28 kB | 4.1/139 kB Progress (3): 308 kB | 28 kB | 8.2/139 kB Progress (3): 308 kB | 28 kB | 12/139 kB Progress (3): 308 kB | 28 kB | 16/139 kB Progress (4): 308 kB | 28 kB | 16/139 kB | 4.1/49 kB Progress (4): 308 kB | 28 kB | 20/139 kB | 4.1/49 kB Progress (4): 308 kB | 28 kB | 20/139 kB | 8.2/49 kB Progress (4): 308 kB | 28 kB | 25/139 kB | 8.2/49 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar (28 kB at 68 kB/s) Progress (3): 308 kB | 29/139 kB | 8.2/49 kB Progress (3): 308 kB | 29/139 kB | 12/49 kB Progress (3): 308 kB | 29/139 kB | 16/49 kB Progress (3): 308 kB | 33/139 kB | 16/49 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.0.0.jar Progress (3): 308 kB | 33/139 kB | 20/49 kB Progress (3): 308 kB | 37/139 kB | 20/49 kB Progress (3): 308 kB | 37/139 kB | 25/49 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar (308 kB at 745 kB/s) Progress (2): 37/139 kB | 29/49 kB Progress (2): 41/139 kB | 29/49 kB Progress (2): 41/139 kB | 33/49 kB Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.jar Progress (2): 45/139 kB | 33/49 kB Progress (2): 49/139 kB | 33/49 kB Progress (2): 53/139 kB | 33/49 kB Progress (2): 57/139 kB | 33/49 kB Progress (2): 60/139 kB | 33/49 kB Progress (2): 60/139 kB | 37/49 kB Progress (2): 60/139 kB | 41/49 kB Progress (2): 60/139 kB | 45/49 kB Progress (2): 64/139 kB | 45/49 kB Progress (2): 64/139 kB | 49/49 kB Progress (2): 64/139 kB | 49 kB Progress (3): 64/139 kB | 49 kB | 4.1/63 kB Progress (3): 64/139 kB | 49 kB | 8.2/63 kB Progress (3): 68/139 kB | 49 kB | 8.2/63 kB Progress (3): 68/139 kB | 49 kB | 12/63 kB Progress (4): 68/139 kB | 49 kB | 12/63 kB | 4.1/129 kB Progress (4): 68/139 kB | 49 kB | 16/63 kB | 4.1/129 kB Progress (4): 73/139 kB | 49 kB | 16/63 kB | 4.1/129 kB Progress (5): 73/139 kB | 49 kB | 16/63 kB | 4.1/129 kB | 4.1/93 kB Progress (5): 73/139 kB | 49 kB | 16/63 kB | 8.2/129 kB | 4.1/93 kB Progress (5): 73/139 kB | 49 kB | 20/63 kB | 8.2/129 kB | 4.1/93 kB Progress (5): 73/139 kB | 49 kB | 20/63 kB | 8.2/129 kB | 8.2/93 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0.jar (49 kB at 102 kB/s) Progress (4): 77/139 kB | 20/63 kB | 8.2/129 kB | 8.2/93 kB Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-osgi/3.0.0/jaxb-osgi-3.0.0.jar Progress (4): 77/139 kB | 20/63 kB | 8.2/129 kB | 12/93 kB Progress (4): 77/139 kB | 25/63 kB | 8.2/129 kB | 12/93 kB Progress (4): 77/139 kB | 25/63 kB | 12/129 kB | 12/93 kB Progress (4): 77/139 kB | 29/63 kB | 12/129 kB | 12/93 kB Progress (4): 81/139 kB | 29/63 kB | 12/129 kB | 12/93 kB Progress (4): 81/139 kB | 29/63 kB | 12/129 kB | 16/93 kB Progress (4): 85/139 kB | 29/63 kB | 12/129 kB | 16/93 kB Progress (4): 85/139 kB | 33/63 kB | 12/129 kB | 16/93 kB Progress (4): 85/139 kB | 33/63 kB | 16/129 kB | 16/93 kB Progress (4): 89/139 kB | 33/63 kB | 16/129 kB | 16/93 kB Progress (4): 89/139 kB | 33/63 kB | 16/129 kB | 20/93 kB Progress (4): 89/139 kB | 37/63 kB | 16/129 kB | 20/93 kB Progress (4): 93/139 kB | 37/63 kB | 16/129 kB | 20/93 kB Progress (4): 93/139 kB | 41/63 kB | 16/129 kB | 20/93 kB Progress (4): 93/139 kB | 41/63 kB | 20/129 kB | 20/93 kB Progress (4): 93/139 kB | 41/63 kB | 20/129 kB | 25/93 kB Progress (4): 93/139 kB | 41/63 kB | 25/129 kB | 25/93 kB Progress (4): 93/139 kB | 45/63 kB | 25/129 kB | 25/93 kB Progress (4): 93/139 kB | 45/63 kB | 29/129 kB | 25/93 kB Progress (4): 93/139 kB | 45/63 kB | 29/129 kB | 29/93 kB Progress (4): 97/139 kB | 45/63 kB | 29/129 kB | 29/93 kB Progress (4): 97/139 kB | 45/63 kB | 29/129 kB | 33/93 kB Progress (4): 97/139 kB | 45/63 kB | 33/129 kB | 33/93 kB Progress (4): 97/139 kB | 49/63 kB | 33/129 kB | 33/93 kB Progress (4): 101/139 kB | 49/63 kB | 33/129 kB | 33/93 kB Progress (4): 101/139 kB | 49/63 kB | 33/129 kB | 37/93 kB Progress (4): 101/139 kB | 53/63 kB | 33/129 kB | 37/93 kB Progress (4): 101/139 kB | 53/63 kB | 37/129 kB | 37/93 kB Progress (4): 105/139 kB | 53/63 kB | 37/129 kB | 37/93 kB Progress (4): 105/139 kB | 53/63 kB | 41/129 kB | 37/93 kB Progress (4): 105/139 kB | 57/63 kB | 41/129 kB | 37/93 kB Progress (4): 105/139 kB | 57/63 kB | 41/129 kB | 41/93 kB Progress (4): 105/139 kB | 61/63 kB | 41/129 kB | 41/93 kB Progress (4): 105/139 kB | 61/63 kB | 45/129 kB | 41/93 kB Progress (4): 109/139 kB | 61/63 kB | 45/129 kB | 41/93 kB Progress (4): 109/139 kB | 61/63 kB | 49/129 kB | 41/93 kB Progress (4): 109/139 kB | 63 kB | 49/129 kB | 41/93 kB Progress (4): 109/139 kB | 63 kB | 49/129 kB | 45/93 kB Progress (4): 114/139 kB | 63 kB | 49/129 kB | 45/93 kB Progress (4): 114/139 kB | 63 kB | 49/129 kB | 49/93 kB Progress (4): 114/139 kB | 63 kB | 53/129 kB | 49/93 kB Progress (4): 118/139 kB | 63 kB | 53/129 kB | 49/93 kB Progress (4): 118/139 kB | 63 kB | 57/129 kB | 49/93 kB Progress (4): 122/139 kB | 63 kB | 57/129 kB | 49/93 kB Progress (4): 122/139 kB | 63 kB | 57/129 kB | 53/93 kB Progress (4): 122/139 kB | 63 kB | 61/129 kB | 53/93 kB Progress (4): 122/139 kB | 63 kB | 61/129 kB | 57/93 kB Progress (4): 126/139 kB | 63 kB | 61/129 kB | 57/93 kB Progress (4): 126/139 kB | 63 kB | 61/129 kB | 61/93 kB Progress (4): 126/139 kB | 63 kB | 66/129 kB | 61/93 kB Progress (4): 130/139 kB | 63 kB | 66/129 kB | 61/93 kB Progress (4): 130/139 kB | 63 kB | 66/129 kB | 66/93 kB Progress (4): 130/139 kB | 63 kB | 70/129 kB | 66/93 kB Progress (4): 134/139 kB | 63 kB | 70/129 kB | 66/93 kB Progress (4): 134/139 kB | 63 kB | 74/129 kB | 66/93 kB Progress (4): 134/139 kB | 63 kB | 78/129 kB | 66/93 kB Progress (4): 134/139 kB | 63 kB | 82/129 kB | 66/93 kB Progress (4): 134/139 kB | 63 kB | 82/129 kB | 70/93 kB Progress (4): 138/139 kB | 63 kB | 82/129 kB | 70/93 kB Progress (4): 138/139 kB | 63 kB | 82/129 kB | 74/93 kB Progress (4): 139 kB | 63 kB | 82/129 kB | 74/93 kB Progress (4): 139 kB | 63 kB | 82/129 kB | 78/93 kB Progress (4): 139 kB | 63 kB | 86/129 kB | 78/93 kB Progress (4): 139 kB | 63 kB | 86/129 kB | 82/93 kB Progress (4): 139 kB | 63 kB | 90/129 kB | 82/93 kB Progress (4): 139 kB | 63 kB | 94/129 kB | 82/93 kB Progress (4): 139 kB | 63 kB | 98/129 kB | 82/93 kB Progress (4): 139 kB | 63 kB | 98/129 kB | 86/93 kB Progress (4): 139 kB | 63 kB | 98/129 kB | 90/93 kB Progress (4): 139 kB | 63 kB | 98/129 kB | 93 kB Progress (4): 139 kB | 63 kB | 102/129 kB | 93 kB Progress (4): 139 kB | 63 kB | 106/129 kB | 93 kB Progress (4): 139 kB | 63 kB | 111/129 kB | 93 kB Progress (4): 139 kB | 63 kB | 115/129 kB | 93 kB Progress (4): 139 kB | 63 kB | 119/129 kB | 93 kB Progress (4): 139 kB | 63 kB | 123/129 kB | 93 kB Progress (4): 139 kB | 63 kB | 127/129 kB | 93 kB Progress (4): 139 kB | 63 kB | 129 kB | 93 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.jar (63 kB at 127 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-api/3.0.0/webservices-api-3.0.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar (139 kB at 279 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-api-osgi/3.0.0/webservices-api-osgi-3.0.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.0.0.jar (129 kB at 259 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-osgi/3.0.0/webservices-osgi-3.0.0.jar Progress (2): 93 kB | 0/3.5 MB Progress (2): 93 kB | 0/3.5 MB Progress (2): 93 kB | 0/3.5 MB Progress (2): 93 kB | 0/3.5 MB Progress (2): 93 kB | 0/3.5 MB Progress (2): 93 kB | 0/3.5 MB Progress (2): 93 kB | 0/3.5 MB Progress (2): 93 kB | 0/3.5 MB Progress (3): 93 kB | 0/3.5 MB | 4.1/97 kB Progress (3): 93 kB | 0/3.5 MB | 8.2/97 kB Progress (3): 93 kB | 0/3.5 MB | 12/97 kB Progress (3): 93 kB | 0/3.5 MB | 16/97 kB Progress (3): 93 kB | 0/3.5 MB | 20/97 kB Progress (3): 93 kB | 0/3.5 MB | 25/97 kB Progress (3): 93 kB | 0/3.5 MB | 29/97 kB Progress (3): 93 kB | 0/3.5 MB | 33/97 kB Progress (4): 93 kB | 0/3.5 MB | 33/97 kB | 4.1/297 kB Progress (4): 93 kB | 0/3.5 MB | 33/97 kB | 8.2/297 kB Progress (4): 93 kB | 0/3.5 MB | 33/97 kB | 8.2/297 kB Progress (4): 93 kB | 0/3.5 MB | 33/97 kB | 12/297 kB Progress (4): 93 kB | 0/3.5 MB | 37/97 kB | 12/297 kB Progress (4): 93 kB | 0/3.5 MB | 37/97 kB | 16/297 kB Progress (4): 93 kB | 0/3.5 MB | 37/97 kB | 16/297 kB Progress (4): 93 kB | 0/3.5 MB | 41/97 kB | 16/297 kB Progress (4): 93 kB | 0/3.5 MB | 41/97 kB | 16/297 kB Progress (4): 93 kB | 0/3.5 MB | 41/97 kB | 20/297 kB Progress (4): 93 kB | 0/3.5 MB | 45/97 kB | 20/297 kB Progress (4): 93 kB | 0/3.5 MB | 45/97 kB | 25/297 kB Progress (4): 93 kB | 0/3.5 MB | 45/97 kB | 25/297 kB Progress (4): 93 kB | 0/3.5 MB | 45/97 kB | 29/297 kB Progress (4): 93 kB | 0/3.5 MB | 49/97 kB | 29/297 kB Progress (4): 93 kB | 0/3.5 MB | 49/97 kB | 33/297 kB Progress (4): 93 kB | 0/3.5 MB | 53/97 kB | 33/297 kB Progress (4): 93 kB | 0/3.5 MB | 57/97 kB | 33/297 kB Progress (4): 93 kB | 0/3.5 MB | 61/97 kB | 33/297 kB Progress (4): 93 kB | 0/3.5 MB | 61/97 kB | 37/297 kB Progress (4): 93 kB | 0/3.5 MB | 66/97 kB | 37/297 kB Progress (4): 93 kB | 0/3.5 MB | 66/97 kB | 41/297 kB Progress (5): 93 kB | 0/3.5 MB | 66/97 kB | 41/297 kB | 0/10 MB Progress (5): 93 kB | 0/3.5 MB | 66/97 kB | 45/297 kB | 0/10 MB Progress (5): 93 kB | 0/3.5 MB | 66/97 kB | 45/297 kB | 0/10 MB Progress (5): 93 kB | 0/3.5 MB | 70/97 kB | 45/297 kB | 0/10 MB Progress (5): 93 kB | 0/3.5 MB | 70/97 kB | 45/297 kB | 0/10 MB Progress (5): 93 kB | 0/3.5 MB | 70/97 kB | 49/297 kB | 0/10 MB Progress (5): 93 kB | 0/3.5 MB | 70/97 kB | 49/297 kB | 0/10 MB Progress (5): 93 kB | 0/3.5 MB | 74/97 kB | 49/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 74/97 kB | 49/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 78/97 kB | 49/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 78/97 kB | 53/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 78/97 kB | 53/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 78/97 kB | 53/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 78/97 kB | 57/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 82/97 kB | 57/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 82/97 kB | 61/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 82/97 kB | 61/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 82/97 kB | 61/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 86/97 kB | 61/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 86/97 kB | 61/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 86/97 kB | 66/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 86/97 kB | 66/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 90/97 kB | 66/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 90/97 kB | 66/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 94/97 kB | 66/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 66/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 70/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 70/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 70/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 74/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 74/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 74/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 74/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 78/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 78/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 78/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 82/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 82/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 82/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 82/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 82/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 86/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 86/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 86/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 90/297 kB | 0/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 90/297 kB | 0.1/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 94/297 kB | 0.1/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 94/297 kB | 0.1/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 94/297 kB | 0.1/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 94/297 kB | 0.1/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 98/297 kB | 0.1/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 98/297 kB | 0.1/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 98/297 kB | 0.1/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 98/297 kB | 0.1/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 98/297 kB | 0.1/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 102/297 kB | 0.1/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 102/297 kB | 0.1/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 102/297 kB | 0.1/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 102/297 kB | 0.1/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 102/297 kB | 0.1/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 102/297 kB | 0.1/10 MB Progress (5): 93 kB | 0.1/3.5 MB | 97 kB | 102/297 kB | 0.1/10 MB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.jar (93 kB at 158 kB/s) Progress (4): 0.1/3.5 MB | 97 kB | 106/297 kB | 0.1/10 MB Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-extra-jdk-packages/3.0.0/webservices-extra-jdk-packages-3.0.0.jar Progress (4): 0.1/3.5 MB | 97 kB | 106/297 kB | 0.1/10 MB Progress (4): 0.1/3.5 MB | 97 kB | 106/297 kB | 0.1/10 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-api-osgi/3.0.0/webservices-api-osgi-3.0.0.jar (97 kB at 166 kB/s) Progress (3): 0.1/3.5 MB | 111/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 111/297 kB | 0.1/10 MB Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.jar Progress (3): 0.1/3.5 MB | 111/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 111/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 115/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 115/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 115/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 115/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 115/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 119/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 119/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 123/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 123/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 127/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 127/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 127/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 127/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 131/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 131/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 131/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 131/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 131/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 131/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 135/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 135/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 139/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 139/297 kB | 0.1/10 MB Progress (3): 0.1/3.5 MB | 143/297 kB | 0.1/10 MB Progress (3): 0.2/3.5 MB | 143/297 kB | 0.1/10 MB Progress (3): 0.2/3.5 MB | 147/297 kB | 0.1/10 MB Progress (3): 0.2/3.5 MB | 147/297 kB | 0.1/10 MB Progress (3): 0.2/3.5 MB | 147/297 kB | 0.1/10 MB Progress (3): 0.2/3.5 MB | 147/297 kB | 0.1/10 MB Progress (3): 0.2/3.5 MB | 147/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 147/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 147/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 152/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 152/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 156/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 156/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 160/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 160/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 164/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 164/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 164/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 164/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 164/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 164/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 168/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 168/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 168/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 168/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 172/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 172/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 176/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 176/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 176/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 180/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 180/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 180/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 180/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 180/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 180/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 184/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 184/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 188/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 188/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 193/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 193/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 197/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 197/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 197/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 197/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 197/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 197/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 201/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 205/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 209/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 209/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 209/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 209/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 213/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 213/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 213/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 213/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 213/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 213/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 217/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 217/297 kB | 0.2/10 MB Progress (3): 0.2/3.5 MB | 221/297 kB | 0.2/10 MB Progress (4): 0.2/3.5 MB | 221/297 kB | 0.2/10 MB | 4.1/4.5 kB Progress (4): 0.3/3.5 MB | 221/297 kB | 0.2/10 MB | 4.1/4.5 kB Progress (4): 0.3/3.5 MB | 221/297 kB | 0.2/10 MB | 4.5 kB Progress (4): 0.3/3.5 MB | 221/297 kB | 0.2/10 MB | 4.5 kB Progress (4): 0.3/3.5 MB | 225/297 kB | 0.2/10 MB | 4.5 kB Progress (4): 0.3/3.5 MB | 225/297 kB | 0.2/10 MB | 4.5 kB Progress (5): 0.3/3.5 MB | 225/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 225/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 225/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 225/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 229/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 229/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 229/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 229/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 229/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 233/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 233/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 233/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 233/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 238/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 238/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 238/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 238/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 238/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 238/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 242/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 242/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 242/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 242/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 246/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 246/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 246/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 246/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 246/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 246/297 kB | 0.2/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 246/297 kB | 0.3/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 246/297 kB | 0.3/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 250/297 kB | 0.3/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 250/297 kB | 0.3/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 250/297 kB | 0.3/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 250/297 kB | 0.3/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 250/297 kB | 0.3/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 254/297 kB | 0.3/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 254/297 kB | 0.3/10 MB | 4.5 kB | 0/1.6 MB Progress (5): 0.3/3.5 MB | 254/297 kB | 0.3/10 MB | 4.5 kB | 0.1/1.6 MB Progress (5): 0.3/3.5 MB | 254/297 kB | 0.3/10 MB | 4.5 kB | 0.1/1.6 MB Progress (5): 0.3/3.5 MB | 254/297 kB | 0.3/10 MB | 4.5 kB | 0.1/1.6 MB Progress (5): 0.3/3.5 MB | 254/297 kB | 0.3/10 MB | 4.5 kB | 0.1/1.6 MB Progress (5): 0.3/3.5 MB | 258/297 kB | 0.3/10 MB | 4.5 kB | 0.1/1.6 MB Progress (5): 0.3/3.5 MB | 258/297 kB | 0.3/10 MB | 4.5 kB | 0.1/1.6 MB Progress (5): 0.3/3.5 MB | 258/297 kB | 0.3/10 MB | 4.5 kB | 0.1/1.6 MB Progress (5): 0.3/3.5 MB | 258/297 kB | 0.3/10 MB | 4.5 kB | 0.1/1.6 MB Progress (5): 0.3/3.5 MB | 258/297 kB | 0.3/10 MB | 4.5 kB | 0.1/1.6 MB Progress (5): 0.3/3.5 MB | 262/297 kB | 0.3/10 MB | 4.5 kB | 0.1/1.6 MB Progress (5): 0.3/3.5 MB | 262/297 kB | 0.3/10 MB | 4.5 kB | 0.1/1.6 MB Progress (5): 0.3/3.5 MB | 262/297 kB | 0.3/10 MB | 4.5 kB | 0.1/1.6 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-extra-jdk-packages/3.0.0/webservices-extra-jdk-packages-3.0.0.jar (4.5 kB at 7.5 kB/s) Progress (4): 0.3/3.5 MB | 262/297 kB | 0.3/10 MB | 0.1/1.6 MB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar Progress (4): 0.3/3.5 MB | 266/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 266/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 266/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 270/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 270/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 274/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 274/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 279/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 279/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 279/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 279/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 279/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 279/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 283/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 283/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 283/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 283/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 287/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 287/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 287/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 287/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 287/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 287/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 291/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 291/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 291/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 291/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 291/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 295/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 295/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 295/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 295/297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.3/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.3/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.4/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.4/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.4/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 297 kB | 0.4/10 MB | 0.1/1.6 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-api/3.0.0/webservices-api-3.0.0.jar (297 kB at 435 kB/s) Progress (3): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 4.1/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 4.1/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 4.1/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 4.1/196 kB Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/mimepull/mimepull/1.9.13/mimepull-1.9.13.jar Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 4.1/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 4.1/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 4.1/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 8.2/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 12/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 16/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 20/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 25/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 29/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 33/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 33/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 33/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 37/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 37/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 41/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 41/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 41/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 41/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 45/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 45/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 49/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 49/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 49/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 49/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 49/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 53/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 53/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 57/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 57/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 61/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.1/1.6 MB | 61/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 61/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 66/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 66/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 66/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 66/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 66/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 66/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 66/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 66/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 66/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 66/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 66/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 66/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 66/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 70/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 70/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 70/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 70/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 74/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 74/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 74/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 74/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 74/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 74/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 78/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 78/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 78/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 78/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 82/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 82/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 82/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 82/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 86/196 kB Progress (4): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 86/196 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 86/196 kB | 4.1/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 86/196 kB | 4.1/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 90/196 kB | 4.1/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 90/196 kB | 4.1/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 90/196 kB | 4.1/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 90/196 kB | 4.1/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 94/196 kB | 4.1/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 94/196 kB | 4.1/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 94/196 kB | 8.2/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 94/196 kB | 8.2/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 98/196 kB | 8.2/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 98/196 kB | 8.2/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 98/196 kB | 8.2/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 98/196 kB | 8.2/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 98/196 kB | 12/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 98/196 kB | 16/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 98/196 kB | 16/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 98/196 kB | 16/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 102/196 kB | 16/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 102/196 kB | 16/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 106/196 kB | 16/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 106/196 kB | 20/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 106/196 kB | 25/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 106/196 kB | 29/65 kB Progress (5): 0.4/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 106/196 kB | 29/65 kB Progress (5): 0.5/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 106/196 kB | 29/65 kB Progress (5): 0.5/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 106/196 kB | 33/65 kB Progress (5): 0.5/3.5 MB | 0.4/10 MB | 0.2/1.6 MB | 111/196 kB | 33/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 111/196 kB | 33/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 115/196 kB | 33/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 115/196 kB | 33/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 115/196 kB | 33/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 115/196 kB | 33/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 115/196 kB | 37/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 115/196 kB | 37/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 115/196 kB | 41/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 115/196 kB | 41/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 119/196 kB | 41/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 119/196 kB | 41/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 119/196 kB | 45/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 119/196 kB | 49/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 119/196 kB | 49/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 119/196 kB | 49/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 119/196 kB | 49/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 123/196 kB | 49/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 123/196 kB | 49/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 123/196 kB | 53/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 123/196 kB | 57/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 123/196 kB | 57/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 123/196 kB | 57/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 123/196 kB | 57/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 123/196 kB | 61/65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 123/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 123/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 127/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 127/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 127/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 127/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 131/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 131/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 131/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 131/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 131/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 135/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 135/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 139/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 139/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 139/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 139/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 143/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 143/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 143/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 143/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.2/1.6 MB | 143/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 143/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 147/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 147/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 147/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 147/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 152/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 152/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 156/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 156/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 156/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 156/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 160/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 160/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 160/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 164/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 164/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 164/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 164/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 168/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 168/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 172/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 172/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 172/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 172/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 176/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 176/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 180/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 180/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 180/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 180/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 184/196 kB | 65 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 184/196 kB | 65 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jvnet/mimepull/mimepull/1.9.13/mimepull-1.9.13.jar (65 kB at 92 kB/s) Progress (4): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 184/196 kB Progress (4): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 184/196 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/santuario/xmlsec/2.1.5/xmlsec-2.1.5.jar Progress (4): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 188/196 kB Progress (4): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 188/196 kB Progress (4): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 188/196 kB Progress (4): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 188/196 kB Progress (4): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 188/196 kB Progress (4): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 188/196 kB Progress (4): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 188/196 kB Progress (4): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 188/196 kB Progress (4): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 193/196 kB Progress (4): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 193/196 kB Progress (4): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 193/196 kB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 193/196 kB | 0/1.1 MB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 193/196 kB | 0/1.1 MB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.5/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.5/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.3/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 196 kB | 0/1.1 MB Progress (5): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 196 kB | 0.1/1.1 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 248 kB/s) Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.6/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.7/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.7/3.5 MB | 0.6/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (4): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 4.1/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 4.1/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 4.1/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 4.1/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 4.1/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 4.1/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 4.1/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 4.1/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 8.2/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 8.2/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 8.2/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 8.2/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 8.2/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 8.2/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 8.2/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 8.2/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 12/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 12/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 12/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 12/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 12/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 12/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 16/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 16/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 16/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 16/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 16/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 16/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 20/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 20/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 20/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 20/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 25/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 25/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 25/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 25/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 29/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 29/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 29/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 29/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.1/1.1 MB | 33/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.2/1.1 MB | 33/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.2/1.1 MB | 33/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.2/1.1 MB | 37/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.2/1.1 MB | 37/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.2/1.1 MB | 37/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.2/1.1 MB | 37/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.2/1.1 MB | 37/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.2/1.1 MB | 37/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.2/1.1 MB | 41/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.2/1.1 MB | 41/41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.4/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.7/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.8/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.8/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.8/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.8/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.8/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.8/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.8/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.8/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.8/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.8/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Progress (5): 0.8/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB | 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar (41 kB at 47 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.13/commons-codec-1.13.jar Progress (4): 0.8/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.7/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.2/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (4): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB | 4.1/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB | 4.1/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB | 8.2/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB | 8.2/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB | 12/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB | 12/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB | 12/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB | 12/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB | 16/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB | 16/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB | 16/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB | 16/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB | 19/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB | 19/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.5/1.6 MB | 0.3/1.1 MB | 19/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 19/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 19/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 19/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 19/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 23/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 23/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 27/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 27/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 27/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 27/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 32/344 kB Progress (5): 0.8/3.5 MB | 0.8/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 32/344 kB Progress (5): 0.9/3.5 MB | 0.8/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 32/344 kB Progress (5): 0.9/3.5 MB | 0.8/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 32/344 kB Progress (5): 0.9/3.5 MB | 0.8/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 32/344 kB Progress (5): 0.9/3.5 MB | 0.8/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 36/344 kB Progress (5): 0.9/3.5 MB | 0.8/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 36/344 kB Progress (5): 0.9/3.5 MB | 0.8/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 36/344 kB Progress (5): 0.9/3.5 MB | 0.8/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 36/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 36/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 36/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 40/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 40/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 40/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 40/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 44/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 44/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 44/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 44/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 44/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 48/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 48/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 52/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 52/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 52/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 52/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 52/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 52/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 52/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 52/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 56/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 56/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 60/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 60/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 60/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 60/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 60/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 60/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 64/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 64/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 64/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 64/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 64/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 64/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 64/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 68/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 68/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 68/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 68/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 68/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 73/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 73/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 73/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 73/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 77/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 77/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 77/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 77/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 77/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 77/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 77/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 77/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 81/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.3/1.1 MB | 81/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 81/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 81/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 81/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 81/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 81/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 81/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 85/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 85/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 85/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 85/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 85/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 85/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 85/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 85/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 89/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 89/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 89/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 89/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 89/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 93/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 93/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 93/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 93/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 93/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 97/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 97/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 97/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 101/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 101/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 101/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 101/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 105/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 105/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 105/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 105/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 105/344 kB Progress (5): 0.9/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 109/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 109/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 113/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 113/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 113/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 113/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 113/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 113/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 118/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 118/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 118/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 118/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 118/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 118/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 122/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 122/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 122/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 122/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 122/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 122/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 122/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 122/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 122/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 122/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 122/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 122/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 126/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 126/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.6/1.6 MB | 0.4/1.1 MB | 126/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 126/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 130/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 130/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 130/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 130/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 130/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 130/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 130/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 134/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 134/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 138/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 138/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 138/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 138/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 142/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 142/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 146/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 146/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 146/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 146/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 146/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 146/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 146/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 146/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 150/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 150/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 154/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 154/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 154/344 kB Progress (5): 1.0/3.5 MB | 0.9/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 154/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 154/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 154/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 154/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.0/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 159/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 163/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 163/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 163/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 163/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 167/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 167/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 171/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 171/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 171/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 171/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 171/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 175/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 175/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 179/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 179/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 179/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 179/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 179/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 179/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 179/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 179/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 179/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 183/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 183/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.4/1.1 MB | 183/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 183/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 183/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 183/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 183/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 183/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 187/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 187/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 187/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 187/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 187/344 kB Progress (5): 1.0/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 187/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 187/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 191/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 191/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 191/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 191/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 191/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 195/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 195/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 200/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 200/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 200/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 200/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 200/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 200/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 200/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 204/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 204/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 204/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 204/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 204/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 204/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 204/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 208/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 208/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 208/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 208/344 kB Progress (5): 1.1/3.5 MB | 1.1/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 208/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 208/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 208/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 208/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 212/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 216/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 216/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.7/1.6 MB | 0.5/1.1 MB | 216/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 216/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 216/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 216/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 216/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 216/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 216/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 216/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 220/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 220/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 220/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 220/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 220/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 220/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 220/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 220/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 220/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 224/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 224/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 224/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 224/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 224/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 224/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 228/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 228/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 228/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 228/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 228/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 228/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 228/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 232/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 232/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 232/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 232/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 232/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 232/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 236/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 236/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 236/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 236/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 236/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 240/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 240/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 245/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 245/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 245/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 245/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 245/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 245/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 249/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 249/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 249/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 249/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 253/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 253/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 257/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 257/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 257/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 257/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 257/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 257/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 261/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 261/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 261/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 261/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 261/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 261/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 265/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 265/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 265/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 269/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 269/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 269/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 269/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 269/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 269/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 269/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.5/1.1 MB | 269/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 269/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 269/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 269/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 269/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 273/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 277/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 277/344 kB Progress (5): 1.1/3.5 MB | 1.2/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 277/344 kB Progress (5): 1.1/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 277/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 277/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 277/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 281/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 281/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 286/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 286/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 286/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 286/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 286/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 286/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 290/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 290/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 294/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 294/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 294/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 294/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 294/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 294/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 294/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 294/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 294/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 298/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 298/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 298/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 298/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 298/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 298/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 298/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 302/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 302/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 302/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 302/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 302/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 302/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 302/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 302/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 302/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 306/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 306/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 306/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 306/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 306/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.8/1.6 MB | 0.6/1.1 MB | 306/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.6/1.1 MB | 306/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.6/1.1 MB | 310/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.6/1.1 MB | 310/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.6/1.1 MB | 310/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.6/1.1 MB | 310/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.6/1.1 MB | 310/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.6/1.1 MB | 314/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.6/1.1 MB | 314/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.6/1.1 MB | 314/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 314/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 314/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 314/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 318/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 318/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 322/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 322/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 322/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 326/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 326/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 326/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 326/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 326/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 331/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 331/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 331/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 331/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 331/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 331/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 335/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 335/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 339/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 339/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 339/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 339/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 339/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 339/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 339/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 339/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 343/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 343/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 343/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 343/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 343/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 343/344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.2/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.3/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 0.9/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB | 344 kB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB | 344 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.13/commons-codec-1.13.jar (344 kB at 312 kB/s) Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-tools/3.0.0/webservices-tools-3.0.0.jar Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.7/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB Progress (4): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.4/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.0/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.3/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.8/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.5/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.1/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.4/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.1/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.6/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 0.9/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.2/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.2/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.5/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.7/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.0/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.3/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1/1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1 MB | 0.3/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.8/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.6/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.4/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.4/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 1.9/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.7/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.5/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Progress (5): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 1.1 MB | 0.5/2.8 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/santuario/xmlsec/2.1.5/xmlsec-2.1.5.jar (1.1 MB at 804 kB/s) Progress (4): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 0.5/2.8 MB Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-rt/3.0.0/webservices-rt-3.0.0.jar Progress (4): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.0/10 MB | 1.6/1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6/1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6/1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6/1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6/1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6/1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6/1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6/1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6/1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.5/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.8/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.1/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB Progress (4): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.6/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 1.9/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.2/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.3/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.3/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Progress (5): 2.0/3.5 MB | 2.3/10 MB | 1.6 MB | 0.7/2.8 MB | 0.1/14 MB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.jar (1.6 MB at 1.1 MB/s) Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.7/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.1/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.0/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.3/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.8/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.2/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.1/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.4/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.3/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.2/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 0.9/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.5/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.4/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.0/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.3/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.6/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.5/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.1/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.4/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.7/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.6/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.2/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.5/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.8/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.7/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.3/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.6/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.7/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.7/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.7/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.7/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.7/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.7/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.7/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.7/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.7/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.7/3.5 MB | 2.9/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.8/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.4/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.5/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.5/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.5/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.5/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.5/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.5/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.5/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.5/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.5/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.5/2.8 MB | 0.9/14 MB Progress (4): 2.7/3.5 MB | 3.0/10 MB | 1.5/2.8 MB | 0.9/14 MB Progress (4): 2.8/3.5 MB | 3.0/10 MB | 1.5/2.8 MB | 0.9/14 MB Progress (4): 2.8/3.5 MB | 3.0/10 MB | 1.5/2.8 MB | 0.9/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 0.9/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 0.9/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 0.9/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 0.9/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 0.9/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.8/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.1/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.5/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.0/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 2.9/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.2/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.6/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.1/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.0/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.3/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.7/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.2/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.1/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.4/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.3/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.8/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.2/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.5/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.4/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 1.9/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.3/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.6/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.5/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.0/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.4/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.6/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.7/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.1/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5/3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.8/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.7/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.2/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 3.9/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.8/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.3/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.0/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 1.9/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.4/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.1/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.0/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.1/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.5/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.2/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.2/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.6/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.3/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.3/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.7/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.4/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8/2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8 MB | 2.4/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.5/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.5/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.6/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.6/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.6/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.6/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.6/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.6/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.6/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.6/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.6/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.6/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.6/14 MB Progress (4): 3.5 MB | 4.6/10 MB | 2.8 MB | 2.6/14 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-tools/3.0.0/webservices-tools-3.0.0.jar (2.8 MB at 1.2 MB/s) Progress (3): 3.5 MB | 4.6/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.6/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.7/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.7/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.8/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.8/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 4.9/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 2.9/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.0/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.1/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.0/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.2/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.1/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.3/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.2/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.4/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.3/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.5/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.4/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.6/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.5/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.7/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.6/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.8/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.7/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 5.9/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.8/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 3.9/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.0/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.0/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.1/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.1/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.2/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.2/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.3/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.3/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.4/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.4/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.5/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.5/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.6/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.6/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.7/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.7/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.8/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.8/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 4.9/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 6.9/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.0/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.0/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.1/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.1/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.2/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.2/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.3/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.3/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.4/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.4/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.5/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.5/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.6/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.6/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.7/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.7/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.8/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.8/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 7.9/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 5.9/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.0/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.0/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.1/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.1/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.2/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.2/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.3/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.3/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.4/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.4/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.5/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.5/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.6/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.6/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.7/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.7/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.8/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.8/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 6.9/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 8.9/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.0/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.0/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.1/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.1/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.2/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.2/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.3/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.3/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.4/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.4/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.5/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.5/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.6/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.6/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.7/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.7/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.8/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.8/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Progress (3): 3.5 MB | 9.9/10 MB | 7.9/14 MB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-osgi/3.0.0/jaxb-osgi-3.0.0.jar (3.5 MB at 1.2 MB/s) Progress (2): 9.9/10 MB | 7.9/14 MB Progress (2): 9.9/10 MB | 7.9/14 MB Progress (2): 9.9/10 MB | 7.9/14 MB Progress (2): 9.9/10 MB | 7.9/14 MB Progress (2): 9.9/10 MB | 7.9/14 MB Progress (2): 9.9/10 MB | 7.9/14 MB Progress (2): 9.9/10 MB | 7.9/14 MB Progress (2): 9.9/10 MB | 7.9/14 MB Progress (2): 9.9/10 MB | 7.9/14 MB Progress (2): 9.9/10 MB | 7.9/14 MB Progress (2): 9.9/10 MB | 8.0/14 MB Progress (2): 9.9/10 MB | 8.0/14 MB Progress (2): 9.9/10 MB | 8.0/14 MB Progress (2): 9.9/10 MB | 8.0/14 MB Progress (2): 9.9/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10.0/10 MB | 8.0/14 MB Progress (2): 10/10 MB | 8.0/14 MB Progress (2): 10/10 MB | 8.0/14 MB Progress (2): 10/10 MB | 8.0/14 MB Progress (2): 10/10 MB | 8.0/14 MB Progress (2): 10/10 MB | 8.0/14 MB Progress (2): 10/10 MB | 8.0/14 MB Progress (2): 10/10 MB | 8.0/14 MB Progress (2): 10/10 MB | 8.0/14 MB Progress (2): 10/10 MB | 8.0/14 MB Progress (2): 10/10 MB | 8.0/14 MB Progress (2): 10/10 MB | 8.0/14 MB Progress (2): 10/10 MB | 8.0/14 MB Progress (2): 10/10 MB | 8.0/14 MB Progress (2): 10/10 MB | 8.0/14 MB Progress (2): 10/10 MB | 8.0/14 MB Progress (2): 10/10 MB | 8.0/14 MB Progress (2): 10/10 MB | 8.0/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.1/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.2/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.3/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.4/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10/10 MB | 8.5/14 MB Progress (2): 10 MB | 8.5/14 MB Progress (2): 10 MB | 8.5/14 MB Progress (2): 10 MB | 8.5/14 MB Progress (2): 10 MB | 8.5/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.6/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Progress (2): 10 MB | 8.7/14 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-osgi/3.0.0/webservices-osgi-3.0.0.jar (10 MB at 3.4 MB/s) Progress (1): 8.7/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.8/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 8.9/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.0/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.1/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.2/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.3/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.4/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.5/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.6/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.7/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.8/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 9.9/14 MB Progress (1): 10.0/14 MB Progress (1): 10.0/14 MB Progress (1): 10.0/14 MB Progress (1): 10.0/14 MB Progress (1): 10.0/14 MB Progress (1): 10.0/14 MB Progress (1): 10.0/14 MB Progress (1): 10.0/14 MB Progress (1): 10.0/14 MB Progress (1): 10.0/14 MB Progress (1): 10.0/14 MB Progress (1): 10.0/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 10/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 11/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 12/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 13/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/metro/webservices-rt/3.0.0/webservices-rt-3.0.0.jar (14 MB at 4.2 MB/s) [INFO] [INFO] --- maven-dependency-plugin:2.10:copy-dependencies (default-cli) @ dependency_copy --- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 144 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.7 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom Progress (1): 4.1/32 kB Progress (1): 8.2/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 25/32 kB Progress (1): 29/32 kB Progress (1): 32 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 2.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 293 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 527 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 829 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 133 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 154 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 198 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 295 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Progress (1): 889 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 81 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 487 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 329 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Progress (1): 492 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 45 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 522 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom Progress (1): 998 B Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 91 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Progress (1): 4.1/6.9 kB Progress (1): 6.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 623 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 284 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 197 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 282 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 170 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Progress (1): 880 B Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 80 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 175 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 831 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 178 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 56 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom Progress (1): 4.1/7.9 kB Progress (1): 7.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 305 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 88 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 77 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 88 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 96 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 50 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 131 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Progress (1): 3.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 348 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 172 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Progress (1): 4.1/9.0 kB Progress (1): 8.2/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 815 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 206 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 146 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Progress (1): 4.1/8.2 kB Progress (1): 8.2/8.2 kB Progress (1): 8.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 750 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 171 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom Progress (1): 4.1/8.0 kB Progress (1): 8.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 665 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom Progress (1): 4.1/25 kB Progress (1): 8.2/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 25/25 kB Progress (1): 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.9 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 250 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 188 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 591 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 105 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 302 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 247 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 618 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Progress (1): 4.1/8.4 kB Progress (1): 8.2/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 840 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 429 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 188 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 216 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Progress (1): 4.1/9.3 kB Progress (1): 8.2/9.3 kB Progress (1): 9.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 778 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom Progress (1): 4.1/23 kB Progress (1): 8.2/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 139 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Progress (1): 4.1/9.6 kB Progress (1): 8.2/9.6 kB Progress (1): 9.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 877 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom Progress (1): 1.9/32 kB Progress (1): 6.0/32 kB Progress (1): 10/32 kB Progress (1): 14/32 kB Progress (1): 18/32 kB Progress (1): 22/32 kB Progress (1): 26/32 kB Progress (1): 31/32 kB Progress (1): 32 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom (4.7 kB at 364 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Progress (1): 4.1/8.7 kB Progress (1): 8.2/8.7 kB Progress (1): 8.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 791 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom Progress (1): 4.1/26 kB Progress (1): 8.2/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 25/26 kB Progress (1): 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 2.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 137 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom Progress (1): 4.1/19 kB Progress (1): 8.2/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 1.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/19/maven-parent-19.pom Progress (1): 4.1/25 kB Progress (1): 8.2/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 25/25 kB Progress (1): 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 2.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 1.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 127 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 330 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 303 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 114 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 152 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (3.4 kB at 264 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 2.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom Progress (1): 4.1/7.5 kB Progress (1): 7.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 750 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom Progress (1): 4.1/9.0 kB Progress (1): 8.2/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 747 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 1.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 444 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom Progress (1): 4.1/9.4 kB Progress (1): 8.2/9.4 kB Progress (1): 9.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 850 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Progress (1): 4.1/18 kB Progress (1): 8.2/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 1.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 1.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 555 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom Progress (1): 4.1/6.2 kB Progress (1): 6.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 446 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 945 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 255 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 160 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 147 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 469 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 48 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 273 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 147 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 178 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 272 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Progress (1): 1.4/1.9 kB Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 189 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Progress (1): 1.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 94 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 657 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 216 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Progress (1): 4.1/7.7 kB Progress (1): 7.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 549 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom Progress (1): 4.1/7.8 kB Progress (1): 7.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 706 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 553 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Progress (1): 4.1/9.9 kB Progress (1): 8.2/9.9 kB Progress (1): 9.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 827 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom Progress (1): 140 B Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 12 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 1.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom Progress (1): 4.1/9.0 kB Progress (1): 8.2/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 645 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Progress (1): 357 B Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 32 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Progress (1): 866 B Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 72 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Progress (1): 974 B Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 89 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 210 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Progress (1): 163 B Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 15 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Progress (1): 171 B Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 17 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 334 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 225 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 479 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Progress (1): 4.1/8.1 kB Progress (1): 8.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 806 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.pom Progress (1): 4.1/13 kB Progress (1): 6.2/13 kB Progress (1): 10/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/7/commons-parent-7.pom Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 1.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 139 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom Progress (1): 4.1/18 kB Progress (1): 8.2/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 1.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom Progress (1): 4.1/33 kB Progress (1): 8.2/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 25/33 kB Progress (1): 29/33 kB Progress (1): 33 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 2.7 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 102 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 556 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 1.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 407 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 286 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Progress (1): 4.1/20 kB Progress (1): 8.2/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 1.7 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 563 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Progress (1): 815 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 63 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 424 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Progress (1): 4.1/17 kB Progress (1): 6.5/17 kB Progress (1): 11/17 kB Progress (1): 15/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 1.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 267 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 136 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 238 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 370 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom Progress (1): 4.1/18 kB Progress (1): 8.2/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 1.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom Progress (1): 4.1/7.0 kB Progress (1): 7.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 700 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom Progress (1): 4.1/6.2 kB Progress (1): 6.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 562 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom Progress (1): 145 B Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 14 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom Progress (1): 147 B Downloaded from central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 13 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom Progress (1): 167 B Downloaded from central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 13 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom Progress (1): 156 B Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 334 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 1.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom Progress (1): 142 B Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 12 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.pom Progress (1): 653 B Downloaded from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 54 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 270 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom Progress (1): 4.1/9.8 kB Progress (1): 8.2/9.8 kB Progress (1): 9.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 984 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-master/4/struts-master-4.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/2/apache-2.pom Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/2/apache-2.pom (3.4 kB at 341 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.pom Progress (1): 145 B Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 13 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 308 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 264 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 965 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom (4.4 kB at 175 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 278 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 318 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Progress (1): 4.1/20 kB Progress (1): 8.0/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.9 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom Progress (1): 3.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom (3.7 kB at 266 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 255 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Progress (1): 4.1/19 kB Progress (1): 8.2/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 1.7 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 920 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom Progress (1): 4.1/47 kB Progress (1): 8.2/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 25/47 kB Progress (1): 29/47 kB Progress (1): 33/47 kB Progress (1): 37/47 kB Progress (1): 41/47 kB Progress (1): 45/47 kB Progress (1): 47 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 3.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 1.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom Progress (1): 4.1/56 kB Progress (1): 8.2/56 kB Progress (1): 12/56 kB Progress (1): 16/56 kB Progress (1): 20/56 kB Progress (1): 25/56 kB Progress (1): 29/56 kB Progress (1): 33/56 kB Progress (1): 37/56 kB Progress (1): 41/56 kB Progress (1): 45/56 kB Progress (1): 49/56 kB Progress (1): 53/56 kB Progress (1): 56 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 4.7 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 353 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom Progress (1): 4.1/8.4 kB Progress (1): 8.2/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 767 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom Progress (1): 4.1/33 kB Progress (1): 8.2/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 25/33 kB Progress (1): 29/33 kB Progress (1): 33/33 kB Progress (1): 33 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 3.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 112 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Progress (1): 4.1/9.0 kB Progress (1): 8.2/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 822 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 1.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 369 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 191 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom Progress (1): 4.1/21 kB Progress (1): 8.2/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 1.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom Progress (1): 765 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 76 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Progress (1): 767 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 70 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 116 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 87 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 112 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom Progress (1): 588 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 59 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 640 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 206 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 482 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Progress (1): 4.1/9.8 kB Progress (1): 8.2/9.8 kB Progress (1): 9.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 891 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.pom Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.pom (5.4 kB at 454 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 511 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom Progress (1): 4.1/37 kB Progress (1): 8.2/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 25/37 kB Progress (1): 29/37 kB Progress (1): 33/37 kB Progress (1): 37/37 kB Progress (1): 37 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 3.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 1.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom (1.9 kB at 176 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom (5.5 kB at 392 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom Progress (1): 4.1/9.5 kB Progress (1): 8.2/9.5 kB Progress (1): 9.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 864 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 209 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom (1.8 kB at 154 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 475 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom (1.7 kB at 152 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 170 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom (1.7 kB at 138 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom (1.8 kB at 131 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom (1.5 kB at 124 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom Progress (1): 727 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 605 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 464 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom Progress (1): 4.1/37 kB Progress (1): 8.2/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 25/37 kB Progress (1): 29/37 kB Progress (1): 33/37 kB Progress (1): 37/37 kB Progress (1): 37 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 2.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 kB at 638 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 185 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Progress (1): 4.1/28 kB Progress (1): 8.2/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 25/28 kB Progress (1): 28 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 2.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 342 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 147 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom Progress (1): 4.1/20 kB Progress (1): 8.2/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 1.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 242 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 271 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 158 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 107 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 245 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 127 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 182 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (1.5 kB at 124 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 276 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 367 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 1.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 234 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom Progress (1): 4.1/19 kB Progress (1): 8.2/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 446 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 206 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (1.6 kB at 130 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom Progress (1): 747 B Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 57 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 367 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Progress (1): 4.1/8.4 kB Progress (1): 8.2/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 836 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 4.1/8.4 kB Progress (1): 8.2/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 836 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom (5.6 kB at 428 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 493 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom Progress (1): 4.1/30 kB Progress (1): 8.2/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 25/30 kB Progress (1): 29/30 kB Progress (1): 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.9 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 13/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Progress (1): 1.6/3.1 kB Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 286 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom Progress (1): 4.1/31 kB Progress (1): 8.2/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 25/31 kB Progress (1): 29/31 kB Progress (1): 31 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 2.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Progress (1): 4.1/80 kB Progress (1): 8.2/80 kB Progress (1): 12/80 kB Progress (1): 16/80 kB Progress (1): 20/80 kB Progress (1): 25/80 kB Progress (1): 29/80 kB Progress (2): 29/80 kB | 4.1/35 kB Progress (2): 33/80 kB | 4.1/35 kB Progress (2): 33/80 kB | 8.2/35 kB Progress (2): 33/80 kB | 12/35 kB Progress (3): 33/80 kB | 12/35 kB | 4.1/49 kB Progress (4): 33/80 kB | 12/35 kB | 4.1/49 kB | 4.1/12 kB Progress (4): 33/80 kB | 12/35 kB | 4.1/49 kB | 7.8/12 kB Progress (4): 33/80 kB | 16/35 kB | 4.1/49 kB | 7.8/12 kB Progress (4): 37/80 kB | 16/35 kB | 4.1/49 kB | 7.8/12 kB Progress (4): 37/80 kB | 16/35 kB | 8.2/49 kB | 7.8/12 kB Progress (4): 41/80 kB | 16/35 kB | 8.2/49 kB | 7.8/12 kB Progress (4): 41/80 kB | 16/35 kB | 8.2/49 kB | 12/12 kB Progress (4): 45/80 kB | 16/35 kB | 8.2/49 kB | 12/12 kB Progress (4): 45/80 kB | 16/35 kB | 12/49 kB | 12/12 kB Progress (4): 49/80 kB | 16/35 kB | 12/49 kB | 12/12 kB Progress (4): 49/80 kB | 20/35 kB | 12/49 kB | 12/12 kB Progress (4): 49/80 kB | 20/35 kB | 12/49 kB | 12 kB Progress (4): 49/80 kB | 25/35 kB | 12/49 kB | 12 kB Progress (5): 49/80 kB | 25/35 kB | 12/49 kB | 12 kB | 4.1/156 kB Progress (5): 49/80 kB | 25/35 kB | 16/49 kB | 12 kB | 4.1/156 kB Progress (5): 49/80 kB | 25/35 kB | 16/49 kB | 12 kB | 8.2/156 kB Progress (5): 53/80 kB | 25/35 kB | 16/49 kB | 12 kB | 8.2/156 kB Progress (5): 53/80 kB | 29/35 kB | 16/49 kB | 12 kB | 8.2/156 kB Progress (5): 57/80 kB | 29/35 kB | 16/49 kB | 12 kB | 8.2/156 kB Progress (5): 57/80 kB | 29/35 kB | 16/49 kB | 12 kB | 12/156 kB Progress (5): 57/80 kB | 29/35 kB | 20/49 kB | 12 kB | 12/156 kB Progress (5): 61/80 kB | 29/35 kB | 20/49 kB | 12 kB | 12/156 kB Progress (5): 61/80 kB | 33/35 kB | 20/49 kB | 12 kB | 12/156 kB Progress (5): 66/80 kB | 33/35 kB | 20/49 kB | 12 kB | 12/156 kB Progress (5): 66/80 kB | 35 kB | 20/49 kB | 12 kB | 12/156 kB Progress (5): 66/80 kB | 35 kB | 25/49 kB | 12 kB | 12/156 kB Progress (5): 66/80 kB | 35 kB | 25/49 kB | 12 kB | 16/156 kB Progress (5): 70/80 kB | 35 kB | 25/49 kB | 12 kB | 16/156 kB Progress (5): 70/80 kB | 35 kB | 29/49 kB | 12 kB | 16/156 kB Progress (5): 74/80 kB | 35 kB | 29/49 kB | 12 kB | 16/156 kB Progress (5): 74/80 kB | 35 kB | 33/49 kB | 12 kB | 16/156 kB Progress (5): 78/80 kB | 35 kB | 33/49 kB | 12 kB | 16/156 kB Progress (5): 78/80 kB | 35 kB | 33/49 kB | 12 kB | 20/156 kB Progress (5): 80 kB | 35 kB | 33/49 kB | 12 kB | 20/156 kB Progress (5): 80 kB | 35 kB | 33/49 kB | 12 kB | 25/156 kB Progress (5): 80 kB | 35 kB | 37/49 kB | 12 kB | 25/156 kB Progress (5): 80 kB | 35 kB | 37/49 kB | 12 kB | 29/156 kB Progress (5): 80 kB | 35 kB | 41/49 kB | 12 kB | 29/156 kB Progress (5): 80 kB | 35 kB | 41/49 kB | 12 kB | 33/156 kB Progress (5): 80 kB | 35 kB | 45/49 kB | 12 kB | 33/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 33/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 37/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 41/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 45/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 49/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 53/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 57/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 61/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 66/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 70/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 74/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 78/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 82/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 86/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 90/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 94/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 98/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 102/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 106/156 kB Progress (5): 80 kB | 35 kB | 49 kB | 12 kB | 111/156 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 773 kB/s) Progress (4): 80 kB | 35 kB | 49 kB | 115/156 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Progress (4): 80 kB | 35 kB | 49 kB | 119/156 kB Progress (4): 80 kB | 35 kB | 49 kB | 123/156 kB Progress (4): 80 kB | 35 kB | 49 kB | 127/156 kB Progress (4): 80 kB | 35 kB | 49 kB | 131/156 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 2.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Progress (3): 80 kB | 49 kB | 135/156 kB Progress (3): 80 kB | 49 kB | 139/156 kB Progress (3): 80 kB | 49 kB | 143/156 kB Progress (3): 80 kB | 49 kB | 147/156 kB Progress (3): 80 kB | 49 kB | 152/156 kB Progress (3): 80 kB | 49 kB | 156/156 kB Progress (3): 80 kB | 49 kB | 156 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 2.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 4.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar Progress (2): 156 kB | 4.1/194 kB Progress (2): 156 kB | 8.2/194 kB Progress (2): 156 kB | 12/194 kB Progress (2): 156 kB | 16/194 kB Progress (2): 156 kB | 20/194 kB Progress (2): 156 kB | 25/194 kB Progress (2): 156 kB | 29/194 kB Progress (2): 156 kB | 33/194 kB Progress (2): 156 kB | 37/194 kB Progress (2): 156 kB | 41/194 kB Progress (2): 156 kB | 45/194 kB Progress (2): 156 kB | 49/194 kB Progress (2): 156 kB | 53/194 kB Progress (2): 156 kB | 57/194 kB Progress (2): 156 kB | 61/194 kB Progress (2): 156 kB | 66/194 kB Progress (2): 156 kB | 70/194 kB Progress (2): 156 kB | 74/194 kB Progress (2): 156 kB | 78/194 kB Progress (2): 156 kB | 82/194 kB Progress (2): 156 kB | 86/194 kB Progress (2): 156 kB | 90/194 kB Progress (2): 156 kB | 94/194 kB Progress (2): 156 kB | 98/194 kB Progress (2): 156 kB | 102/194 kB Progress (2): 156 kB | 106/194 kB Progress (2): 156 kB | 111/194 kB Progress (2): 156 kB | 115/194 kB Progress (2): 156 kB | 119/194 kB Progress (2): 156 kB | 120/194 kB Progress (2): 156 kB | 124/194 kB Progress (2): 156 kB | 128/194 kB Progress (2): 156 kB | 132/194 kB Progress (2): 156 kB | 137/194 kB Progress (2): 156 kB | 141/194 kB Progress (2): 156 kB | 145/194 kB Progress (2): 156 kB | 149/194 kB Progress (2): 156 kB | 153/194 kB Progress (2): 156 kB | 157/194 kB Progress (2): 156 kB | 161/194 kB Progress (2): 156 kB | 165/194 kB Progress (2): 156 kB | 169/194 kB Progress (2): 156 kB | 173/194 kB Progress (2): 156 kB | 177/194 kB Progress (2): 156 kB | 182/194 kB Progress (2): 156 kB | 186/194 kB Progress (2): 156 kB | 190/194 kB Progress (2): 156 kB | 194/194 kB Progress (2): 156 kB | 194 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 4.7 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 5.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar Progress (1): 4.1/88 kB Progress (1): 8.2/88 kB Progress (1): 12/88 kB Progress (1): 16/88 kB Progress (1): 20/88 kB Progress (1): 25/88 kB Progress (1): 29/88 kB Progress (1): 33/88 kB Progress (1): 37/88 kB Progress (1): 41/88 kB Progress (1): 45/88 kB Progress (1): 49/88 kB Progress (1): 53/88 kB Progress (1): 57/88 kB Progress (1): 61/88 kB Progress (1): 66/88 kB Progress (1): 70/88 kB Progress (1): 74/88 kB Progress (1): 78/88 kB Progress (1): 82/88 kB Progress (1): 86/88 kB Progress (1): 88 kB Progress (2): 88 kB | 4.1/178 kB Progress (2): 88 kB | 8.2/178 kB Progress (2): 88 kB | 12/178 kB Progress (2): 88 kB | 16/178 kB Progress (2): 88 kB | 20/178 kB Progress (2): 88 kB | 25/178 kB Progress (2): 88 kB | 29/178 kB Progress (2): 88 kB | 33/178 kB Progress (2): 88 kB | 37/178 kB Progress (2): 88 kB | 41/178 kB Progress (2): 88 kB | 45/178 kB Progress (2): 88 kB | 49/178 kB Progress (2): 88 kB | 53/178 kB Progress (2): 88 kB | 57/178 kB Progress (2): 88 kB | 61/178 kB Progress (2): 88 kB | 66/178 kB Progress (2): 88 kB | 70/178 kB Progress (2): 88 kB | 74/178 kB Progress (2): 88 kB | 78/178 kB Progress (2): 88 kB | 82/178 kB Progress (2): 88 kB | 86/178 kB Progress (2): 88 kB | 90/178 kB Progress (2): 88 kB | 94/178 kB Progress (2): 88 kB | 98/178 kB Progress (2): 88 kB | 102/178 kB Progress (2): 88 kB | 106/178 kB Progress (2): 88 kB | 111/178 kB Progress (2): 88 kB | 115/178 kB Progress (2): 88 kB | 119/178 kB Progress (2): 88 kB | 123/178 kB Progress (2): 88 kB | 127/178 kB Progress (2): 88 kB | 131/178 kB Progress (2): 88 kB | 135/178 kB Progress (2): 88 kB | 139/178 kB Progress (2): 88 kB | 143/178 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 1.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar Progress (1): 147/178 kB Progress (1): 152/178 kB Progress (1): 156/178 kB Progress (1): 160/178 kB Progress (1): 164/178 kB Progress (1): 168/178 kB Progress (1): 172/178 kB Progress (1): 176/178 kB Progress (1): 178 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 3.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Progress (2): 22 kB | 4.1/8.8 kB Progress (2): 22 kB | 8.2/8.8 kB Progress (2): 22 kB | 8.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 134 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 322 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Progress (2): 22 kB | 4.1/17 kB Progress (2): 22 kB | 8.2/17 kB Progress (2): 22 kB | 12/17 kB Progress (2): 22 kB | 16/17 kB Progress (2): 22 kB | 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 290 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar Progress (2): 17 kB | 4.1/13 kB Progress (2): 17 kB | 8.2/13 kB Progress (2): 17 kB | 12/13 kB Progress (2): 17 kB | 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 182 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 142 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Progress (1): 4.1/39 kB Progress (2): 4.1/39 kB | 4.1/41 kB Progress (2): 8.2/39 kB | 4.1/41 kB Progress (2): 8.2/39 kB | 8.2/41 kB Progress (2): 12/39 kB | 8.2/41 kB Progress (2): 12/39 kB | 12/41 kB Progress (2): 16/39 kB | 12/41 kB Progress (2): 16/39 kB | 16/41 kB Progress (2): 20/39 kB | 16/41 kB Progress (2): 20/39 kB | 20/41 kB Progress (2): 25/39 kB | 20/41 kB Progress (2): 25/39 kB | 25/41 kB Progress (2): 29/39 kB | 25/41 kB Progress (2): 29/39 kB | 29/41 kB Progress (2): 33/39 kB | 29/41 kB Progress (2): 33/39 kB | 33/41 kB Progress (2): 37/39 kB | 33/41 kB Progress (2): 39 kB | 33/41 kB Progress (2): 39 kB | 37/41 kB Progress (2): 39 kB | 41/41 kB Progress (2): 39 kB | 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 374 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 392 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Progress (1): 3.2/10 kB Progress (1): 7.3/10 kB Progress (1): 10 kB Progress (2): 10 kB | 4.1/13 kB Progress (2): 10 kB | 8.2/13 kB Progress (2): 10 kB | 12/13 kB Progress (2): 10 kB | 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 89 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 115 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Progress (1): 4.1/29 kB Progress (1): 8.2/29 kB Progress (2): 8.2/29 kB | 4.1/13 kB Progress (2): 12/29 kB | 4.1/13 kB Progress (2): 12/29 kB | 8.2/13 kB Progress (2): 16/29 kB | 8.2/13 kB Progress (2): 16/29 kB | 12/13 kB Progress (2): 16/29 kB | 13 kB Progress (2): 20/29 kB | 13 kB Progress (2): 25/29 kB | 13 kB Progress (2): 29 kB | 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 105 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 223 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Progress (1): 4.1/68 kB Progress (1): 8.2/68 kB Progress (1): 12/68 kB Progress (1): 16/68 kB Progress (1): 20/68 kB Progress (1): 25/68 kB Progress (1): 29/68 kB Progress (1): 33/68 kB Progress (2): 33/68 kB | 4.1/332 kB Progress (2): 33/68 kB | 8.2/332 kB Progress (2): 33/68 kB | 12/332 kB Progress (2): 33/68 kB | 16/332 kB Progress (2): 37/68 kB | 16/332 kB Progress (2): 41/68 kB | 16/332 kB Progress (2): 45/68 kB | 16/332 kB Progress (2): 49/68 kB | 16/332 kB Progress (2): 49/68 kB | 20/332 kB Progress (2): 49/68 kB | 25/332 kB Progress (2): 49/68 kB | 29/332 kB Progress (2): 49/68 kB | 33/332 kB Progress (2): 53/68 kB | 33/332 kB Progress (2): 57/68 kB | 33/332 kB Progress (2): 61/68 kB | 33/332 kB Progress (2): 66/68 kB | 33/332 kB Progress (2): 66/68 kB | 37/332 kB Progress (2): 66/68 kB | 41/332 kB Progress (2): 66/68 kB | 45/332 kB Progress (2): 66/68 kB | 49/332 kB Progress (2): 68 kB | 49/332 kB Progress (2): 68 kB | 53/332 kB Progress (2): 68 kB | 57/332 kB Progress (2): 68 kB | 61/332 kB Progress (2): 68 kB | 66/332 kB Progress (2): 68 kB | 70/332 kB Progress (2): 68 kB | 74/332 kB Progress (2): 68 kB | 78/332 kB Progress (2): 68 kB | 82/332 kB Progress (2): 68 kB | 86/332 kB Progress (2): 68 kB | 90/332 kB Progress (2): 68 kB | 94/332 kB Progress (2): 68 kB | 98/332 kB Progress (2): 68 kB | 102/332 kB Progress (2): 68 kB | 106/332 kB Progress (2): 68 kB | 111/332 kB Progress (2): 68 kB | 115/332 kB Progress (2): 68 kB | 119/332 kB Progress (2): 68 kB | 123/332 kB Progress (2): 68 kB | 127/332 kB Progress (2): 68 kB | 131/332 kB Progress (2): 68 kB | 135/332 kB Progress (2): 68 kB | 139/332 kB Progress (2): 68 kB | 143/332 kB Progress (2): 68 kB | 147/332 kB Progress (2): 68 kB | 152/332 kB Progress (2): 68 kB | 156/332 kB Progress (2): 68 kB | 160/332 kB Progress (2): 68 kB | 164/332 kB Progress (2): 68 kB | 168/332 kB Progress (2): 68 kB | 172/332 kB Progress (2): 68 kB | 176/332 kB Progress (2): 68 kB | 180/332 kB Progress (2): 68 kB | 184/332 kB Progress (2): 68 kB | 188/332 kB Progress (2): 68 kB | 193/332 kB Progress (2): 68 kB | 197/332 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 479 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Progress (1): 201/332 kB Progress (1): 205/332 kB Progress (1): 209/332 kB Progress (1): 213/332 kB Progress (1): 217/332 kB Progress (1): 221/332 kB Progress (1): 225/332 kB Progress (1): 229/332 kB Progress (1): 233/332 kB Progress (1): 238/332 kB Progress (1): 242/332 kB Progress (1): 246/332 kB Progress (1): 250/332 kB Progress (1): 254/332 kB Progress (1): 258/332 kB Progress (1): 262/332 kB Progress (1): 266/332 kB Progress (1): 270/332 kB Progress (1): 274/332 kB Progress (1): 279/332 kB Progress (1): 283/332 kB Progress (1): 287/332 kB Progress (1): 291/332 kB Progress (1): 295/332 kB Progress (1): 299/332 kB Progress (1): 303/332 kB Progress (1): 307/332 kB Progress (1): 311/332 kB Progress (1): 315/332 kB Progress (1): 319/332 kB Progress (1): 324/332 kB Progress (1): 328/332 kB Progress (1): 332 kB Progress (2): 332 kB | 4.1/26 kB Progress (2): 332 kB | 8.2/26 kB Progress (2): 332 kB | 12/26 kB Progress (2): 332 kB | 16/26 kB Progress (2): 332 kB | 20/26 kB Progress (2): 332 kB | 25/26 kB Progress (2): 332 kB | 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 2.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 169 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Progress (2): 11 kB | 4.1/17 kB Progress (2): 11 kB | 8.2/17 kB Progress (2): 11 kB | 12/17 kB Progress (2): 11 kB | 16/17 kB Progress (2): 11 kB | 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 68 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar (17 kB at 102 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar Progress (1): 4.1/154 kB Progress (1): 8.2/154 kB Progress (1): 12/154 kB Progress (1): 16/154 kB Progress (1): 20/154 kB Progress (1): 25/154 kB Progress (1): 29/154 kB Progress (1): 33/154 kB Progress (1): 37/154 kB Progress (1): 41/154 kB Progress (1): 45/154 kB Progress (1): 49/154 kB Progress (1): 53/154 kB Progress (1): 57/154 kB Progress (1): 61/154 kB Progress (1): 66/154 kB Progress (1): 70/154 kB Progress (1): 74/154 kB Progress (1): 78/154 kB Progress (1): 82/154 kB Progress (1): 86/154 kB Progress (1): 90/154 kB Progress (1): 94/154 kB Progress (1): 98/154 kB Progress (1): 102/154 kB Progress (1): 106/154 kB Progress (1): 111/154 kB Progress (1): 115/154 kB Progress (1): 119/154 kB Progress (1): 123/154 kB Progress (1): 127/154 kB Progress (1): 131/154 kB Progress (1): 135/154 kB Progress (1): 139/154 kB Progress (1): 143/154 kB Progress (1): 147/154 kB Progress (1): 152/154 kB Progress (1): 154 kB Progress (2): 154 kB | 0/1.2 MB Progress (2): 154 kB | 0/1.2 MB Progress (2): 154 kB | 0/1.2 MB Progress (2): 154 kB | 0/1.2 MB Progress (2): 154 kB | 0/1.2 MB Progress (2): 154 kB | 0/1.2 MB Progress (2): 154 kB | 0/1.2 MB Progress (2): 154 kB | 0/1.2 MB Progress (2): 154 kB | 0/1.2 MB Progress (2): 154 kB | 0/1.2 MB Progress (2): 154 kB | 0/1.2 MB Progress (2): 154 kB | 0/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Progress (2): 154 kB | 0.1/1.2 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 842 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (2): 0.2/1.2 MB | 4.1/194 kB Progress (2): 0.2/1.2 MB | 8.2/194 kB Progress (2): 0.2/1.2 MB | 12/194 kB Progress (2): 0.2/1.2 MB | 16/194 kB Progress (2): 0.2/1.2 MB | 16/194 kB Progress (2): 0.2/1.2 MB | 16/194 kB Progress (2): 0.2/1.2 MB | 16/194 kB Progress (2): 0.2/1.2 MB | 16/194 kB Progress (2): 0.2/1.2 MB | 20/194 kB Progress (2): 0.2/1.2 MB | 25/194 kB Progress (2): 0.2/1.2 MB | 29/194 kB Progress (2): 0.2/1.2 MB | 33/194 kB Progress (2): 0.2/1.2 MB | 33/194 kB Progress (2): 0.2/1.2 MB | 33/194 kB Progress (2): 0.2/1.2 MB | 33/194 kB Progress (2): 0.2/1.2 MB | 33/194 kB Progress (2): 0.2/1.2 MB | 37/194 kB Progress (2): 0.2/1.2 MB | 41/194 kB Progress (2): 0.2/1.2 MB | 45/194 kB Progress (2): 0.2/1.2 MB | 49/194 kB Progress (2): 0.2/1.2 MB | 49/194 kB Progress (2): 0.2/1.2 MB | 49/194 kB Progress (2): 0.2/1.2 MB | 49/194 kB Progress (2): 0.2/1.2 MB | 53/194 kB Progress (2): 0.2/1.2 MB | 53/194 kB Progress (2): 0.2/1.2 MB | 57/194 kB Progress (2): 0.2/1.2 MB | 61/194 kB Progress (2): 0.2/1.2 MB | 66/194 kB Progress (2): 0.2/1.2 MB | 66/194 kB Progress (2): 0.2/1.2 MB | 66/194 kB Progress (2): 0.2/1.2 MB | 70/194 kB Progress (2): 0.2/1.2 MB | 70/194 kB Progress (2): 0.2/1.2 MB | 74/194 kB Progress (2): 0.2/1.2 MB | 74/194 kB Progress (2): 0.2/1.2 MB | 78/194 kB Progress (2): 0.2/1.2 MB | 82/194 kB Progress (2): 0.2/1.2 MB | 82/194 kB Progress (2): 0.2/1.2 MB | 82/194 kB Progress (2): 0.2/1.2 MB | 86/194 kB Progress (2): 0.2/1.2 MB | 86/194 kB Progress (2): 0.2/1.2 MB | 90/194 kB Progress (2): 0.2/1.2 MB | 90/194 kB Progress (2): 0.2/1.2 MB | 94/194 kB Progress (2): 0.2/1.2 MB | 98/194 kB Progress (2): 0.2/1.2 MB | 98/194 kB Progress (2): 0.2/1.2 MB | 102/194 kB Progress (2): 0.3/1.2 MB | 102/194 kB Progress (2): 0.3/1.2 MB | 106/194 kB Progress (2): 0.3/1.2 MB | 106/194 kB Progress (2): 0.3/1.2 MB | 111/194 kB Progress (2): 0.3/1.2 MB | 111/194 kB Progress (2): 0.3/1.2 MB | 115/194 kB Progress (2): 0.3/1.2 MB | 115/194 kB Progress (2): 0.3/1.2 MB | 119/194 kB Progress (2): 0.3/1.2 MB | 119/194 kB Progress (2): 0.3/1.2 MB | 123/194 kB Progress (2): 0.3/1.2 MB | 123/194 kB Progress (2): 0.3/1.2 MB | 127/194 kB Progress (2): 0.3/1.2 MB | 127/194 kB Progress (2): 0.3/1.2 MB | 131/194 kB Progress (2): 0.3/1.2 MB | 131/194 kB Progress (2): 0.3/1.2 MB | 135/194 kB Progress (2): 0.3/1.2 MB | 135/194 kB Progress (2): 0.3/1.2 MB | 139/194 kB Progress (2): 0.3/1.2 MB | 139/194 kB Progress (2): 0.3/1.2 MB | 143/194 kB Progress (2): 0.3/1.2 MB | 143/194 kB Progress (2): 0.3/1.2 MB | 147/194 kB Progress (2): 0.3/1.2 MB | 147/194 kB Progress (2): 0.3/1.2 MB | 152/194 kB Progress (2): 0.3/1.2 MB | 152/194 kB Progress (2): 0.3/1.2 MB | 156/194 kB Progress (2): 0.3/1.2 MB | 156/194 kB Progress (2): 0.3/1.2 MB | 160/194 kB Progress (2): 0.3/1.2 MB | 160/194 kB Progress (2): 0.3/1.2 MB | 164/194 kB Progress (2): 0.3/1.2 MB | 164/194 kB Progress (2): 0.3/1.2 MB | 168/194 kB Progress (2): 0.3/1.2 MB | 168/194 kB Progress (2): 0.3/1.2 MB | 172/194 kB Progress (2): 0.3/1.2 MB | 172/194 kB Progress (2): 0.3/1.2 MB | 176/194 kB Progress (2): 0.3/1.2 MB | 176/194 kB Progress (2): 0.3/1.2 MB | 180/194 kB Progress (2): 0.3/1.2 MB | 180/194 kB Progress (2): 0.3/1.2 MB | 180/194 kB Progress (2): 0.3/1.2 MB | 180/194 kB Progress (2): 0.3/1.2 MB | 184/194 kB Progress (2): 0.3/1.2 MB | 184/194 kB Progress (2): 0.3/1.2 MB | 188/194 kB Progress (2): 0.3/1.2 MB | 193/194 kB Progress (2): 0.3/1.2 MB | 194 kB Progress (2): 0.3/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.4/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Progress (2): 0.5/1.2 MB | 194 kB Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 957 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (2): 0.8/1.2 MB | 1.9/293 kB Progress (2): 0.8/1.2 MB | 1.9/293 kB Progress (2): 0.8/1.2 MB | 1.9/293 kB Progress (2): 0.8/1.2 MB | 6.0/293 kB Progress (2): 0.8/1.2 MB | 6.0/293 kB Progress (2): 0.8/1.2 MB | 6.0/293 kB Progress (2): 0.8/1.2 MB | 10/293 kB Progress (2): 0.8/1.2 MB | 14/293 kB Progress (2): 0.8/1.2 MB | 18/293 kB Progress (2): 0.8/1.2 MB | 18/293 kB Progress (2): 0.8/1.2 MB | 18/293 kB Progress (2): 0.8/1.2 MB | 22/293 kB Progress (2): 0.8/1.2 MB | 22/293 kB Progress (2): 0.9/1.2 MB | 22/293 kB Progress (2): 0.9/1.2 MB | 26/293 kB Progress (2): 0.9/1.2 MB | 31/293 kB Progress (2): 0.9/1.2 MB | 35/293 kB Progress (2): 0.9/1.2 MB | 35/293 kB Progress (2): 0.9/1.2 MB | 35/293 kB Progress (2): 0.9/1.2 MB | 35/293 kB Progress (2): 0.9/1.2 MB | 39/293 kB Progress (2): 0.9/1.2 MB | 39/293 kB Progress (2): 0.9/1.2 MB | 43/293 kB Progress (2): 0.9/1.2 MB | 47/293 kB Progress (2): 0.9/1.2 MB | 51/293 kB Progress (2): 0.9/1.2 MB | 51/293 kB Progress (2): 0.9/1.2 MB | 51/293 kB Progress (2): 0.9/1.2 MB | 55/293 kB Progress (2): 0.9/1.2 MB | 55/293 kB Progress (2): 0.9/1.2 MB | 59/293 kB Progress (2): 0.9/1.2 MB | 59/293 kB Progress (2): 0.9/1.2 MB | 63/293 kB Progress (2): 0.9/1.2 MB | 67/293 kB Progress (2): 0.9/1.2 MB | 67/293 kB Progress (2): 0.9/1.2 MB | 67/293 kB Progress (2): 0.9/1.2 MB | 71/293 kB Progress (2): 0.9/1.2 MB | 71/293 kB Progress (2): 0.9/1.2 MB | 76/293 kB Progress (2): 0.9/1.2 MB | 76/293 kB Progress (2): 0.9/1.2 MB | 80/293 kB Progress (2): 0.9/1.2 MB | 84/293 kB Progress (2): 0.9/1.2 MB | 84/293 kB Progress (2): 0.9/1.2 MB | 88/293 kB Progress (2): 0.9/1.2 MB | 88/293 kB Progress (2): 0.9/1.2 MB | 92/293 kB Progress (2): 0.9/1.2 MB | 92/293 kB Progress (2): 0.9/1.2 MB | 96/293 kB Progress (2): 0.9/1.2 MB | 96/293 kB Progress (2): 0.9/1.2 MB | 100/293 kB Progress (2): 0.9/1.2 MB | 100/293 kB Progress (2): 0.9/1.2 MB | 104/293 kB Progress (2): 0.9/1.2 MB | 104/293 kB Progress (2): 0.9/1.2 MB | 108/293 kB Progress (2): 0.9/1.2 MB | 108/293 kB Progress (2): 0.9/1.2 MB | 112/293 kB Progress (2): 0.9/1.2 MB | 112/293 kB Progress (2): 0.9/1.2 MB | 117/293 kB Progress (2): 0.9/1.2 MB | 117/293 kB Progress (2): 0.9/1.2 MB | 121/293 kB Progress (2): 0.9/1.2 MB | 121/293 kB Progress (2): 0.9/1.2 MB | 125/293 kB Progress (2): 0.9/1.2 MB | 125/293 kB Progress (2): 0.9/1.2 MB | 129/293 kB Progress (2): 1.0/1.2 MB | 129/293 kB Progress (2): 1.0/1.2 MB | 133/293 kB Progress (2): 1.0/1.2 MB | 133/293 kB Progress (2): 1.0/1.2 MB | 137/293 kB Progress (2): 1.0/1.2 MB | 137/293 kB Progress (2): 1.0/1.2 MB | 141/293 kB Progress (2): 1.0/1.2 MB | 141/293 kB Progress (2): 1.0/1.2 MB | 145/293 kB Progress (2): 1.0/1.2 MB | 145/293 kB Progress (2): 1.0/1.2 MB | 149/293 kB Progress (2): 1.0/1.2 MB | 149/293 kB Progress (2): 1.0/1.2 MB | 153/293 kB Progress (2): 1.0/1.2 MB | 153/293 kB Progress (2): 1.0/1.2 MB | 158/293 kB Progress (2): 1.0/1.2 MB | 158/293 kB Progress (2): 1.0/1.2 MB | 162/293 kB Progress (2): 1.0/1.2 MB | 162/293 kB Progress (2): 1.0/1.2 MB | 166/293 kB Progress (2): 1.0/1.2 MB | 166/293 kB Progress (2): 1.0/1.2 MB | 170/293 kB Progress (2): 1.0/1.2 MB | 170/293 kB Progress (2): 1.0/1.2 MB | 174/293 kB Progress (2): 1.0/1.2 MB | 174/293 kB Progress (2): 1.0/1.2 MB | 178/293 kB Progress (2): 1.0/1.2 MB | 178/293 kB Progress (2): 1.0/1.2 MB | 182/293 kB Progress (2): 1.0/1.2 MB | 182/293 kB Progress (2): 1.0/1.2 MB | 186/293 kB Progress (2): 1.0/1.2 MB | 186/293 kB Progress (2): 1.0/1.2 MB | 190/293 kB Progress (2): 1.0/1.2 MB | 190/293 kB Progress (2): 1.0/1.2 MB | 194/293 kB Progress (2): 1.0/1.2 MB | 194/293 kB Progress (2): 1.0/1.2 MB | 198/293 kB Progress (2): 1.0/1.2 MB | 198/293 kB Progress (2): 1.0/1.2 MB | 203/293 kB Progress (2): 1.0/1.2 MB | 203/293 kB Progress (2): 1.0/1.2 MB | 207/293 kB Progress (2): 1.0/1.2 MB | 207/293 kB Progress (2): 1.0/1.2 MB | 211/293 kB Progress (2): 1.0/1.2 MB | 211/293 kB Progress (2): 1.0/1.2 MB | 215/293 kB Progress (2): 1.0/1.2 MB | 215/293 kB Progress (2): 1.0/1.2 MB | 219/293 kB Progress (2): 1.0/1.2 MB | 219/293 kB Progress (2): 1.0/1.2 MB | 223/293 kB Progress (2): 1.0/1.2 MB | 223/293 kB Progress (2): 1.0/1.2 MB | 227/293 kB Progress (2): 1.1/1.2 MB | 227/293 kB Progress (2): 1.1/1.2 MB | 231/293 kB Progress (2): 1.1/1.2 MB | 235/293 kB Progress (2): 1.1/1.2 MB | 235/293 kB Progress (2): 1.1/1.2 MB | 235/293 kB Progress (2): 1.1/1.2 MB | 235/293 kB Progress (2): 1.1/1.2 MB | 235/293 kB Progress (2): 1.1/1.2 MB | 239/293 kB Progress (2): 1.1/1.2 MB | 244/293 kB Progress (2): 1.1/1.2 MB | 248/293 kB Progress (2): 1.1/1.2 MB | 252/293 kB Progress (2): 1.1/1.2 MB | 252/293 kB Progress (2): 1.1/1.2 MB | 252/293 kB Progress (2): 1.1/1.2 MB | 252/293 kB Progress (2): 1.1/1.2 MB | 252/293 kB Progress (2): 1.1/1.2 MB | 256/293 kB Progress (2): 1.1/1.2 MB | 260/293 kB Progress (2): 1.1/1.2 MB | 264/293 kB Progress (2): 1.1/1.2 MB | 268/293 kB Progress (2): 1.1/1.2 MB | 268/293 kB Progress (2): 1.1/1.2 MB | 268/293 kB Progress (2): 1.1/1.2 MB | 268/293 kB Progress (2): 1.1/1.2 MB | 268/293 kB Progress (2): 1.1/1.2 MB | 272/293 kB Progress (2): 1.1/1.2 MB | 276/293 kB Progress (2): 1.1/1.2 MB | 280/293 kB Progress (2): 1.1/1.2 MB | 284/293 kB Progress (2): 1.1/1.2 MB | 284/293 kB Progress (2): 1.1/1.2 MB | 284/293 kB Progress (2): 1.1/1.2 MB | 284/293 kB Progress (2): 1.1/1.2 MB | 289/293 kB Progress (2): 1.1/1.2 MB | 293/293 kB Progress (2): 1.1/1.2 MB | 293 kB Progress (2): 1.1/1.2 MB | 293 kB Progress (2): 1.1/1.2 MB | 293 kB Progress (2): 1.1/1.2 MB | 293 kB Progress (2): 1.1/1.2 MB | 293 kB Progress (2): 1.1/1.2 MB | 293 kB Progress (2): 1.1/1.2 MB | 293 kB Progress (2): 1.1/1.2 MB | 293 kB Progress (2): 1.1/1.2 MB | 293 kB Progress (2): 1.1/1.2 MB | 293 kB Progress (2): 1.2/1.2 MB | 293 kB Progress (2): 1.2/1.2 MB | 293 kB Progress (2): 1.2/1.2 MB | 293 kB Progress (2): 1.2/1.2 MB | 293 kB Progress (2): 1.2/1.2 MB | 293 kB Progress (2): 1.2/1.2 MB | 293 kB Progress (2): 1.2/1.2 MB | 293 kB Progress (2): 1.2/1.2 MB | 293 kB Progress (2): 1.2/1.2 MB | 293 kB Progress (2): 1.2/1.2 MB | 293 kB Progress (2): 1.2/1.2 MB | 293 kB Progress (2): 1.2/1.2 MB | 293 kB Progress (2): 1.2/1.2 MB | 293 kB Progress (2): 1.2/1.2 MB | 293 kB Progress (2): 1.2/1.2 MB | 293 kB Progress (2): 1.2/1.2 MB | 293 kB Progress (2): 1.2/1.2 MB | 293 kB Progress (2): 1.2/1.2 MB | 293 kB Progress (2): 1.2/1.2 MB | 293 kB Progress (2): 1.2 MB | 293 kB Progress (3): 1.2 MB | 293 kB | 4.1/121 kB Progress (3): 1.2 MB | 293 kB | 8.2/121 kB Progress (3): 1.2 MB | 293 kB | 12/121 kB Progress (3): 1.2 MB | 293 kB | 16/121 kB Progress (4): 1.2 MB | 293 kB | 16/121 kB | 4.1/30 kB Progress (4): 1.2 MB | 293 kB | 20/121 kB | 4.1/30 kB Progress (4): 1.2 MB | 293 kB | 20/121 kB | 8.2/30 kB Progress (4): 1.2 MB | 293 kB | 25/121 kB | 8.2/30 kB Progress (4): 1.2 MB | 293 kB | 25/121 kB | 12/30 kB Progress (4): 1.2 MB | 293 kB | 29/121 kB | 12/30 kB Progress (4): 1.2 MB | 293 kB | 29/121 kB | 16/30 kB Progress (4): 1.2 MB | 293 kB | 33/121 kB | 16/30 kB Progress (5): 1.2 MB | 293 kB | 33/121 kB | 16/30 kB | 4.1/51 kB Progress (5): 1.2 MB | 293 kB | 33/121 kB | 20/30 kB | 4.1/51 kB Progress (5): 1.2 MB | 293 kB | 33/121 kB | 20/30 kB | 8.2/51 kB Progress (5): 1.2 MB | 293 kB | 33/121 kB | 25/30 kB | 8.2/51 kB Progress (5): 1.2 MB | 293 kB | 33/121 kB | 25/30 kB | 12/51 kB Progress (5): 1.2 MB | 293 kB | 37/121 kB | 25/30 kB | 12/51 kB Progress (5): 1.2 MB | 293 kB | 41/121 kB | 25/30 kB | 12/51 kB Progress (5): 1.2 MB | 293 kB | 41/121 kB | 29/30 kB | 12/51 kB Progress (5): 1.2 MB | 293 kB | 41/121 kB | 30 kB | 12/51 kB Progress (5): 1.2 MB | 293 kB | 45/121 kB | 30 kB | 12/51 kB Progress (5): 1.2 MB | 293 kB | 45/121 kB | 30 kB | 16/51 kB Progress (5): 1.2 MB | 293 kB | 49/121 kB | 30 kB | 16/51 kB Progress (5): 1.2 MB | 293 kB | 49/121 kB | 30 kB | 20/51 kB Progress (5): 1.2 MB | 293 kB | 53/121 kB | 30 kB | 20/51 kB Progress (5): 1.2 MB | 293 kB | 53/121 kB | 30 kB | 25/51 kB Progress (5): 1.2 MB | 293 kB | 57/121 kB | 30 kB | 25/51 kB Progress (5): 1.2 MB | 293 kB | 57/121 kB | 30 kB | 29/51 kB Progress (5): 1.2 MB | 293 kB | 61/121 kB | 30 kB | 29/51 kB Progress (5): 1.2 MB | 293 kB | 61/121 kB | 30 kB | 33/51 kB Progress (5): 1.2 MB | 293 kB | 66/121 kB | 30 kB | 33/51 kB Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 5.2 MB/s) Progress (4): 293 kB | 70/121 kB | 30 kB | 33/51 kB Progress (4): 293 kB | 70/121 kB | 30 kB | 37/51 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar Progress (4): 293 kB | 70/121 kB | 30 kB | 41/51 kB Progress (4): 293 kB | 73/121 kB | 30 kB | 41/51 kB Progress (4): 293 kB | 73/121 kB | 30 kB | 45/51 kB Progress (4): 293 kB | 73/121 kB | 30 kB | 49/51 kB Progress (4): 293 kB | 73/121 kB | 30 kB | 51 kB Progress (4): 293 kB | 77/121 kB | 30 kB | 51 kB Progress (4): 293 kB | 81/121 kB | 30 kB | 51 kB Progress (5): 293 kB | 81/121 kB | 30 kB | 51 kB | 4.1/173 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 104 kB/s) Progress (4): 293 kB | 81/121 kB | 51 kB | 8.2/173 kB Progress (4): 293 kB | 85/121 kB | 51 kB | 8.2/173 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 1.0 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 177 kB/s) Progress (2): 85/121 kB | 12/173 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar Progress (2): 85/121 kB | 16/173 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar Progress (2): 89/121 kB | 16/173 kB Progress (2): 89/121 kB | 20/173 kB Progress (2): 89/121 kB | 25/173 kB Progress (2): 89/121 kB | 29/173 kB Progress (2): 89/121 kB | 33/173 kB Progress (2): 93/121 kB | 33/173 kB Progress (2): 97/121 kB | 33/173 kB Progress (2): 101/121 kB | 33/173 kB Progress (2): 105/121 kB | 33/173 kB Progress (2): 105/121 kB | 37/173 kB Progress (2): 105/121 kB | 41/173 kB Progress (2): 109/121 kB | 41/173 kB Progress (2): 109/121 kB | 45/173 kB Progress (2): 114/121 kB | 45/173 kB Progress (2): 114/121 kB | 49/173 kB Progress (2): 118/121 kB | 49/173 kB Progress (2): 121 kB | 49/173 kB Progress (2): 121 kB | 53/173 kB Progress (2): 121 kB | 57/173 kB Progress (2): 121 kB | 61/173 kB Progress (2): 121 kB | 66/173 kB Progress (2): 121 kB | 70/173 kB Progress (2): 121 kB | 74/173 kB Progress (2): 121 kB | 78/173 kB Progress (2): 121 kB | 82/173 kB Progress (2): 121 kB | 86/173 kB Progress (2): 121 kB | 90/173 kB Progress (2): 121 kB | 94/173 kB Progress (2): 121 kB | 98/173 kB Progress (2): 121 kB | 102/173 kB Progress (2): 121 kB | 106/173 kB Progress (2): 121 kB | 111/173 kB Progress (2): 121 kB | 115/173 kB Progress (2): 121 kB | 119/173 kB Progress (2): 121 kB | 123/173 kB Progress (2): 121 kB | 127/173 kB Progress (2): 121 kB | 131/173 kB Progress (2): 121 kB | 135/173 kB Progress (2): 121 kB | 139/173 kB Progress (2): 121 kB | 143/173 kB Progress (2): 121 kB | 147/173 kB Progress (2): 121 kB | 152/173 kB Progress (2): 121 kB | 156/173 kB Progress (2): 121 kB | 160/173 kB Progress (3): 121 kB | 160/173 kB | 4.1/47 kB Progress (3): 121 kB | 164/173 kB | 4.1/47 kB Progress (3): 121 kB | 164/173 kB | 8.2/47 kB Progress (3): 121 kB | 164/173 kB | 12/47 kB Progress (3): 121 kB | 164/173 kB | 16/47 kB Progress (3): 121 kB | 168/173 kB | 16/47 kB Progress (3): 121 kB | 172/173 kB | 16/47 kB Progress (3): 121 kB | 173 kB | 16/47 kB Progress (3): 121 kB | 173 kB | 20/47 kB Progress (3): 121 kB | 173 kB | 25/47 kB Progress (3): 121 kB | 173 kB | 29/47 kB Progress (3): 121 kB | 173 kB | 33/47 kB Progress (4): 121 kB | 173 kB | 33/47 kB | 4.1/189 kB Progress (4): 121 kB | 173 kB | 33/47 kB | 8.2/189 kB Progress (4): 121 kB | 173 kB | 37/47 kB | 8.2/189 kB Progress (4): 121 kB | 173 kB | 37/47 kB | 12/189 kB Progress (4): 121 kB | 173 kB | 41/47 kB | 12/189 kB Progress (4): 121 kB | 173 kB | 41/47 kB | 16/189 kB Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 410 kB/s) Progress (3): 173 kB | 45/47 kB | 16/189 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Progress (3): 173 kB | 45/47 kB | 20/189 kB Progress (3): 173 kB | 47 kB | 20/189 kB Progress (3): 173 kB | 47 kB | 25/189 kB Progress (3): 173 kB | 47 kB | 29/189 kB Progress (3): 173 kB | 47 kB | 33/189 kB Progress (4): 173 kB | 47 kB | 33/189 kB | 4.1/139 kB Progress (4): 173 kB | 47 kB | 37/189 kB | 4.1/139 kB Progress (4): 173 kB | 47 kB | 37/189 kB | 8.2/139 kB Progress (4): 173 kB | 47 kB | 41/189 kB | 8.2/139 kB Progress (4): 173 kB | 47 kB | 41/189 kB | 12/139 kB Progress (4): 173 kB | 47 kB | 45/189 kB | 12/139 kB Progress (4): 173 kB | 47 kB | 45/189 kB | 16/139 kB Progress (4): 173 kB | 47 kB | 49/189 kB | 16/139 kB Progress (4): 173 kB | 47 kB | 49/189 kB | 20/139 kB Progress (4): 173 kB | 47 kB | 53/189 kB | 20/139 kB Progress (4): 173 kB | 47 kB | 53/189 kB | 25/139 kB Progress (4): 173 kB | 47 kB | 57/189 kB | 25/139 kB Progress (4): 173 kB | 47 kB | 57/189 kB | 29/139 kB Progress (4): 173 kB | 47 kB | 61/189 kB | 29/139 kB Progress (4): 173 kB | 47 kB | 61/189 kB | 33/139 kB Progress (4): 173 kB | 47 kB | 66/189 kB | 33/139 kB Progress (4): 173 kB | 47 kB | 66/189 kB | 37/139 kB Progress (4): 173 kB | 47 kB | 70/189 kB | 37/139 kB Progress (4): 173 kB | 47 kB | 70/189 kB | 41/139 kB Progress (4): 173 kB | 47 kB | 74/189 kB | 41/139 kB Progress (4): 173 kB | 47 kB | 74/189 kB | 45/139 kB Progress (4): 173 kB | 47 kB | 78/189 kB | 45/139 kB Progress (4): 173 kB | 47 kB | 78/189 kB | 49/139 kB Progress (4): 173 kB | 47 kB | 82/189 kB | 49/139 kB Progress (4): 173 kB | 47 kB | 82/189 kB | 53/139 kB Progress (4): 173 kB | 47 kB | 86/189 kB | 53/139 kB Progress (4): 173 kB | 47 kB | 86/189 kB | 57/139 kB Progress (4): 173 kB | 47 kB | 90/189 kB | 57/139 kB Progress (4): 173 kB | 47 kB | 90/189 kB | 61/139 kB Progress (4): 173 kB | 47 kB | 94/189 kB | 61/139 kB Progress (4): 173 kB | 47 kB | 94/189 kB | 66/139 kB Progress (4): 173 kB | 47 kB | 98/189 kB | 66/139 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 576 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Progress (4): 47 kB | 98/189 kB | 66/139 kB | 4.1/168 kB Progress (4): 47 kB | 102/189 kB | 66/139 kB | 4.1/168 kB Progress (4): 47 kB | 102/189 kB | 70/139 kB | 4.1/168 kB Progress (4): 47 kB | 106/189 kB | 70/139 kB | 4.1/168 kB Progress (4): 47 kB | 106/189 kB | 70/139 kB | 8.2/168 kB Progress (4): 47 kB | 111/189 kB | 70/139 kB | 8.2/168 kB Progress (4): 47 kB | 111/189 kB | 74/139 kB | 8.2/168 kB Progress (4): 47 kB | 115/189 kB | 74/139 kB | 8.2/168 kB Progress (4): 47 kB | 115/189 kB | 74/139 kB | 12/168 kB Progress (4): 47 kB | 115/189 kB | 78/139 kB | 12/168 kB Progress (4): 47 kB | 115/189 kB | 78/139 kB | 16/168 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 155 kB/s) Progress (3): 115/189 kB | 82/139 kB | 16/168 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.jar Progress (3): 115/189 kB | 82/139 kB | 20/168 kB Progress (3): 119/189 kB | 82/139 kB | 20/168 kB Progress (3): 119/189 kB | 82/139 kB | 25/168 kB Progress (3): 119/189 kB | 86/139 kB | 25/168 kB Progress (3): 119/189 kB | 86/139 kB | 29/168 kB Progress (3): 123/189 kB | 86/139 kB | 29/168 kB Progress (3): 123/189 kB | 86/139 kB | 33/168 kB Progress (3): 123/189 kB | 90/139 kB | 33/168 kB Progress (3): 127/189 kB | 90/139 kB | 33/168 kB Progress (3): 127/189 kB | 94/139 kB | 33/168 kB Progress (3): 131/189 kB | 94/139 kB | 33/168 kB Progress (3): 131/189 kB | 98/139 kB | 33/168 kB Progress (3): 131/189 kB | 98/139 kB | 37/168 kB Progress (3): 131/189 kB | 98/139 kB | 41/168 kB Progress (3): 131/189 kB | 98/139 kB | 45/168 kB Progress (3): 131/189 kB | 98/139 kB | 49/168 kB Progress (3): 135/189 kB | 98/139 kB | 49/168 kB Progress (3): 135/189 kB | 102/139 kB | 49/168 kB Progress (3): 139/189 kB | 102/139 kB | 49/168 kB Progress (3): 139/189 kB | 106/139 kB | 49/168 kB Progress (3): 139/189 kB | 106/139 kB | 53/168 kB Progress (3): 139/189 kB | 111/139 kB | 53/168 kB Progress (3): 143/189 kB | 111/139 kB | 53/168 kB Progress (3): 143/189 kB | 115/139 kB | 53/168 kB Progress (3): 143/189 kB | 115/139 kB | 57/168 kB Progress (3): 147/189 kB | 115/139 kB | 57/168 kB Progress (3): 147/189 kB | 115/139 kB | 61/168 kB Progress (3): 147/189 kB | 115/139 kB | 66/168 kB Progress (3): 147/189 kB | 119/139 kB | 66/168 kB Progress (3): 147/189 kB | 119/139 kB | 70/168 kB Progress (3): 147/189 kB | 123/139 kB | 70/168 kB Progress (3): 147/189 kB | 123/139 kB | 74/168 kB Progress (3): 152/189 kB | 123/139 kB | 74/168 kB Progress (3): 152/189 kB | 123/139 kB | 78/168 kB Progress (3): 152/189 kB | 127/139 kB | 78/168 kB Progress (3): 152/189 kB | 127/139 kB | 82/168 kB Progress (3): 156/189 kB | 127/139 kB | 82/168 kB Progress (3): 156/189 kB | 131/139 kB | 82/168 kB Progress (3): 160/189 kB | 131/139 kB | 82/168 kB Progress (3): 164/189 kB | 131/139 kB | 82/168 kB Progress (3): 164/189 kB | 131/139 kB | 86/168 kB Progress (3): 164/189 kB | 135/139 kB | 86/168 kB Progress (3): 164/189 kB | 135/139 kB | 90/168 kB Progress (3): 164/189 kB | 139 kB | 90/168 kB Progress (3): 164/189 kB | 139 kB | 94/168 kB Progress (3): 164/189 kB | 139 kB | 98/168 kB Progress (3): 168/189 kB | 139 kB | 98/168 kB Progress (3): 172/189 kB | 139 kB | 98/168 kB Progress (3): 176/189 kB | 139 kB | 98/168 kB Progress (3): 176/189 kB | 139 kB | 102/168 kB Progress (3): 180/189 kB | 139 kB | 102/168 kB Progress (3): 180/189 kB | 139 kB | 106/168 kB Progress (3): 180/189 kB | 139 kB | 109/168 kB Progress (3): 184/189 kB | 139 kB | 109/168 kB Progress (3): 188/189 kB | 139 kB | 109/168 kB Progress (3): 189 kB | 139 kB | 109/168 kB Progress (4): 189 kB | 139 kB | 109/168 kB | 4.1/38 kB Progress (4): 189 kB | 139 kB | 113/168 kB | 4.1/38 kB Progress (4): 189 kB | 139 kB | 113/168 kB | 8.2/38 kB Progress (4): 189 kB | 139 kB | 117/168 kB | 8.2/38 kB Progress (4): 189 kB | 139 kB | 117/168 kB | 12/38 kB Progress (4): 189 kB | 139 kB | 121/168 kB | 12/38 kB Progress (4): 189 kB | 139 kB | 121/168 kB | 16/38 kB Progress (4): 189 kB | 139 kB | 125/168 kB | 16/38 kB Progress (4): 189 kB | 139 kB | 125/168 kB | 20/38 kB Progress (4): 189 kB | 139 kB | 130/168 kB | 20/38 kB Progress (4): 189 kB | 139 kB | 130/168 kB | 25/38 kB Progress (4): 189 kB | 139 kB | 134/168 kB | 25/38 kB Progress (4): 189 kB | 139 kB | 134/168 kB | 29/38 kB Progress (4): 189 kB | 139 kB | 138/168 kB | 29/38 kB Progress (4): 189 kB | 139 kB | 138/168 kB | 33/38 kB Progress (4): 189 kB | 139 kB | 142/168 kB | 33/38 kB Progress (4): 189 kB | 139 kB | 142/168 kB | 37/38 kB Progress (4): 189 kB | 139 kB | 142/168 kB | 38 kB Progress (4): 189 kB | 139 kB | 146/168 kB | 38 kB Progress (4): 189 kB | 139 kB | 150/168 kB | 38 kB Progress (4): 189 kB | 139 kB | 154/168 kB | 38 kB Progress (4): 189 kB | 139 kB | 158/168 kB | 38 kB Progress (4): 189 kB | 139 kB | 162/168 kB | 38 kB Progress (4): 189 kB | 139 kB | 166/168 kB | 38 kB Progress (5): 189 kB | 139 kB | 166/168 kB | 38 kB | 4.1/109 kB Progress (5): 189 kB | 139 kB | 168 kB | 38 kB | 4.1/109 kB Progress (5): 189 kB | 139 kB | 168 kB | 38 kB | 8.2/109 kB Progress (5): 189 kB | 139 kB | 168 kB | 38 kB | 12/109 kB Progress (5): 189 kB | 139 kB | 168 kB | 38 kB | 16/109 kB Progress (5): 189 kB | 139 kB | 168 kB | 38 kB | 20/109 kB Progress (5): 189 kB | 139 kB | 168 kB | 38 kB | 25/109 kB Progress (5): 189 kB | 139 kB | 168 kB | 38 kB | 29/109 kB Progress (5): 189 kB | 139 kB | 168 kB | 38 kB | 33/109 kB Progress (5): 189 kB | 139 kB | 168 kB | 38 kB | 37/109 kB Progress (5): 189 kB | 139 kB | 168 kB | 38 kB | 41/109 kB Progress (5): 189 kB | 139 kB | 168 kB | 38 kB | 45/109 kB Progress (5): 189 kB | 139 kB | 168 kB | 38 kB | 49/109 kB Progress (5): 189 kB | 139 kB | 168 kB | 38 kB | 53/109 kB Progress (5): 189 kB | 139 kB | 168 kB | 38 kB | 57/109 kB Progress (5): 189 kB | 139 kB | 168 kB | 38 kB | 61/109 kB Progress (5): 189 kB | 139 kB | 168 kB | 38 kB | 66/109 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 448 kB/s) Progress (4): 189 kB | 168 kB | 38 kB | 70/109 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 607 kB/s) Progress (3): 168 kB | 38 kB | 74/109 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar Progress (3): 168 kB | 38 kB | 78/109 kB Progress (3): 168 kB | 38 kB | 82/109 kB Progress (3): 168 kB | 38 kB | 86/109 kB Progress (3): 168 kB | 38 kB | 90/109 kB Progress (3): 168 kB | 38 kB | 94/109 kB Progress (3): 168 kB | 38 kB | 98/109 kB Progress (3): 168 kB | 38 kB | 102/109 kB Progress (3): 168 kB | 38 kB | 106/109 kB Progress (3): 168 kB | 38 kB | 109 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 122 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 536 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar Progress (2): 109 kB | 4.1/11 kB Progress (2): 109 kB | 8.2/11 kB Progress (2): 109 kB | 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 343 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar Progress (2): 11 kB | 4.1/11 kB Progress (2): 11 kB | 8.2/11 kB Progress (2): 11 kB | 11 kB Progress (3): 11 kB | 11 kB | 4.1/53 kB Progress (3): 11 kB | 11 kB | 8.2/53 kB Progress (3): 11 kB | 11 kB | 12/53 kB Progress (3): 11 kB | 11 kB | 16/53 kB Progress (3): 11 kB | 11 kB | 20/53 kB Progress (3): 11 kB | 11 kB | 25/53 kB Progress (3): 11 kB | 11 kB | 29/53 kB Progress (4): 11 kB | 11 kB | 29/53 kB | 4.1/61 kB Progress (4): 11 kB | 11 kB | 29/53 kB | 8.2/61 kB Progress (4): 11 kB | 11 kB | 29/53 kB | 12/61 kB Progress (4): 11 kB | 11 kB | 29/53 kB | 16/61 kB Progress (4): 11 kB | 11 kB | 29/53 kB | 20/61 kB Progress (4): 11 kB | 11 kB | 29/53 kB | 25/61 kB Progress (4): 11 kB | 11 kB | 29/53 kB | 29/61 kB Progress (4): 11 kB | 11 kB | 29/53 kB | 33/61 kB Progress (4): 11 kB | 11 kB | 29/53 kB | 37/61 kB Progress (4): 11 kB | 11 kB | 29/53 kB | 41/61 kB Progress (4): 11 kB | 11 kB | 29/53 kB | 45/61 kB Progress (4): 11 kB | 11 kB | 33/53 kB | 45/61 kB Progress (4): 11 kB | 11 kB | 33/53 kB | 49/61 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 29 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 29 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar Progress (3): 33/53 kB | 49/61 kB | 4.1/15 kB Progress (3): 37/53 kB | 49/61 kB | 4.1/15 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Progress (3): 37/53 kB | 53/61 kB | 4.1/15 kB Progress (3): 41/53 kB | 53/61 kB | 4.1/15 kB Progress (3): 41/53 kB | 53/61 kB | 8.2/15 kB Progress (3): 45/53 kB | 53/61 kB | 8.2/15 kB Progress (3): 45/53 kB | 57/61 kB | 8.2/15 kB Progress (3): 49/53 kB | 57/61 kB | 8.2/15 kB Progress (3): 49/53 kB | 57/61 kB | 12/15 kB Progress (3): 49/53 kB | 61 kB | 12/15 kB Progress (3): 53 kB | 61 kB | 12/15 kB Progress (3): 53 kB | 61 kB | 15 kB Progress (4): 53 kB | 61 kB | 15 kB | 4.1/38 kB Progress (4): 53 kB | 61 kB | 15 kB | 8.2/38 kB Progress (4): 53 kB | 61 kB | 15 kB | 12/38 kB Progress (4): 53 kB | 61 kB | 15 kB | 16/38 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 39 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 156 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 135 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar Progress (1): 20/38 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar Progress (1): 25/38 kB Progress (1): 29/38 kB Progress (1): 33/38 kB Progress (1): 37/38 kB Progress (1): 38 kB Progress (2): 38 kB | 4.1/7.7 kB Progress (2): 38 kB | 7.7 kB Progress (3): 38 kB | 7.7 kB | 4.1/392 kB Progress (3): 38 kB | 7.7 kB | 8.2/392 kB Progress (3): 38 kB | 7.7 kB | 12/392 kB Progress (3): 38 kB | 7.7 kB | 16/392 kB Progress (4): 38 kB | 7.7 kB | 16/392 kB | 4.1/65 kB Progress (4): 38 kB | 7.7 kB | 16/392 kB | 8.2/65 kB Progress (4): 38 kB | 7.7 kB | 16/392 kB | 12/65 kB Progress (4): 38 kB | 7.7 kB | 20/392 kB | 12/65 kB Progress (4): 38 kB | 7.7 kB | 20/392 kB | 16/65 kB Progress (4): 38 kB | 7.7 kB | 25/392 kB | 16/65 kB Progress (4): 38 kB | 7.7 kB | 29/392 kB | 16/65 kB Progress (4): 38 kB | 7.7 kB | 33/392 kB | 16/65 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 94 kB/s) Progress (3): 7.7 kB | 33/392 kB | 20/65 kB Progress (3): 7.7 kB | 37/392 kB | 20/65 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar Progress (3): 7.7 kB | 41/392 kB | 20/65 kB Progress (3): 7.7 kB | 41/392 kB | 25/65 kB Progress (3): 7.7 kB | 45/392 kB | 25/65 kB Progress (3): 7.7 kB | 45/392 kB | 29/65 kB Progress (3): 7.7 kB | 49/392 kB | 29/65 kB Progress (3): 7.7 kB | 49/392 kB | 33/65 kB Progress (3): 7.7 kB | 49/392 kB | 37/65 kB Progress (3): 7.7 kB | 53/392 kB | 37/65 kB Progress (3): 7.7 kB | 53/392 kB | 41/65 kB Progress (3): 7.7 kB | 57/392 kB | 41/65 kB Progress (3): 7.7 kB | 57/392 kB | 45/65 kB Progress (3): 7.7 kB | 61/392 kB | 45/65 kB Progress (3): 7.7 kB | 61/392 kB | 49/65 kB Progress (3): 7.7 kB | 66/392 kB | 49/65 kB Progress (3): 7.7 kB | 70/392 kB | 49/65 kB Progress (3): 7.7 kB | 73/392 kB | 49/65 kB Progress (3): 7.7 kB | 73/392 kB | 53/65 kB Progress (3): 7.7 kB | 73/392 kB | 57/65 kB Progress (3): 7.7 kB | 73/392 kB | 61/65 kB Progress (3): 7.7 kB | 73/392 kB | 65 kB Progress (3): 7.7 kB | 77/392 kB | 65 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 19 kB/s) Progress (2): 81/392 kB | 65 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar Progress (2): 85/392 kB | 65 kB Progress (2): 89/392 kB | 65 kB Progress (2): 93/392 kB | 65 kB Progress (2): 97/392 kB | 65 kB Progress (2): 101/392 kB | 65 kB Progress (2): 105/392 kB | 65 kB Progress (2): 109/392 kB | 65 kB Progress (2): 114/392 kB | 65 kB Progress (2): 118/392 kB | 65 kB Progress (2): 122/392 kB | 65 kB Progress (2): 126/392 kB | 65 kB Progress (2): 130/392 kB | 65 kB Progress (2): 134/392 kB | 65 kB Progress (2): 138/392 kB | 65 kB Progress (2): 142/392 kB | 65 kB Progress (2): 146/392 kB | 65 kB Progress (2): 150/392 kB | 65 kB Progress (2): 154/392 kB | 65 kB Progress (2): 159/392 kB | 65 kB Progress (2): 163/392 kB | 65 kB Progress (2): 167/392 kB | 65 kB Progress (2): 171/392 kB | 65 kB Progress (2): 175/392 kB | 65 kB Progress (2): 179/392 kB | 65 kB Progress (2): 183/392 kB | 65 kB Progress (2): 187/392 kB | 65 kB Progress (2): 191/392 kB | 65 kB Progress (2): 195/392 kB | 65 kB Progress (2): 200/392 kB | 65 kB Progress (2): 204/392 kB | 65 kB Progress (2): 208/392 kB | 65 kB Progress (2): 212/392 kB | 65 kB Progress (2): 216/392 kB | 65 kB Progress (2): 220/392 kB | 65 kB Progress (2): 224/392 kB | 65 kB Progress (2): 228/392 kB | 65 kB Progress (2): 232/392 kB | 65 kB Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 160 kB/s) Progress (1): 236/392 kB Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar Progress (2): 236/392 kB | 4.1/347 kB Progress (2): 236/392 kB | 8.2/347 kB Progress (2): 236/392 kB | 12/347 kB Progress (2): 240/392 kB | 12/347 kB Progress (2): 240/392 kB | 16/347 kB Progress (2): 245/392 kB | 16/347 kB Progress (2): 249/392 kB | 16/347 kB Progress (2): 253/392 kB | 16/347 kB Progress (2): 253/392 kB | 20/347 kB Progress (3): 253/392 kB | 20/347 kB | 4.1/90 kB Progress (3): 257/392 kB | 20/347 kB | 4.1/90 kB Progress (3): 257/392 kB | 25/347 kB | 4.1/90 kB Progress (3): 261/392 kB | 25/347 kB | 4.1/90 kB Progress (3): 261/392 kB | 25/347 kB | 8.2/90 kB Progress (3): 265/392 kB | 25/347 kB | 8.2/90 kB Progress (3): 265/392 kB | 29/347 kB | 8.2/90 kB Progress (3): 269/392 kB | 29/347 kB | 8.2/90 kB Progress (4): 269/392 kB | 29/347 kB | 8.2/90 kB | 4.1/11 kB Progress (4): 269/392 kB | 29/347 kB | 12/90 kB | 4.1/11 kB Progress (4): 269/392 kB | 29/347 kB | 12/90 kB | 8.2/11 kB Progress (4): 269/392 kB | 33/347 kB | 12/90 kB | 8.2/11 kB Progress (4): 273/392 kB | 33/347 kB | 12/90 kB | 8.2/11 kB Progress (4): 273/392 kB | 33/347 kB | 12/90 kB | 11 kB Progress (4): 273/392 kB | 33/347 kB | 16/90 kB | 11 kB Progress (4): 277/392 kB | 33/347 kB | 16/90 kB | 11 kB Progress (4): 281/392 kB | 33/347 kB | 16/90 kB | 11 kB Progress (4): 281/392 kB | 33/347 kB | 20/90 kB | 11 kB Progress (4): 281/392 kB | 37/347 kB | 20/90 kB | 11 kB Progress (4): 286/392 kB | 37/347 kB | 20/90 kB | 11 kB Progress (4): 286/392 kB | 41/347 kB | 20/90 kB | 11 kB Progress (4): 286/392 kB | 41/347 kB | 21/90 kB | 11 kB Progress (4): 290/392 kB | 41/347 kB | 21/90 kB | 11 kB Progress (4): 290/392 kB | 45/347 kB | 21/90 kB | 11 kB Progress (4): 292/392 kB | 45/347 kB | 21/90 kB | 11 kB Progress (4): 292/392 kB | 49/347 kB | 21/90 kB | 11 kB Progress (4): 292/392 kB | 49/347 kB | 25/90 kB | 11 kB Progress (4): 296/392 kB | 49/347 kB | 25/90 kB | 11 kB Progress (4): 296/392 kB | 49/347 kB | 29/90 kB | 11 kB Progress (4): 300/392 kB | 49/347 kB | 29/90 kB | 11 kB Progress (4): 300/392 kB | 53/347 kB | 29/90 kB | 11 kB Progress (4): 304/392 kB | 53/347 kB | 29/90 kB | 11 kB Progress (4): 304/392 kB | 53/347 kB | 33/90 kB | 11 kB Progress (4): 308/392 kB | 53/347 kB | 33/90 kB | 11 kB Progress (4): 308/392 kB | 57/347 kB | 33/90 kB | 11 kB Progress (4): 308/392 kB | 57/347 kB | 37/90 kB | 11 kB Progress (4): 308/392 kB | 61/347 kB | 37/90 kB | 11 kB Progress (4): 308/392 kB | 66/347 kB | 37/90 kB | 11 kB Progress (4): 312/392 kB | 66/347 kB | 37/90 kB | 11 kB Progress (4): 316/392 kB | 66/347 kB | 37/90 kB | 11 kB Progress (4): 320/392 kB | 66/347 kB | 37/90 kB | 11 kB Progress (4): 320/392 kB | 66/347 kB | 41/90 kB | 11 kB Progress (4): 320/392 kB | 70/347 kB | 41/90 kB | 11 kB Progress (4): 325/392 kB | 70/347 kB | 41/90 kB | 11 kB Progress (4): 325/392 kB | 74/347 kB | 41/90 kB | 11 kB Progress (4): 325/392 kB | 74/347 kB | 45/90 kB | 11 kB Progress (4): 325/392 kB | 78/347 kB | 45/90 kB | 11 kB Progress (4): 325/392 kB | 78/347 kB | 50/90 kB | 11 kB Progress (4): 329/392 kB | 78/347 kB | 50/90 kB | 11 kB Progress (4): 329/392 kB | 82/347 kB | 50/90 kB | 11 kB Progress (4): 333/392 kB | 82/347 kB | 50/90 kB | 11 kB Progress (4): 333/392 kB | 82/347 kB | 54/90 kB | 11 kB Progress (4): 337/392 kB | 82/347 kB | 54/90 kB | 11 kB Progress (4): 341/392 kB | 82/347 kB | 54/90 kB | 11 kB Progress (4): 341/392 kB | 86/347 kB | 54/90 kB | 11 kB Progress (4): 341/392 kB | 90/347 kB | 54/90 kB | 11 kB Progress (4): 341/392 kB | 94/347 kB | 54/90 kB | 11 kB Progress (4): 341/392 kB | 94/347 kB | 58/90 kB | 11 kB Progress (4): 341/392 kB | 98/347 kB | 58/90 kB | 11 kB Progress (4): 345/392 kB | 98/347 kB | 58/90 kB | 11 kB Progress (4): 345/392 kB | 98/347 kB | 62/90 kB | 11 kB Progress (4): 349/392 kB | 98/347 kB | 62/90 kB | 11 kB Progress (4): 349/392 kB | 98/347 kB | 66/90 kB | 11 kB Progress (4): 349/392 kB | 102/347 kB | 66/90 kB | 11 kB Progress (4): 353/392 kB | 102/347 kB | 66/90 kB | 11 kB Progress (4): 353/392 kB | 106/347 kB | 66/90 kB | 11 kB Progress (4): 353/392 kB | 106/347 kB | 70/90 kB | 11 kB Progress (4): 353/392 kB | 111/347 kB | 70/90 kB | 11 kB Progress (4): 357/392 kB | 111/347 kB | 70/90 kB | 11 kB Progress (4): 357/392 kB | 115/347 kB | 70/90 kB | 11 kB Progress (4): 357/392 kB | 115/347 kB | 74/90 kB | 11 kB Progress (4): 357/392 kB | 115/347 kB | 78/90 kB | 11 kB Progress (4): 357/392 kB | 119/347 kB | 78/90 kB | 11 kB Progress (4): 357/392 kB | 119/347 kB | 82/90 kB | 11 kB Progress (4): 361/392 kB | 119/347 kB | 82/90 kB | 11 kB Progress (4): 361/392 kB | 123/347 kB | 82/90 kB | 11 kB Progress (4): 366/392 kB | 123/347 kB | 82/90 kB | 11 kB Progress (5): 366/392 kB | 123/347 kB | 82/90 kB | 11 kB | 4.1/457 kB Progress (5): 366/392 kB | 123/347 kB | 86/90 kB | 11 kB | 4.1/457 kB Progress (5): 366/392 kB | 123/347 kB | 86/90 kB | 11 kB | 8.2/457 kB Progress (5): 370/392 kB | 123/347 kB | 86/90 kB | 11 kB | 8.2/457 kB Progress (5): 370/392 kB | 127/347 kB | 86/90 kB | 11 kB | 8.2/457 kB Progress (5): 374/392 kB | 127/347 kB | 86/90 kB | 11 kB | 8.2/457 kB Progress (5): 374/392 kB | 127/347 kB | 90 kB | 11 kB | 8.2/457 kB Progress (5): 374/392 kB | 127/347 kB | 90 kB | 11 kB | 12/457 kB Progress (5): 374/392 kB | 131/347 kB | 90 kB | 11 kB | 12/457 kB Progress (5): 374/392 kB | 131/347 kB | 90 kB | 11 kB | 16/457 kB Progress (5): 378/392 kB | 131/347 kB | 90 kB | 11 kB | 16/457 kB Progress (5): 382/392 kB | 131/347 kB | 90 kB | 11 kB | 16/457 kB Progress (5): 382/392 kB | 135/347 kB | 90 kB | 11 kB | 16/457 kB Progress (5): 386/392 kB | 135/347 kB | 90 kB | 11 kB | 16/457 kB Progress (5): 386/392 kB | 139/347 kB | 90 kB | 11 kB | 16/457 kB Progress (5): 390/392 kB | 139/347 kB | 90 kB | 11 kB | 16/457 kB Progress (5): 390/392 kB | 139/347 kB | 90 kB | 11 kB | 20/457 kB Progress (5): 392 kB | 139/347 kB | 90 kB | 11 kB | 20/457 kB Progress (5): 392 kB | 143/347 kB | 90 kB | 11 kB | 20/457 kB Progress (5): 392 kB | 143/347 kB | 90 kB | 11 kB | 25/457 kB Progress (5): 392 kB | 147/347 kB | 90 kB | 11 kB | 25/457 kB Progress (5): 392 kB | 147/347 kB | 90 kB | 11 kB | 29/457 kB Progress (5): 392 kB | 147/347 kB | 90 kB | 11 kB | 33/457 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 213 kB/s) Progress (4): 392 kB | 147/347 kB | 11 kB | 37/457 kB Progress (4): 392 kB | 152/347 kB | 11 kB | 37/457 kB Progress (4): 392 kB | 152/347 kB | 11 kB | 41/457 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 22 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar Downloading from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 805 kB/s) Progress (2): 152/347 kB | 45/457 kB Progress (2): 156/347 kB | 45/457 kB Progress (2): 156/347 kB | 49/457 kB Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar Progress (2): 160/347 kB | 49/457 kB Progress (2): 164/347 kB | 49/457 kB Progress (2): 164/347 kB | 53/457 kB Progress (2): 164/347 kB | 57/457 kB Progress (2): 164/347 kB | 61/457 kB Progress (2): 164/347 kB | 66/457 kB Progress (2): 168/347 kB | 66/457 kB Progress (2): 172/347 kB | 66/457 kB Progress (2): 176/347 kB | 66/457 kB Progress (2): 180/347 kB | 66/457 kB Progress (2): 180/347 kB | 70/457 kB Progress (2): 180/347 kB | 74/457 kB Progress (2): 180/347 kB | 78/457 kB Progress (2): 180/347 kB | 82/457 kB Progress (2): 184/347 kB | 82/457 kB Progress (2): 188/347 kB | 82/457 kB Progress (2): 193/347 kB | 82/457 kB Progress (2): 197/347 kB | 82/457 kB Progress (2): 197/347 kB | 86/457 kB Progress (2): 197/347 kB | 90/457 kB Progress (2): 197/347 kB | 94/457 kB Progress (2): 197/347 kB | 98/457 kB Progress (2): 201/347 kB | 98/457 kB Progress (2): 205/347 kB | 98/457 kB Progress (2): 209/347 kB | 98/457 kB Progress (2): 213/347 kB | 98/457 kB Progress (2): 213/347 kB | 102/457 kB Progress (2): 213/347 kB | 106/457 kB Progress (2): 217/347 kB | 106/457 kB Progress (2): 219/347 kB | 106/457 kB Progress (2): 219/347 kB | 111/457 kB Progress (2): 219/347 kB | 115/457 kB Progress (2): 223/347 kB | 115/457 kB Progress (2): 227/347 kB | 115/457 kB Progress (2): 231/347 kB | 115/457 kB Progress (2): 231/347 kB | 119/457 kB Progress (2): 235/347 kB | 119/457 kB Progress (2): 235/347 kB | 123/457 kB Progress (2): 235/347 kB | 127/457 kB Progress (2): 235/347 kB | 131/457 kB Progress (2): 239/347 kB | 131/457 kB Progress (2): 243/347 kB | 131/457 kB Progress (2): 247/347 kB | 131/457 kB Progress (2): 247/347 kB | 135/457 kB Progress (2): 251/347 kB | 135/457 kB Progress (2): 251/347 kB | 139/457 kB Progress (2): 251/347 kB | 143/457 kB Progress (2): 251/347 kB | 147/457 kB Progress (2): 256/347 kB | 147/457 kB Progress (2): 260/347 kB | 147/457 kB Progress (2): 264/347 kB | 147/457 kB Progress (2): 264/347 kB | 152/457 kB Progress (2): 268/347 kB | 152/457 kB Progress (2): 268/347 kB | 156/457 kB Progress (2): 268/347 kB | 160/457 kB Progress (2): 268/347 kB | 164/457 kB Progress (2): 272/347 kB | 164/457 kB Progress (2): 276/347 kB | 164/457 kB Progress (2): 280/347 kB | 164/457 kB Progress (2): 280/347 kB | 168/457 kB Progress (2): 284/347 kB | 168/457 kB Progress (2): 284/347 kB | 172/457 kB Progress (2): 284/347 kB | 176/457 kB Progress (2): 284/347 kB | 180/457 kB Progress (2): 288/347 kB | 180/457 kB Progress (2): 288/347 kB | 184/457 kB Progress (2): 292/347 kB | 184/457 kB Progress (2): 292/347 kB | 188/457 kB Progress (3): 292/347 kB | 188/457 kB | 4.1/26 kB Progress (3): 292/347 kB | 193/457 kB | 4.1/26 kB Progress (3): 297/347 kB | 193/457 kB | 4.1/26 kB Progress (3): 297/347 kB | 197/457 kB | 4.1/26 kB Progress (3): 297/347 kB | 197/457 kB | 8.2/26 kB Progress (3): 301/347 kB | 197/457 kB | 8.2/26 kB Progress (4): 301/347 kB | 197/457 kB | 8.2/26 kB | 4.1/329 kB Progress (4): 301/347 kB | 197/457 kB | 12/26 kB | 4.1/329 kB Progress (4): 301/347 kB | 197/457 kB | 12/26 kB | 8.2/329 kB Progress (4): 301/347 kB | 201/457 kB | 12/26 kB | 8.2/329 kB Progress (4): 301/347 kB | 201/457 kB | 16/26 kB | 8.2/329 kB Progress (4): 301/347 kB | 205/457 kB | 16/26 kB | 8.2/329 kB Progress (4): 305/347 kB | 205/457 kB | 16/26 kB | 8.2/329 kB Progress (4): 305/347 kB | 205/457 kB | 16/26 kB | 12/329 kB Progress (4): 305/347 kB | 205/457 kB | 20/26 kB | 12/329 kB Progress (4): 309/347 kB | 205/457 kB | 20/26 kB | 12/329 kB Progress (4): 309/347 kB | 209/457 kB | 20/26 kB | 12/329 kB Progress (4): 313/347 kB | 209/457 kB | 20/26 kB | 12/329 kB Progress (4): 313/347 kB | 209/457 kB | 25/26 kB | 12/329 kB Progress (4): 313/347 kB | 209/457 kB | 25/26 kB | 16/329 kB Progress (4): 313/347 kB | 209/457 kB | 26 kB | 16/329 kB Progress (4): 317/347 kB | 209/457 kB | 26 kB | 16/329 kB Progress (5): 317/347 kB | 209/457 kB | 26 kB | 16/329 kB | 4.1/358 kB Progress (5): 317/347 kB | 213/457 kB | 26 kB | 16/329 kB | 4.1/358 kB Progress (5): 317/347 kB | 213/457 kB | 26 kB | 16/329 kB | 8.2/358 kB Progress (5): 317/347 kB | 213/457 kB | 26 kB | 20/329 kB | 8.2/358 kB Progress (5): 321/347 kB | 213/457 kB | 26 kB | 20/329 kB | 8.2/358 kB Progress (5): 321/347 kB | 213/457 kB | 26 kB | 20/329 kB | 12/358 kB Progress (5): 325/347 kB | 213/457 kB | 26 kB | 20/329 kB | 12/358 kB Progress (5): 325/347 kB | 213/457 kB | 26 kB | 21/329 kB | 12/358 kB Progress (5): 329/347 kB | 213/457 kB | 26 kB | 21/329 kB | 12/358 kB Progress (5): 329/347 kB | 217/457 kB | 26 kB | 21/329 kB | 12/358 kB Progress (5): 329/347 kB | 217/457 kB | 26 kB | 21/329 kB | 16/358 kB Progress (5): 329/347 kB | 221/457 kB | 26 kB | 21/329 kB | 16/358 kB Progress (5): 333/347 kB | 221/457 kB | 26 kB | 21/329 kB | 16/358 kB Progress (5): 333/347 kB | 225/457 kB | 26 kB | 21/329 kB | 16/358 kB Progress (5): 333/347 kB | 225/457 kB | 26 kB | 25/329 kB | 16/358 kB Progress (5): 333/347 kB | 229/457 kB | 26 kB | 25/329 kB | 16/358 kB Progress (5): 333/347 kB | 229/457 kB | 26 kB | 29/329 kB | 16/358 kB Progress (5): 338/347 kB | 229/457 kB | 26 kB | 29/329 kB | 16/358 kB Progress (5): 338/347 kB | 229/457 kB | 26 kB | 29/329 kB | 20/358 kB Progress (5): 338/347 kB | 229/457 kB | 26 kB | 34/329 kB | 20/358 kB Progress (5): 338/347 kB | 229/457 kB | 26 kB | 34/329 kB | 25/358 kB Progress (5): 338/347 kB | 233/457 kB | 26 kB | 34/329 kB | 25/358 kB Progress (5): 338/347 kB | 238/457 kB | 26 kB | 34/329 kB | 25/358 kB Progress (5): 342/347 kB | 238/457 kB | 26 kB | 34/329 kB | 25/358 kB Progress (5): 342/347 kB | 242/457 kB | 26 kB | 34/329 kB | 25/358 kB Progress (5): 342/347 kB | 242/457 kB | 26 kB | 34/329 kB | 29/358 kB Progress (5): 342/347 kB | 242/457 kB | 26 kB | 38/329 kB | 29/358 kB Progress (5): 342/347 kB | 242/457 kB | 26 kB | 38/329 kB | 33/358 kB Progress (5): 342/347 kB | 246/457 kB | 26 kB | 38/329 kB | 33/358 kB Progress (5): 346/347 kB | 246/457 kB | 26 kB | 38/329 kB | 33/358 kB Progress (5): 347 kB | 246/457 kB | 26 kB | 38/329 kB | 33/358 kB Progress (5): 347 kB | 250/457 kB | 26 kB | 38/329 kB | 33/358 kB Progress (5): 347 kB | 250/457 kB | 26 kB | 42/329 kB | 33/358 kB Progress (5): 347 kB | 250/457 kB | 26 kB | 42/329 kB | 37/358 kB Progress (5): 347 kB | 254/457 kB | 26 kB | 42/329 kB | 37/358 kB Progress (5): 347 kB | 254/457 kB | 26 kB | 42/329 kB | 41/358 kB Progress (5): 347 kB | 254/457 kB | 26 kB | 46/329 kB | 41/358 kB Progress (5): 347 kB | 254/457 kB | 26 kB | 46/329 kB | 45/358 kB Progress (5): 347 kB | 258/457 kB | 26 kB | 46/329 kB | 45/358 kB Progress (5): 347 kB | 258/457 kB | 26 kB | 46/329 kB | 49/358 kB Progress (5): 347 kB | 258/457 kB | 26 kB | 50/329 kB | 49/358 kB Progress (5): 347 kB | 262/457 kB | 26 kB | 50/329 kB | 49/358 kB Progress (5): 347 kB | 262/457 kB | 26 kB | 54/329 kB | 49/358 kB Progress (5): 347 kB | 266/457 kB | 26 kB | 54/329 kB | 49/358 kB Progress (5): 347 kB | 270/457 kB | 26 kB | 54/329 kB | 49/358 kB Progress (5): 347 kB | 270/457 kB | 26 kB | 54/329 kB | 53/358 kB Progress (5): 347 kB | 274/457 kB | 26 kB | 54/329 kB | 53/358 kB Progress (5): 347 kB | 274/457 kB | 26 kB | 58/329 kB | 53/358 kB Progress (5): 347 kB | 274/457 kB | 26 kB | 58/329 kB | 57/358 kB Progress (5): 347 kB | 274/457 kB | 26 kB | 62/329 kB | 57/358 kB Progress (5): 347 kB | 274/457 kB | 26 kB | 66/329 kB | 57/358 kB Progress (5): 347 kB | 274/457 kB | 26 kB | 70/329 kB | 57/358 kB Progress (5): 347 kB | 275/457 kB | 26 kB | 70/329 kB | 57/358 kB Progress (5): 347 kB | 275/457 kB | 26 kB | 70/329 kB | 61/358 kB Progress (5): 347 kB | 275/457 kB | 26 kB | 70/329 kB | 66/358 kB Progress (5): 347 kB | 279/457 kB | 26 kB | 70/329 kB | 66/358 kB Progress (5): 347 kB | 279/457 kB | 26 kB | 74/329 kB | 66/358 kB Progress (5): 347 kB | 283/457 kB | 26 kB | 74/329 kB | 66/358 kB Progress (5): 347 kB | 283/457 kB | 26 kB | 79/329 kB | 66/358 kB Progress (5): 347 kB | 287/457 kB | 26 kB | 79/329 kB | 66/358 kB Progress (5): 347 kB | 287/457 kB | 26 kB | 83/329 kB | 66/358 kB Progress (5): 347 kB | 287/457 kB | 26 kB | 83/329 kB | 70/358 kB Progress (5): 347 kB | 287/457 kB | 26 kB | 87/329 kB | 70/358 kB Progress (5): 347 kB | 292/457 kB | 26 kB | 87/329 kB | 70/358 kB Progress (5): 347 kB | 292/457 kB | 26 kB | 87/329 kB | 74/358 kB Downloaded from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 52 kB/s) Progress (4): 347 kB | 292/457 kB | 91/329 kB | 74/358 kB Progress (4): 347 kB | 296/457 kB | 91/329 kB | 74/358 kB Progress (4): 347 kB | 296/457 kB | 91/329 kB | 78/358 kB Progress (4): 347 kB | 300/457 kB | 91/329 kB | 78/358 kB Progress (4): 347 kB | 300/457 kB | 95/329 kB | 78/358 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar Progress (4): 347 kB | 300/457 kB | 99/329 kB | 78/358 kB Progress (4): 347 kB | 304/457 kB | 99/329 kB | 78/358 kB Progress (4): 347 kB | 308/457 kB | 99/329 kB | 78/358 kB Progress (4): 347 kB | 308/457 kB | 99/329 kB | 82/358 kB Progress (4): 347 kB | 308/457 kB | 103/329 kB | 82/358 kB Progress (4): 347 kB | 312/457 kB | 103/329 kB | 82/358 kB Progress (4): 347 kB | 316/457 kB | 103/329 kB | 82/358 kB Progress (4): 347 kB | 320/457 kB | 103/329 kB | 82/358 kB Progress (4): 347 kB | 324/457 kB | 103/329 kB | 82/358 kB Progress (4): 347 kB | 324/457 kB | 103/329 kB | 86/358 kB Progress (4): 347 kB | 324/457 kB | 107/329 kB | 86/358 kB Progress (4): 347 kB | 324/457 kB | 107/329 kB | 90/358 kB Progress (4): 347 kB | 328/457 kB | 107/329 kB | 90/358 kB Progress (4): 347 kB | 328/457 kB | 111/329 kB | 90/358 kB Progress (4): 347 kB | 333/457 kB | 111/329 kB | 90/358 kB Progress (4): 347 kB | 333/457 kB | 111/329 kB | 94/358 kB Progress (4): 347 kB | 337/457 kB | 111/329 kB | 94/358 kB Progress (4): 347 kB | 337/457 kB | 115/329 kB | 94/358 kB Progress (4): 347 kB | 341/457 kB | 115/329 kB | 94/358 kB Progress (4): 347 kB | 341/457 kB | 115/329 kB | 98/358 kB Progress (4): 347 kB | 341/457 kB | 120/329 kB | 98/358 kB Progress (4): 347 kB | 345/457 kB | 120/329 kB | 98/358 kB Progress (4): 347 kB | 349/457 kB | 120/329 kB | 98/358 kB Progress (4): 347 kB | 349/457 kB | 124/329 kB | 98/358 kB Progress (4): 347 kB | 353/457 kB | 124/329 kB | 98/358 kB Progress (4): 347 kB | 353/457 kB | 124/329 kB | 102/358 kB Progress (4): 347 kB | 353/457 kB | 128/329 kB | 102/358 kB Progress (4): 347 kB | 353/457 kB | 128/329 kB | 106/358 kB Progress (4): 347 kB | 357/457 kB | 128/329 kB | 106/358 kB Progress (4): 347 kB | 357/457 kB | 128/329 kB | 111/358 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 688 kB/s) Progress (3): 357/457 kB | 132/329 kB | 111/358 kB Progress (3): 357/457 kB | 132/329 kB | 115/358 kB Progress (3): 357/457 kB | 136/329 kB | 115/358 kB Progress (3): 361/457 kB | 136/329 kB | 115/358 kB Progress (3): 361/457 kB | 136/329 kB | 119/358 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar Progress (3): 361/457 kB | 136/329 kB | 123/358 kB Progress (3): 365/457 kB | 136/329 kB | 123/358 kB Progress (3): 365/457 kB | 140/329 kB | 123/358 kB Progress (3): 369/457 kB | 140/329 kB | 123/358 kB Progress (3): 369/457 kB | 140/329 kB | 127/358 kB Progress (3): 369/457 kB | 140/329 kB | 131/358 kB Progress (3): 373/457 kB | 140/329 kB | 131/358 kB Progress (3): 373/457 kB | 144/329 kB | 131/358 kB Progress (3): 378/457 kB | 144/329 kB | 131/358 kB Progress (3): 382/457 kB | 144/329 kB | 131/358 kB Progress (3): 382/457 kB | 144/329 kB | 135/358 kB Progress (3): 382/457 kB | 144/329 kB | 139/358 kB Progress (3): 382/457 kB | 144/329 kB | 143/358 kB Progress (3): 386/457 kB | 144/329 kB | 143/358 kB Progress (3): 390/457 kB | 144/329 kB | 143/358 kB Progress (3): 390/457 kB | 144/329 kB | 147/358 kB Progress (3): 390/457 kB | 148/329 kB | 147/358 kB Progress (3): 390/457 kB | 152/329 kB | 147/358 kB Progress (3): 394/457 kB | 152/329 kB | 147/358 kB Progress (3): 394/457 kB | 156/329 kB | 147/358 kB Progress (3): 398/457 kB | 156/329 kB | 147/358 kB Progress (3): 398/457 kB | 161/329 kB | 147/358 kB Progress (3): 402/457 kB | 161/329 kB | 147/358 kB Progress (3): 402/457 kB | 161/329 kB | 152/358 kB Progress (3): 406/457 kB | 161/329 kB | 152/358 kB Progress (3): 406/457 kB | 161/329 kB | 156/358 kB Progress (3): 406/457 kB | 161/329 kB | 160/358 kB Progress (3): 406/457 kB | 161/329 kB | 164/358 kB Progress (3): 406/457 kB | 165/329 kB | 164/358 kB Progress (3): 410/457 kB | 165/329 kB | 164/358 kB Progress (3): 410/457 kB | 169/329 kB | 164/358 kB Progress (3): 414/457 kB | 169/329 kB | 164/358 kB Progress (3): 414/457 kB | 173/329 kB | 164/358 kB Progress (3): 419/457 kB | 173/329 kB | 164/358 kB Progress (3): 419/457 kB | 177/329 kB | 164/358 kB Progress (3): 419/457 kB | 177/329 kB | 168/358 kB Progress (3): 423/457 kB | 177/329 kB | 168/358 kB Progress (3): 423/457 kB | 177/329 kB | 172/358 kB Progress (3): 423/457 kB | 177/329 kB | 176/358 kB Progress (3): 423/457 kB | 177/329 kB | 180/358 kB Progress (3): 427/457 kB | 177/329 kB | 180/358 kB Progress (3): 427/457 kB | 181/329 kB | 180/358 kB Progress (3): 431/457 kB | 181/329 kB | 180/358 kB Progress (3): 431/457 kB | 185/329 kB | 180/358 kB Progress (3): 435/457 kB | 185/329 kB | 180/358 kB Progress (3): 435/457 kB | 189/329 kB | 180/358 kB Progress (3): 439/457 kB | 189/329 kB | 180/358 kB Progress (3): 439/457 kB | 193/329 kB | 180/358 kB Progress (3): 439/457 kB | 193/329 kB | 184/358 kB Progress (3): 439/457 kB | 193/329 kB | 188/358 kB Progress (3): 439/457 kB | 197/329 kB | 188/358 kB Progress (3): 439/457 kB | 197/329 kB | 193/358 kB Progress (3): 443/457 kB | 197/329 kB | 193/358 kB Progress (3): 443/457 kB | 197/329 kB | 197/358 kB Progress (3): 447/457 kB | 197/329 kB | 197/358 kB Progress (3): 451/457 kB | 197/329 kB | 197/358 kB Progress (3): 455/457 kB | 197/329 kB | 197/358 kB Progress (3): 457 kB | 197/329 kB | 197/358 kB Progress (3): 457 kB | 201/329 kB | 197/358 kB Progress (3): 457 kB | 206/329 kB | 197/358 kB Progress (3): 457 kB | 206/329 kB | 201/358 kB Progress (3): 457 kB | 210/329 kB | 201/358 kB Progress (3): 457 kB | 210/329 kB | 205/358 kB Progress (3): 457 kB | 214/329 kB | 205/358 kB Progress (3): 457 kB | 214/329 kB | 209/358 kB Progress (3): 457 kB | 214/329 kB | 213/358 kB Progress (3): 457 kB | 214/329 kB | 217/358 kB Progress (3): 457 kB | 214/329 kB | 218/358 kB Progress (3): 457 kB | 218/329 kB | 218/358 kB Progress (3): 457 kB | 222/329 kB | 218/358 kB Progress (3): 457 kB | 226/329 kB | 218/358 kB Progress (3): 457 kB | 230/329 kB | 218/358 kB Progress (3): 457 kB | 230/329 kB | 222/358 kB Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 780 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Progress (2): 234/329 kB | 222/358 kB Progress (2): 234/329 kB | 226/358 kB Progress (2): 238/329 kB | 226/358 kB Progress (2): 238/329 kB | 230/358 kB Progress (2): 242/329 kB | 230/358 kB Progress (2): 242/329 kB | 234/358 kB Progress (2): 247/329 kB | 234/358 kB Progress (2): 247/329 kB | 238/358 kB Progress (2): 251/329 kB | 238/358 kB Progress (2): 251/329 kB | 242/358 kB Progress (2): 255/329 kB | 242/358 kB Progress (2): 255/329 kB | 247/358 kB Progress (2): 259/329 kB | 247/358 kB Progress (2): 259/329 kB | 251/358 kB Progress (2): 263/329 kB | 251/358 kB Progress (2): 263/329 kB | 255/358 kB Progress (2): 267/329 kB | 255/358 kB Progress (2): 267/329 kB | 259/358 kB Progress (2): 271/329 kB | 259/358 kB Progress (2): 271/329 kB | 263/358 kB Progress (2): 275/329 kB | 263/358 kB Progress (2): 275/329 kB | 267/358 kB Progress (2): 279/329 kB | 267/358 kB Progress (2): 279/329 kB | 271/358 kB Progress (2): 283/329 kB | 271/358 kB Progress (2): 283/329 kB | 275/358 kB Progress (2): 287/329 kB | 275/358 kB Progress (2): 287/329 kB | 279/358 kB Progress (2): 292/329 kB | 279/358 kB Progress (2): 292/329 kB | 283/358 kB Progress (2): 296/329 kB | 283/358 kB Progress (2): 296/329 kB | 288/358 kB Progress (2): 300/329 kB | 288/358 kB Progress (2): 300/329 kB | 292/358 kB Progress (2): 304/329 kB | 292/358 kB Progress (2): 304/329 kB | 296/358 kB Progress (2): 308/329 kB | 296/358 kB Progress (2): 308/329 kB | 300/358 kB Progress (2): 312/329 kB | 300/358 kB Progress (2): 312/329 kB | 304/358 kB Progress (2): 316/329 kB | 304/358 kB Progress (2): 316/329 kB | 308/358 kB Progress (2): 320/329 kB | 308/358 kB Progress (2): 320/329 kB | 312/358 kB Progress (2): 324/329 kB | 312/358 kB Progress (2): 324/329 kB | 316/358 kB Progress (2): 328/329 kB | 316/358 kB Progress (2): 329 kB | 316/358 kB Progress (2): 329 kB | 320/358 kB Progress (2): 329 kB | 324/358 kB Progress (3): 329 kB | 324/358 kB | 4.1/4.2 kB Progress (3): 329 kB | 329/358 kB | 4.1/4.2 kB Progress (3): 329 kB | 329/358 kB | 4.2 kB Progress (3): 329 kB | 333/358 kB | 4.2 kB Progress (3): 329 kB | 337/358 kB | 4.2 kB Progress (3): 329 kB | 341/358 kB | 4.2 kB Progress (3): 329 kB | 345/358 kB | 4.2 kB Progress (3): 329 kB | 349/358 kB | 4.2 kB Progress (3): 329 kB | 353/358 kB | 4.2 kB Progress (3): 329 kB | 357/358 kB | 4.2 kB Progress (3): 329 kB | 358 kB | 4.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 7.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 550 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 598 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar Progress (1): 4.1/145 kB Progress (1): 8.2/145 kB Progress (1): 12/145 kB Progress (1): 16/145 kB Progress (1): 20/145 kB Progress (1): 25/145 kB Progress (1): 29/145 kB Progress (1): 33/145 kB Progress (1): 37/145 kB Progress (1): 41/145 kB Progress (1): 45/145 kB Progress (1): 49/145 kB Progress (1): 53/145 kB Progress (1): 57/145 kB Progress (1): 61/145 kB Progress (1): 66/145 kB Progress (2): 66/145 kB | 4.1/243 kB Progress (2): 66/145 kB | 8.2/243 kB Progress (2): 66/145 kB | 12/243 kB Progress (2): 70/145 kB | 12/243 kB Progress (2): 74/145 kB | 12/243 kB Progress (2): 74/145 kB | 16/243 kB Progress (2): 78/145 kB | 16/243 kB Progress (2): 82/145 kB | 16/243 kB Progress (2): 82/145 kB | 20/243 kB Progress (2): 86/145 kB | 20/243 kB Progress (2): 86/145 kB | 25/243 kB Progress (2): 90/145 kB | 25/243 kB Progress (2): 94/145 kB | 25/243 kB Progress (2): 94/145 kB | 29/243 kB Progress (2): 98/145 kB | 29/243 kB Progress (2): 98/145 kB | 33/243 kB Progress (3): 98/145 kB | 33/243 kB | 4.1/378 kB Progress (3): 98/145 kB | 33/243 kB | 8.2/378 kB Progress (3): 102/145 kB | 33/243 kB | 8.2/378 kB Progress (3): 102/145 kB | 33/243 kB | 12/378 kB Progress (3): 106/145 kB | 33/243 kB | 12/378 kB Progress (3): 106/145 kB | 33/243 kB | 16/378 kB Progress (3): 111/145 kB | 33/243 kB | 16/378 kB Progress (3): 111/145 kB | 37/243 kB | 16/378 kB Progress (3): 115/145 kB | 37/243 kB | 16/378 kB Progress (3): 115/145 kB | 41/243 kB | 16/378 kB Progress (3): 115/145 kB | 45/243 kB | 16/378 kB Progress (3): 115/145 kB | 49/243 kB | 16/378 kB Progress (3): 119/145 kB | 49/243 kB | 16/378 kB Progress (3): 119/145 kB | 49/243 kB | 20/378 kB Progress (3): 123/145 kB | 49/243 kB | 20/378 kB Progress (3): 123/145 kB | 49/243 kB | 25/378 kB Progress (3): 127/145 kB | 49/243 kB | 25/378 kB Progress (3): 127/145 kB | 49/243 kB | 29/378 kB Progress (3): 131/145 kB | 49/243 kB | 29/378 kB Progress (3): 131/145 kB | 49/243 kB | 33/378 kB Progress (3): 131/145 kB | 53/243 kB | 33/378 kB Progress (3): 131/145 kB | 57/243 kB | 33/378 kB Progress (3): 135/145 kB | 57/243 kB | 33/378 kB Progress (3): 135/145 kB | 61/243 kB | 33/378 kB Progress (3): 139/145 kB | 61/243 kB | 33/378 kB Progress (3): 139/145 kB | 66/243 kB | 33/378 kB Progress (3): 143/145 kB | 66/243 kB | 33/378 kB Progress (3): 143/145 kB | 66/243 kB | 37/378 kB Progress (3): 145 kB | 66/243 kB | 37/378 kB Progress (3): 145 kB | 66/243 kB | 41/378 kB Progress (3): 145 kB | 66/243 kB | 45/378 kB Progress (3): 145 kB | 66/243 kB | 49/378 kB Progress (3): 145 kB | 70/243 kB | 49/378 kB Progress (3): 145 kB | 74/243 kB | 49/378 kB Progress (3): 145 kB | 78/243 kB | 49/378 kB Progress (3): 145 kB | 78/243 kB | 53/378 kB Progress (3): 145 kB | 82/243 kB | 53/378 kB Progress (3): 145 kB | 82/243 kB | 57/378 kB Progress (3): 145 kB | 82/243 kB | 61/378 kB Progress (3): 145 kB | 82/243 kB | 66/378 kB Progress (3): 145 kB | 86/243 kB | 66/378 kB Progress (3): 145 kB | 90/243 kB | 66/378 kB Progress (3): 145 kB | 90/243 kB | 70/378 kB Progress (3): 145 kB | 94/243 kB | 70/378 kB Progress (3): 145 kB | 94/243 kB | 74/378 kB Progress (3): 145 kB | 98/243 kB | 74/378 kB Progress (3): 145 kB | 98/243 kB | 78/378 kB Progress (3): 145 kB | 98/243 kB | 82/378 kB Progress (3): 145 kB | 102/243 kB | 82/378 kB Progress (3): 145 kB | 106/243 kB | 82/378 kB Progress (3): 145 kB | 106/243 kB | 86/378 kB Progress (3): 145 kB | 111/243 kB | 86/378 kB Progress (3): 145 kB | 111/243 kB | 90/378 kB Progress (3): 145 kB | 115/243 kB | 90/378 kB Progress (3): 145 kB | 115/243 kB | 94/378 kB Progress (3): 145 kB | 115/243 kB | 98/378 kB Progress (3): 145 kB | 119/243 kB | 98/378 kB Progress (3): 145 kB | 123/243 kB | 98/378 kB Progress (3): 145 kB | 123/243 kB | 102/378 kB Progress (3): 145 kB | 127/243 kB | 102/378 kB Progress (3): 145 kB | 127/243 kB | 106/378 kB Progress (3): 145 kB | 131/243 kB | 106/378 kB Progress (3): 145 kB | 131/243 kB | 111/378 kB Progress (3): 145 kB | 131/243 kB | 115/378 kB Progress (3): 145 kB | 135/243 kB | 115/378 kB Progress (3): 145 kB | 139/243 kB | 115/378 kB Progress (3): 145 kB | 139/243 kB | 119/378 kB Progress (3): 145 kB | 143/243 kB | 119/378 kB Progress (3): 145 kB | 143/243 kB | 123/378 kB Progress (3): 145 kB | 147/243 kB | 123/378 kB Progress (3): 145 kB | 147/243 kB | 127/378 kB Progress (3): 145 kB | 147/243 kB | 131/378 kB Progress (3): 145 kB | 152/243 kB | 131/378 kB Progress (3): 145 kB | 156/243 kB | 131/378 kB Progress (3): 145 kB | 156/243 kB | 135/378 kB Progress (3): 145 kB | 160/243 kB | 135/378 kB Progress (3): 145 kB | 160/243 kB | 139/378 kB Progress (3): 145 kB | 164/243 kB | 139/378 kB Progress (3): 145 kB | 164/243 kB | 143/378 kB Progress (3): 145 kB | 164/243 kB | 147/378 kB Progress (3): 145 kB | 168/243 kB | 147/378 kB Progress (3): 145 kB | 168/243 kB | 147/378 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar (145 kB at 236 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar Progress (2): 172/243 kB | 147/378 kB Progress (2): 172/243 kB | 152/378 kB Progress (2): 177/243 kB | 152/378 kB Progress (2): 177/243 kB | 156/378 kB Progress (2): 181/243 kB | 156/378 kB Progress (2): 181/243 kB | 160/378 kB Progress (2): 185/243 kB | 160/378 kB Progress (2): 185/243 kB | 164/378 kB Progress (2): 189/243 kB | 164/378 kB Progress (2): 189/243 kB | 168/378 kB Progress (2): 193/243 kB | 168/378 kB Progress (2): 193/243 kB | 172/378 kB Progress (2): 197/243 kB | 172/378 kB Progress (2): 197/243 kB | 176/378 kB Progress (2): 201/243 kB | 176/378 kB Progress (2): 201/243 kB | 180/378 kB Progress (2): 205/243 kB | 180/378 kB Progress (2): 205/243 kB | 184/378 kB Progress (2): 209/243 kB | 184/378 kB Progress (2): 209/243 kB | 188/378 kB Progress (2): 213/243 kB | 188/378 kB Progress (2): 213/243 kB | 193/378 kB Progress (2): 217/243 kB | 193/378 kB Progress (2): 217/243 kB | 197/378 kB Progress (2): 222/243 kB | 197/378 kB Progress (2): 222/243 kB | 201/378 kB Progress (2): 226/243 kB | 201/378 kB Progress (2): 226/243 kB | 205/378 kB Progress (2): 230/243 kB | 205/378 kB Progress (2): 230/243 kB | 209/378 kB Progress (2): 234/243 kB | 209/378 kB Progress (2): 234/243 kB | 213/378 kB Progress (2): 238/243 kB | 213/378 kB Progress (2): 242/243 kB | 213/378 kB Progress (2): 243 kB | 213/378 kB Progress (2): 243 kB | 217/378 kB Progress (2): 243 kB | 221/378 kB Progress (2): 243 kB | 225/378 kB Progress (2): 243 kB | 229/378 kB Progress (2): 243 kB | 233/378 kB Progress (2): 243 kB | 238/378 kB Progress (2): 243 kB | 242/378 kB Progress (2): 243 kB | 246/378 kB Progress (2): 243 kB | 250/378 kB Progress (2): 243 kB | 254/378 kB Progress (2): 243 kB | 258/378 kB Progress (2): 243 kB | 262/378 kB Progress (2): 243 kB | 266/378 kB Progress (2): 243 kB | 270/378 kB Progress (2): 243 kB | 274/378 kB Progress (2): 243 kB | 279/378 kB Progress (2): 243 kB | 283/378 kB Progress (2): 243 kB | 287/378 kB Progress (2): 243 kB | 291/378 kB Progress (2): 243 kB | 295/378 kB Progress (2): 243 kB | 299/378 kB Progress (2): 243 kB | 303/378 kB Progress (3): 243 kB | 303/378 kB | 4.1/38 kB Progress (3): 243 kB | 307/378 kB | 4.1/38 kB Progress (3): 243 kB | 307/378 kB | 8.2/38 kB Progress (3): 243 kB | 311/378 kB | 8.2/38 kB Progress (3): 243 kB | 311/378 kB | 12/38 kB Progress (3): 243 kB | 311/378 kB | 16/38 kB Progress (3): 243 kB | 315/378 kB | 16/38 kB Progress (3): 243 kB | 319/378 kB | 16/38 kB Progress (3): 243 kB | 324/378 kB | 16/38 kB Progress (3): 243 kB | 324/378 kB | 20/38 kB Progress (3): 243 kB | 328/378 kB | 20/38 kB Progress (3): 243 kB | 328/378 kB | 25/38 kB Progress (3): 243 kB | 328/378 kB | 29/38 kB Progress (3): 243 kB | 328/378 kB | 33/38 kB Progress (3): 243 kB | 332/378 kB | 33/38 kB Progress (3): 243 kB | 332/378 kB | 37/38 kB Progress (3): 243 kB | 336/378 kB | 37/38 kB Progress (3): 243 kB | 336/378 kB | 38 kB Progress (3): 243 kB | 340/378 kB | 38 kB Progress (3): 243 kB | 344/378 kB | 38 kB Progress (3): 243 kB | 348/378 kB | 38 kB Progress (3): 243 kB | 352/378 kB | 38 kB Progress (3): 243 kB | 356/378 kB | 38 kB Progress (3): 243 kB | 360/378 kB | 38 kB Progress (3): 243 kB | 365/378 kB | 38 kB Progress (3): 243 kB | 369/378 kB | 38 kB Progress (3): 243 kB | 373/378 kB | 38 kB Progress (3): 243 kB | 377/378 kB | 38 kB Progress (3): 243 kB | 378 kB | 38 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 390 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 60 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 601 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar Progress (1): 4.1/39 kB Progress (1): 4.2/39 kB Progress (1): 8.3/39 kB Progress (1): 12/39 kB Progress (1): 16/39 kB Progress (1): 21/39 kB Progress (1): 25/39 kB Progress (1): 29/39 kB Progress (1): 33/39 kB Progress (1): 37/39 kB Progress (1): 39 kB Progress (2): 39 kB | 4.1/43 kB Progress (2): 39 kB | 4.9/43 kB Progress (2): 39 kB | 9.0/43 kB Progress (2): 39 kB | 13/43 kB Progress (2): 39 kB | 17/43 kB Progress (2): 39 kB | 21/43 kB Progress (2): 39 kB | 25/43 kB Progress (2): 39 kB | 29/43 kB Progress (2): 39 kB | 34/43 kB Progress (2): 39 kB | 38/43 kB Progress (2): 39 kB | 42/43 kB Progress (2): 39 kB | 43 kB Progress (3): 39 kB | 43 kB | 4.1/81 kB Progress (3): 39 kB | 43 kB | 8.2/81 kB Progress (3): 39 kB | 43 kB | 12/81 kB Progress (3): 39 kB | 43 kB | 16/81 kB Progress (3): 39 kB | 43 kB | 20/81 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 62 kB/s) Progress (2): 43 kB | 25/81 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.jar Progress (2): 43 kB | 29/81 kB Progress (2): 43 kB | 33/81 kB Progress (2): 43 kB | 37/81 kB Progress (2): 43 kB | 41/81 kB Progress (2): 43 kB | 45/81 kB Progress (2): 43 kB | 49/81 kB Progress (2): 43 kB | 53/81 kB Progress (2): 43 kB | 57/81 kB Progress (2): 43 kB | 61/81 kB Progress (2): 43 kB | 66/81 kB Progress (2): 43 kB | 70/81 kB Progress (2): 43 kB | 74/81 kB Progress (2): 43 kB | 78/81 kB Progress (2): 43 kB | 81 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 67 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar Progress (2): 81 kB | 4.1/32 kB Progress (2): 81 kB | 8.2/32 kB Progress (2): 81 kB | 12/32 kB Progress (2): 81 kB | 16/32 kB Progress (2): 81 kB | 20/32 kB Progress (2): 81 kB | 25/32 kB Progress (2): 81 kB | 29/32 kB Progress (2): 81 kB | 32 kB Progress (3): 81 kB | 32 kB | 4.1/53 kB Progress (3): 81 kB | 32 kB | 8.2/53 kB Progress (3): 81 kB | 32 kB | 12/53 kB Progress (3): 81 kB | 32 kB | 16/53 kB Progress (3): 81 kB | 32 kB | 20/53 kB Progress (3): 81 kB | 32 kB | 25/53 kB Progress (3): 81 kB | 32 kB | 29/53 kB Progress (3): 81 kB | 32 kB | 33/53 kB Progress (3): 81 kB | 32 kB | 37/53 kB Progress (3): 81 kB | 32 kB | 41/53 kB Progress (3): 81 kB | 32 kB | 45/53 kB Progress (3): 81 kB | 32 kB | 49/53 kB Progress (3): 81 kB | 32 kB | 53 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.jar (32 kB at 49 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar (81 kB at 124 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar (53 kB at 82 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar Progress (1): 4.1/64 kB Progress (1): 8.2/64 kB Progress (1): 12/64 kB Progress (1): 16/64 kB Progress (2): 16/64 kB | 4.1/134 kB Progress (2): 20/64 kB | 4.1/134 kB Progress (2): 25/64 kB | 4.1/134 kB Progress (2): 29/64 kB | 4.1/134 kB Progress (2): 33/64 kB | 4.1/134 kB Progress (2): 37/64 kB | 4.1/134 kB Progress (2): 41/64 kB | 4.1/134 kB Progress (2): 45/64 kB | 4.1/134 kB Progress (2): 49/64 kB | 4.1/134 kB Progress (2): 53/64 kB | 4.1/134 kB Progress (2): 57/64 kB | 4.1/134 kB Progress (2): 61/64 kB | 4.1/134 kB Progress (2): 64 kB | 4.1/134 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 96 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar Progress (2): 4.1/134 kB | 4.1/30 kB Progress (2): 4.1/134 kB | 8.2/30 kB Progress (2): 4.1/134 kB | 12/30 kB Progress (2): 4.1/134 kB | 16/30 kB Progress (2): 4.1/134 kB | 20/30 kB Progress (2): 4.1/134 kB | 25/30 kB Progress (2): 4.1/134 kB | 29/30 kB Progress (2): 4.1/134 kB | 30 kB Progress (2): 8.2/134 kB | 30 kB Progress (3): 8.2/134 kB | 30 kB | 4.1/32 kB Progress (3): 12/134 kB | 30 kB | 4.1/32 kB Progress (3): 12/134 kB | 30 kB | 8.2/32 kB Progress (3): 16/134 kB | 30 kB | 8.2/32 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar (30 kB at 43 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar Progress (2): 16/134 kB | 12/32 kB Progress (2): 20/134 kB | 12/32 kB Progress (2): 20/134 kB | 16/32 kB Progress (2): 25/134 kB | 16/32 kB Progress (2): 29/134 kB | 16/32 kB Progress (2): 33/134 kB | 16/32 kB Progress (2): 33/134 kB | 20/32 kB Progress (2): 33/134 kB | 25/32 kB Progress (2): 33/134 kB | 29/32 kB Progress (2): 33/134 kB | 32 kB Progress (2): 36/134 kB | 32 kB Progress (2): 40/134 kB | 32 kB Progress (2): 44/134 kB | 32 kB Progress (2): 48/134 kB | 32 kB Progress (2): 52/134 kB | 32 kB Progress (2): 56/134 kB | 32 kB Progress (2): 61/134 kB | 32 kB Progress (2): 65/134 kB | 32 kB Progress (2): 69/134 kB | 32 kB Progress (2): 73/134 kB | 32 kB Progress (2): 77/134 kB | 32 kB Progress (2): 81/134 kB | 32 kB Progress (2): 85/134 kB | 32 kB Progress (2): 89/134 kB | 32 kB Progress (2): 93/134 kB | 32 kB Progress (2): 97/134 kB | 32 kB Progress (2): 101/134 kB | 32 kB Progress (2): 105/134 kB | 32 kB Progress (2): 109/134 kB | 32 kB Progress (2): 114/134 kB | 32 kB Progress (2): 118/134 kB | 32 kB Progress (2): 122/134 kB | 32 kB Progress (2): 126/134 kB | 32 kB Progress (2): 130/134 kB | 32 kB Progress (2): 134 kB | 32 kB Progress (3): 134 kB | 32 kB | 4.1/284 kB Progress (3): 134 kB | 32 kB | 8.2/284 kB Progress (3): 134 kB | 32 kB | 12/284 kB Progress (3): 134 kB | 32 kB | 16/284 kB Progress (3): 134 kB | 32 kB | 20/284 kB Progress (3): 134 kB | 32 kB | 25/284 kB Progress (3): 134 kB | 32 kB | 29/284 kB Progress (3): 134 kB | 32 kB | 33/284 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 46 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar Progress (2): 134 kB | 37/284 kB Progress (2): 134 kB | 41/284 kB Progress (2): 134 kB | 45/284 kB Progress (2): 134 kB | 49/284 kB Progress (2): 134 kB | 53/284 kB Progress (2): 134 kB | 57/284 kB Progress (2): 134 kB | 61/284 kB Progress (2): 134 kB | 66/284 kB Progress (2): 134 kB | 70/284 kB Progress (2): 134 kB | 74/284 kB Progress (2): 134 kB | 78/284 kB Progress (2): 134 kB | 82/284 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 192 kB/s) Progress (1): 86/284 kB Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar Progress (1): 90/284 kB Progress (1): 94/284 kB Progress (1): 98/284 kB Progress (1): 102/284 kB Progress (1): 106/284 kB Progress (1): 111/284 kB Progress (1): 115/284 kB Progress (1): 119/284 kB Progress (1): 123/284 kB Progress (1): 127/284 kB Progress (1): 131/284 kB Progress (1): 135/284 kB Progress (1): 139/284 kB Progress (1): 143/284 kB Progress (1): 147/284 kB Progress (1): 152/284 kB Progress (1): 156/284 kB Progress (1): 160/284 kB Progress (1): 164/284 kB Progress (1): 168/284 kB Progress (1): 172/284 kB Progress (1): 176/284 kB Progress (1): 180/284 kB Progress (1): 184/284 kB Progress (1): 188/284 kB Progress (1): 193/284 kB Progress (1): 197/284 kB Progress (1): 201/284 kB Progress (1): 205/284 kB Progress (1): 209/284 kB Progress (1): 213/284 kB Progress (1): 217/284 kB Progress (1): 221/284 kB Progress (1): 225/284 kB Progress (1): 229/284 kB Progress (1): 233/284 kB Progress (1): 238/284 kB Progress (1): 242/284 kB Progress (1): 246/284 kB Progress (1): 250/284 kB Progress (1): 254/284 kB Progress (1): 258/284 kB Progress (1): 262/284 kB Progress (1): 266/284 kB Progress (2): 266/284 kB | 4.1/575 kB Progress (2): 270/284 kB | 4.1/575 kB Progress (2): 270/284 kB | 8.2/575 kB Progress (2): 274/284 kB | 8.2/575 kB Progress (2): 274/284 kB | 12/575 kB Progress (2): 279/284 kB | 12/575 kB Progress (2): 279/284 kB | 16/575 kB Progress (2): 283/284 kB | 16/575 kB Progress (2): 284 kB | 16/575 kB Progress (2): 284 kB | 20/575 kB Progress (2): 284 kB | 25/575 kB Progress (2): 284 kB | 29/575 kB Progress (2): 284 kB | 33/575 kB Progress (3): 284 kB | 33/575 kB | 4.1/38 kB Progress (3): 284 kB | 33/575 kB | 8.2/38 kB Progress (3): 284 kB | 37/575 kB | 8.2/38 kB Progress (3): 284 kB | 41/575 kB | 8.2/38 kB Progress (3): 284 kB | 45/575 kB | 8.2/38 kB Progress (3): 284 kB | 49/575 kB | 8.2/38 kB Progress (3): 284 kB | 49/575 kB | 12/38 kB Progress (3): 284 kB | 49/575 kB | 16/38 kB Progress (3): 284 kB | 53/575 kB | 16/38 kB Progress (3): 284 kB | 57/575 kB | 16/38 kB Progress (3): 284 kB | 61/575 kB | 16/38 kB Progress (3): 284 kB | 66/575 kB | 16/38 kB Progress (3): 284 kB | 66/575 kB | 20/38 kB Progress (3): 284 kB | 66/575 kB | 25/38 kB Progress (3): 284 kB | 66/575 kB | 29/38 kB Progress (3): 284 kB | 66/575 kB | 33/38 kB Progress (3): 284 kB | 70/575 kB | 33/38 kB Progress (3): 284 kB | 74/575 kB | 33/38 kB Progress (3): 284 kB | 74/575 kB | 37/38 kB Progress (3): 284 kB | 78/575 kB | 37/38 kB Progress (3): 284 kB | 78/575 kB | 38 kB Progress (3): 284 kB | 82/575 kB | 38 kB Progress (3): 284 kB | 86/575 kB | 38 kB Progress (3): 284 kB | 90/575 kB | 38 kB Progress (3): 284 kB | 94/575 kB | 38 kB Progress (3): 284 kB | 98/575 kB | 38 kB Progress (3): 284 kB | 102/575 kB | 38 kB Progress (3): 284 kB | 106/575 kB | 38 kB Progress (3): 284 kB | 111/575 kB | 38 kB Progress (3): 284 kB | 115/575 kB | 38 kB Progress (3): 284 kB | 119/575 kB | 38 kB Progress (3): 284 kB | 123/575 kB | 38 kB Progress (3): 284 kB | 127/575 kB | 38 kB Progress (3): 284 kB | 131/575 kB | 38 kB Progress (3): 284 kB | 135/575 kB | 38 kB Progress (3): 284 kB | 139/575 kB | 38 kB Progress (3): 284 kB | 143/575 kB | 38 kB Progress (3): 284 kB | 147/575 kB | 38 kB Progress (3): 284 kB | 152/575 kB | 38 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 402 kB/s) Progress (2): 156/575 kB | 38 kB Progress (2): 160/575 kB | 38 kB Progress (2): 164/575 kB | 38 kB Progress (2): 168/575 kB | 38 kB Progress (2): 172/575 kB | 38 kB Progress (2): 176/575 kB | 38 kB Progress (2): 180/575 kB | 38 kB Progress (2): 184/575 kB | 38 kB Progress (2): 188/575 kB | 38 kB Progress (2): 193/575 kB | 38 kB Progress (2): 197/575 kB | 38 kB Progress (2): 201/575 kB | 38 kB Progress (2): 205/575 kB | 38 kB Progress (2): 209/575 kB | 38 kB Progress (2): 213/575 kB | 38 kB Progress (2): 217/575 kB | 38 kB Progress (2): 221/575 kB | 38 kB Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 53 kB/s) Progress (1): 225/575 kB Progress (1): 229/575 kB Progress (1): 233/575 kB Progress (1): 238/575 kB Progress (1): 242/575 kB Progress (1): 246/575 kB Progress (1): 250/575 kB Progress (1): 254/575 kB Progress (1): 258/575 kB Progress (1): 262/575 kB Progress (1): 266/575 kB Progress (1): 270/575 kB Progress (1): 274/575 kB Progress (1): 279/575 kB Progress (1): 283/575 kB Progress (1): 287/575 kB Progress (1): 291/575 kB Progress (1): 295/575 kB Progress (1): 299/575 kB Progress (1): 303/575 kB Progress (1): 307/575 kB Progress (1): 311/575 kB Progress (1): 315/575 kB Progress (1): 319/575 kB Progress (1): 324/575 kB Progress (1): 328/575 kB Progress (1): 332/575 kB Progress (1): 336/575 kB Progress (1): 340/575 kB Progress (1): 344/575 kB Progress (1): 348/575 kB Progress (1): 352/575 kB Progress (1): 356/575 kB Progress (1): 360/575 kB Progress (1): 365/575 kB Progress (1): 369/575 kB Progress (1): 373/575 kB Progress (1): 377/575 kB Progress (1): 381/575 kB Progress (1): 385/575 kB Progress (1): 389/575 kB Progress (1): 393/575 kB Progress (1): 397/575 kB Progress (1): 401/575 kB Progress (1): 406/575 kB Progress (1): 410/575 kB Progress (1): 414/575 kB Progress (1): 418/575 kB Progress (1): 422/575 kB Progress (1): 426/575 kB Progress (1): 430/575 kB Progress (1): 434/575 kB Progress (1): 438/575 kB Progress (1): 442/575 kB Progress (1): 446/575 kB Progress (1): 451/575 kB Progress (1): 455/575 kB Progress (1): 459/575 kB Progress (1): 463/575 kB Progress (1): 467/575 kB Progress (1): 471/575 kB Progress (1): 475/575 kB Progress (1): 479/575 kB Progress (1): 483/575 kB Progress (1): 487/575 kB Progress (1): 492/575 kB Progress (1): 496/575 kB Progress (1): 500/575 kB Progress (1): 504/575 kB Progress (1): 508/575 kB Progress (1): 512/575 kB Progress (1): 516/575 kB Progress (1): 520/575 kB Progress (1): 524/575 kB Progress (1): 528/575 kB Progress (1): 532/575 kB Progress (1): 537/575 kB Progress (1): 541/575 kB Progress (1): 545/575 kB Progress (1): 549/575 kB Progress (1): 553/575 kB Progress (1): 557/575 kB Progress (1): 561/575 kB Progress (1): 565/575 kB Progress (1): 569/575 kB Progress (1): 573/575 kB Progress (1): 575 kB Progress (2): 575 kB | 4.1/120 kB Progress (2): 575 kB | 8.2/120 kB Progress (2): 575 kB | 12/120 kB Progress (2): 575 kB | 16/120 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 794 kB/s) Progress (1): 20/120 kB Progress (1): 25/120 kB Progress (1): 29/120 kB Progress (1): 33/120 kB Progress (1): 37/120 kB Progress (1): 41/120 kB Progress (1): 45/120 kB Progress (1): 49/120 kB Progress (1): 53/120 kB Progress (1): 57/120 kB Progress (1): 61/120 kB Progress (1): 66/120 kB Progress (1): 70/120 kB Progress (1): 73/120 kB Progress (1): 77/120 kB Progress (1): 81/120 kB Progress (1): 85/120 kB Progress (1): 89/120 kB Progress (1): 93/120 kB Progress (1): 97/120 kB Progress (1): 101/120 kB Progress (1): 105/120 kB Progress (1): 109/120 kB Progress (1): 114/120 kB Progress (1): 118/120 kB Progress (1): 120 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 162 kB/s) Progress (1): 4.1/252 kB Progress (1): 8.2/252 kB Progress (1): 12/252 kB Progress (1): 16/252 kB Progress (1): 20/252 kB Progress (1): 25/252 kB Progress (1): 29/252 kB Progress (1): 33/252 kB Progress (1): 37/252 kB Progress (1): 41/252 kB Progress (1): 45/252 kB Progress (1): 49/252 kB Progress (1): 53/252 kB Progress (1): 57/252 kB Progress (1): 61/252 kB Progress (1): 66/252 kB Progress (1): 70/252 kB Progress (1): 74/252 kB Progress (1): 78/252 kB Progress (1): 82/252 kB Progress (1): 86/252 kB Progress (1): 90/252 kB Progress (1): 94/252 kB Progress (1): 98/252 kB Progress (1): 102/252 kB Progress (1): 106/252 kB Progress (1): 111/252 kB Progress (1): 115/252 kB Progress (1): 119/252 kB Progress (1): 123/252 kB Progress (1): 127/252 kB Progress (1): 131/252 kB Progress (1): 135/252 kB Progress (1): 139/252 kB Progress (1): 143/252 kB Progress (1): 147/252 kB Progress (1): 152/252 kB Progress (1): 156/252 kB Progress (1): 160/252 kB Progress (1): 164/252 kB Progress (1): 168/252 kB Progress (1): 172/252 kB Progress (1): 176/252 kB Progress (1): 180/252 kB Progress (1): 184/252 kB Progress (1): 188/252 kB Progress (1): 193/252 kB Progress (1): 197/252 kB Progress (1): 201/252 kB Progress (1): 205/252 kB Progress (1): 209/252 kB Progress (1): 213/252 kB Progress (1): 217/252 kB Progress (1): 221/252 kB Progress (1): 225/252 kB Progress (1): 229/252 kB Progress (1): 233/252 kB Progress (1): 238/252 kB Progress (1): 242/252 kB Progress (1): 246/252 kB Progress (1): 250/252 kB Progress (1): 252 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 321 kB/s) [INFO] Copying jakarta.json-api-2.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar [INFO] Copying jakarta.validation-api-3.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.validation-api.jar [INFO] Copying jakarta.transaction-api-2.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar [INFO] Copying mimepull-1.9.13.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/mimepull.jar [INFO] Copying jakarta.faces-api-3.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar [INFO] Copying jakarta.interceptor-api-2.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar [INFO] Copying jakarta.batch-api-2.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar [INFO] Copying jakarta.resource-api-2.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar [INFO] Copying jakarta.el-api-4.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar [INFO] Copying webservices-api-3.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar [INFO] Copying webservices-osgi-3.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar [INFO] Copying webservices-tools-3.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar [INFO] Copying webservices-rt-3.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar [INFO] Copying jakarta.annotation-api-2.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar [INFO] Copying jakarta.authorization-api-2.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar [INFO] Copying jakarta.servlet.jsp.jstl-api-2.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar [INFO] Copying stax2-api-4.2.1.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/stax2-api.jar [INFO] Copying jakarta.authentication-api-2.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar [INFO] Copying jakarta.activation-2.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation.jar [INFO] Copying jakarta.enterprise.concurrent-api-2.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar [INFO] Copying jakarta.ws.rs-api-3.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ws.rs-api.jar [INFO] Copying jakarta.activation-api-2.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation-api.jar [INFO] Copying jakarta.servlet.jsp-api-3.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar [INFO] Copying jakarta.xml.bind-api-3.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar [INFO] Copying jakarta.enterprise.cdi-api-3.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar [INFO] Copying jakarta.json.bind-api-2.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar [INFO] Copying jakarta.jms-api-3.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar [INFO] Copying jakarta.servlet-api-5.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar [INFO] Copying webservices-api-osgi-3.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar [INFO] Copying commons-codec-1.13.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/commons-codec.jar [INFO] Copying jakarta.websocket-api-2.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar [INFO] Copying woodstox-core-6.2.1.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/woodstox-core.jar [INFO] Copying jakarta.persistence-api-3.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar [INFO] Copying slf4j-api-1.7.30.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/slf4j-api.jar [INFO] Copying jakarta.mail-api-2.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar [INFO] Copying jakarta.ejb-api-4.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar [INFO] Copying webservices-extra-jdk-packages-3.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-extra-jdk-packages.jar [INFO] Copying jakarta.inject-api-2.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.inject-api.jar [INFO] Copying xmlsec-2.1.5.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/xmlsec.jar [INFO] Copying jakarta.security.enterprise-api-2.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar [INFO] Copying jaxb-osgi-3.0.0.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11.119 s [INFO] Finished at: 2021-09-13T18:17:19Z [INFO] ------------------------------------------------------------------------ + ls /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/ commons-codec.jar jakarta.activation-api.jar jakarta.activation.jar jakarta.annotation-api.jar jakarta.authentication-api.jar jakarta.authorization-api.jar jakarta.batch-api.jar jakarta.ejb-api.jar jakarta.el-api.jar jakarta.enterprise.cdi-api.jar jakarta.enterprise.concurrent-api.jar jakarta.faces-api.jar jakarta.inject-api.jar jakarta.interceptor-api.jar jakarta.jms-api.jar jakarta.json-api.jar jakarta.json.bind-api.jar jakarta.mail-api.jar jakarta.persistence-api.jar jakarta.resource-api.jar jakarta.security.enterprise-api.jar jakarta.servlet-api.jar jakarta.servlet.jsp-api.jar jakarta.servlet.jsp.jstl-api.jar jakarta.transaction-api.jar jakarta.validation-api.jar jakarta.websocket-api.jar jakarta.ws.rs-api.jar jakarta.xml.bind-api.jar jaxb-osgi.jar mimepull.jar slf4j-api.jar stax2-api.jar webservices-api.jar webservices-api-osgi.jar webservices-extra-jdk-packages.jar webservices-osgi.jar webservices-rt.jar webservices-tools.jar woodstox-core.jar xmlsec.jar + echo '########## Trunk.Clean.Build.Libs ##########' ########## Trunk.Clean.Build.Libs ########## + ant -f /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/install/jakartaee/bin/build.xml -Ddeliverabledir=jakartaee -Dbasedir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/install/jakartaee/bin clean.all build.all.jars Picked up JAVA_TOOL_OPTIONS: -Xmx1G Buildfile: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/install/jakartaee/bin/build.xml [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/weblib [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src Trying to override old definition of datatype string clean.all.classes: clean.all.dist: clean.all: build.all.jars: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: [ts.javac] Compiling 108 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/src/com/sun/ts/lib/harness/TSScript.java:669: 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-scottmarlow_tuning_request2/src/com/sun/ts/lib/harness/TSScript.java:687: 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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/classes/com/sun/javatest [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/lib/javatest [ts.lib.jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/tsharness.jar [echo] Core harness library jar, 'tsharness.jar', has been built. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src translatepath: tslib.clean: bind.dtds: [xjc] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app is not found and thus excluded from the dependency check [xjc] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [xjc] parsing a schema... [xjc] compiling a schema... [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/CallProperty.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/DefaultResourcePrincipal.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/EjbRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/GroupName.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/JavaMethod.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/Message.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/MessageDestination.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/MessageDestinationRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/MessageSecurity.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/MessageSecurityBinding.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/MethodParam.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/MethodParams.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/ObjectFactory.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/OperationName.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/PortInfo.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/PrincipalName.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/RequestProtection.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/ResourceEnvRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/ResourceRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/ResponseProtection.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/SecurityRoleMapping.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/ServiceQname.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/ServiceRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/StubProperty.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/SunApplication.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/Web.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/app/WsdlPort.java [xjc] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient is not found and thus excluded from the dependency check [xjc] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [xjc] parsing a schema... [xjc] compiling a schema... [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/CallProperty.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/DefaultResourcePrincipal.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/EjbRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/JavaMethod.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/JavaWebStartAccess.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/JnlpDoc.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/Message.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/MessageDestination.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/MessageDestinationRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/MessageSecurity.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/MessageSecurityBinding.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/MethodParam.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/MethodParams.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/ObjectFactory.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/OperationName.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/PortInfo.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/RequestProtection.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/ResourceEnvRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/ResourceRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/ResponseProtection.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/ServiceQname.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/ServiceRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/StubProperty.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/SunApplicationClient.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/WsdlPort.java [xjc] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb is not found and thus excluded from the dependency check [xjc] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [xjc] parsing a schema... [xjc] compiling a schema... [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/ActivationConfig.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/ActivationConfigProperty.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/AsContext.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/BeanCache.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/BeanPool.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/CallProperty.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/CheckpointAtEndOfMethod.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/Cmp.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/CmpResource.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/DefaultResourcePrincipal.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/Ejb.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/EjbRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/EnterpriseBeans.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/Finder.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/FlushAtEndOfMethod.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/GenClasses.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/GroupName.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/IorSecurityConfig.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/JavaMethod.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/LoginConfig.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/MdbConnectionFactory.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/MdbResourceAdapter.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/Message.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/MessageDestination.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/MessageDestinationRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/MessageSecurity.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/MessageSecurityBinding.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/Method.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/MethodParam.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/MethodParams.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/ObjectFactory.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/OneOneFinders.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/OperationName.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/PmDescriptor.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/PmDescriptors.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/PmInuse.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/PortInfo.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/PrefetchDisabled.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/Principal.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/PrincipalName.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/Property.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/QueryMethod.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/RequestProtection.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/ResourceEnvRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/ResourceRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/ResponseProtection.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/SasContext.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/SchemaGeneratorProperties.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/SecurityRoleMapping.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/ServiceQname.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/ServiceRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/StubProperty.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/SunEjbJar.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/TransportConfig.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/WebserviceDescription.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/WebserviceEndpoint.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/WsdlPort.java [xjc] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web is not found and thus excluded from the dependency check [xjc] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [xjc] parsing a schema... [xjc] compiling a schema... [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/Cache.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/CacheHelper.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/CacheHelperRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/CacheMapping.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/CallProperty.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/ClassLoader.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/ConstraintField.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/ConstraintFieldValue.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/CookieProperties.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/DefaultHelper.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/DefaultResourcePrincipal.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/Dispatcher.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/EjbRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/GroupName.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/HttpMethod.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/IdempotentUrlPattern.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/JavaMethod.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/JspConfig.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/KeyField.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/LocaleCharsetInfo.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/LocaleCharsetMap.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/LoginConfig.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/ManagerProperties.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/Message.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/MessageDestination.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/MessageDestinationRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/MessageSecurity.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/MessageSecurityBinding.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/MethodParam.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/MethodParams.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/ObjectFactory.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/OperationName.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/ParameterEncoding.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/PortInfo.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/PrincipalName.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/Property.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/RefreshField.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/RequestProtection.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/ResourceEnvRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/ResourceRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/ResponseProtection.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/SecurityRoleMapping.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/ServiceQname.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/ServiceRef.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/Servlet.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/ServletName.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/SessionConfig.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/SessionManager.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/SessionProperties.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/StoreProperties.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/StubProperty.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/SunWebApp.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/Timeout.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/UrlPattern.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/Valve.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/WebserviceDescription.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/WebserviceEndpoint.java [xjc] com/sun/ts/lib/implementation/sun/javaee/runtime/web/WsdlPort.java tslib.compile: [ts.javac] Compiling 193 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/lib/implementation/sun/javaee/glassfish/AutoDeploymentServer.java:67: warning: [deprecation] RMISecurityManager in java.rmi has been deprecated [ts.javac] System.setSecurityManager(new RMISecurityManager()); [ts.javac] ^ [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 1 warning [rmic] RMI Compiling 1 class to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [rmic] Warning: generation and use of skeletons and static stubs for JRMP [rmic] is deprecated. Skeletons are unnecessary, and static stubs have [rmic] been superseded by dynamically generated stubs. Users are [rmic] encouraged to migrate away from using rmic to generate skeletons and static [rmic] stubs. See the documentation for java.rmi.server.UnicastRemoteObject. tslib: [ts.lib.jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/cts.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/dbprocedures.jar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build.tsprovider.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/tsprovider.jar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build.jaspic.jars: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build.tssv.jar: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src translatepath: jaspic.lib.clean: bind.dtds: Trying to override old definition of task xjc [xjc] files are up to date [xjc] files are up to date [xjc] files are up to date [xjc] files are up to date jaspic.lib.compile: [ts.javac] Compiling 40 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/tssv.jar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src update.tssv.jar: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build.porting.impl.jar: BUILD SUCCESSFUL Total time: 14 seconds + echo '########## Trunk.Build ##########' ########## Trunk.Build ########## + ant -f /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/install/jakartaee/bin/build.xml -Ddeliverabledir=jakartaee -Dbasedir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/install/jakartaee/bin modify.jstl.db.resources Picked up JAVA_TOOL_OPTIONS: -Xmx1G Buildfile: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/install/jakartaee/bin/build.xml [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src Trying to override old definition of datatype string modify.jstl.db.resources: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src copy.dml.file: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/install/jakartaee/bin BUILD SUCCESSFUL Total time: 1 second + ant -f /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/install/jakartaee/bin/build.xml -Ddeliverabledir=jakartaee -Dbasedir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/install/jakartaee/bin -Djava.endorsed.dirs=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/endorsed build.all Picked up JAVA_TOOL_OPTIONS: -Xmx1G Buildfile: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/install/jakartaee/bin/build.xml [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src Trying to override old definition of datatype string build.all.jars: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/tsharness.jar [ts.lib.jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/tsharness.jar [echo] Core harness library jar, 'tsharness.jar', has been built. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src translatepath: tslib.clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/cts.jar [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/dbprocedures.jar [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/tsprovider.jar bind.dtds: [xjc] files are up to date [xjc] files are up to date [xjc] files are up to date [xjc] files are up to date tslib.compile: [ts.javac] Compiling 193 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/lib/implementation/sun/javaee/glassfish/AutoDeploymentServer.java:67: warning: [deprecation] RMISecurityManager in java.rmi has been deprecated [ts.javac] System.setSecurityManager(new RMISecurityManager()); [ts.javac] ^ [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 1 warning [rmic] RMI Compiling 1 class to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [rmic] Warning: generation and use of skeletons and static stubs for JRMP [rmic] is deprecated. Skeletons are unnecessary, and static stubs have [rmic] been superseded by dynamically generated stubs. Users are [rmic] encouraged to migrate away from using rmic to generate skeletons and static [rmic] stubs. See the documentation for java.rmi.server.UnicastRemoteObject. tslib: [ts.lib.jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/cts.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/dbprocedures.jar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build.tsprovider.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/tsprovider.jar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build.jaspic.jars: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build.tssv.jar: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/tssv.jar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src translatepath: jaspic.lib.clean: bind.dtds: Trying to override old definition of task xjc [xjc] files are up to date [xjc] files are up to date [xjc] files are up to date [xjc] files are up to date jaspic.lib.compile: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/tssv.jar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src update.tssv.jar: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build.porting.impl.jar: build.all.tests: [echo] Temporarily Excluded Test Directories: com/sun/ts/tests/jaspic/spi/authstatus, com/sun/ts/tests/jaspic/spi/soap [echo] Test Dirs: com/sun/ts/tests/jaxp, com/sun/ts/tests/jacc, com/sun/ts/tests/jaspic, com/sun/ts/tests/signaturetest/javaee, com/sun/ts/tests/integration, com/sun/ts/tests/el, com/sun/ts/tests/ejb, com/sun/ts/tests/ejb30, com/sun/ts/tests/ejb32, com/sun/ts/tests/jpa, com/sun/ts/tests/jdbc, com/sun/ts/tests/connector, com/sun/ts/tests/xa, com/sun/ts/tests/jaxrs, com/sun/ts/tests/servlet, com/sun/ts/tests/javaee, com/sun/ts/tests/jsf, com/sun/ts/tests/jsp, com/sun/ts/tests/jstl, com/sun/ts/tests/appclient, com/sun/ts/tests/javamail, com/sun/ts/tests/assembly, com/sun/ts/tests/jta, com/sun/ts/tests/samples, com/sun/ts/tests/jms, com/sun/ts/tests/jsonp, com/sun/ts/tests/jsonb, com/sun/ts/tests/jaxws/common, com/sun/ts/tests/jaxws/wsi/constants, com/sun/ts/tests/webservices12, com/sun/ts/tests/webservices13, com/sun/ts/tests/websocket, com/sun/ts/tests/concurrency, com/sun/ts/tests/securityapi, com/ibm/jbatch/tck/tests [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/ibm/jbatch/tck/tests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/ibm/jbatch/tck/tests/ee [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [ts.javac] Compiling 143 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: web ejb [echo] vehicleoverride: [echo] name: ee [echo] vehicle: web [echo] Building web vehicle [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/ee [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/ee/ee_web_vehicle_web.war [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/ee/TransactionTests.class already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/JobContextTestBatchlet.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/StepContextTestBatchlet.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/abandonActiveRestart.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/batchletRestartStateMachine.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkCustomCheckpoint.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkCustomCheckpointDEFAULTcommitInterval.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkListenerTest.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkNoProcessorDefined.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkRetryInitialTest.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkRetryMultipleExceptions.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkRetryOnError.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkSkipExceededTest.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkSkipInitialTest.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkSkipMultipleExceptions.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkSkipNoSkipChildExTest.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkSkipOnErrorCallTest.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkSkipOnErrorTest.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkStopOnEndOn.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkTimeBasedCheckpoint.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkTimeBasedDefaultCheckpoint.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkTimeLimit0.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkrestartCheckpt10.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkrestartPartitionedCheckpt10.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunksize5commitinterval3.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunksize5commitinterval5.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunksizeDEFAULTcommitIntervalDEFAULT.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/contexts_getid_jobcontext.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/contexts_getid_stepcontext.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/decider_as_first_job_element_fails.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/decider_transitions_from_split_on_restart.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/decider_transitions_on_restart.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/flow_transition_to_decision.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/flow_transition_to_step.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/flow_transition_to_step_out_of_scope.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/flow_transition_within_flow.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_and_step_listeners.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_attributes_restart_true_test.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_1step.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_2steps.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_4steps.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_endElement.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_failElement.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_longrunning.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_longrunning_partitioned.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_longrunning_partitioned_inflow.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_nextElement.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_persistedData.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_step_listener.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_stopElement.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_checkpoint.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_full_attributes.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_getException.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_getExceptionListeners.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_globaltran.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_globaltran_default.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_globaltran_multiple_steps-customCA.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_globaltran_multiple_steps.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_retryskip_rollback.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_simple.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_decider_completerun.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_decider_incompleterun.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_executable_sequence_invalid.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_flow_batchlet_4steps.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_level_properties_count.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_level_properties_count_zero.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_level_properties_scope.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_level_properties_value.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_partitioned_1step.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_partitioned_1step_exitStatusTest.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_partitioned_artifacts.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_properties2.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_retry_listener_test.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_split_batchlet_4steps.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_unique_get_job_names.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/nullChkPtInfo.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/oneArtifactIsJobAndStepListener.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/overrideOnAttributeValuesUponRestartBatchlet.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/partitioned_thread_tracking_job_and_step_listeners.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/split_batchlet_4steps.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/split_flow_transition_loop_splitflowsplit.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/split_level_flow_tries_its_own_transition.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/split_transition_to_decision.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/split_transition_to_step.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/split_transition_to_step_out_of_scope.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/startLimitTests.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/step_level_properties_count.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/step_level_properties_count_zero.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/step_level_properties_scope.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/step_level_properties_value.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/testChunkMetrics.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/testListeners.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/testListenersOnError.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/testMetricCount.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/testMetricsCommitCount.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/testMetricsFilterCount.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/testMetricsSkipCount.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/testMetricsSkipWriteCount.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/test_artifact_load_classloader.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/test_batchlet_stepCtx.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/uniqueInstanceTest.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/services/com.ibm.jbatch.tck.spi.JobExecutionWaiterFactory already added, skipping [preservejar] WEB-INF/beans.xml already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/ee [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/ee/ee_web_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ee [echo] vehicle: ejb [echo] Building ejb vehicle [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/ee/ee_ejb_vehicle_ejb.jar [preservejar] com/ibm/jbatch/tck/tests/ee/TransactionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/ee [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/ee/ee_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/ee/ee_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/ee Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/ee/ee_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/ibm/jbatch/tck/tests/jslxml [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 23 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: web ejb [echo] vehicleoverride: [echo] name: jslxml [echo] vehicle: web [echo] Building web vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/jslxml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/jslxml/jslxml_web_vehicle_web.war [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/BatchletRestartStateMachineTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/ChunkTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/ContextAndListenerTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/ContextsGetIdTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/DeciderTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/ExecuteTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/ExecutionTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/FlowTransitioningTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/JobAttributeRestartTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/JobExecutableSequenceTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/JobLevelPropertiesTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/JobOperatorTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/MetricsTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/ParallelExecutionTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/PropertySubstitutionTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/RestartNotMostRecentTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/RetryListenerTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/SplitFlowTransitionLoopTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/SplitTransitioningTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/StartLimitTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/StepExecutionTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/StepLevelPropertiesTests.class already added, skipping [preservejar] WEB-INF/classes/com/ibm/jbatch/tck/tests/jslxml/StopOrFailOnExitStatusWithRestartTests.class already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/JobContextTestBatchlet.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/StepContextTestBatchlet.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/abandonActiveRestart.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/batchletRestartStateMachine.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkCustomCheckpoint.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkCustomCheckpointDEFAULTcommitInterval.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkListenerTest.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkNoProcessorDefined.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkRetryInitialTest.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkRetryMultipleExceptions.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkRetryOnError.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkSkipExceededTest.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkSkipInitialTest.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkSkipMultipleExceptions.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkSkipNoSkipChildExTest.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkSkipOnErrorCallTest.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkSkipOnErrorTest.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkStopOnEndOn.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkTimeBasedCheckpoint.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkTimeBasedDefaultCheckpoint.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkTimeLimit0.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkrestartCheckpt10.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunkrestartPartitionedCheckpt10.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunksize5commitinterval3.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunksize5commitinterval5.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/chunksizeDEFAULTcommitIntervalDEFAULT.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/contexts_getid_jobcontext.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/contexts_getid_stepcontext.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/decider_as_first_job_element_fails.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/decider_transitions_from_split_on_restart.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/decider_transitions_on_restart.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/flow_transition_to_decision.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/flow_transition_to_step.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/flow_transition_to_step_out_of_scope.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/flow_transition_within_flow.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_and_step_listeners.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_attributes_restart_true_test.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_1step.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_2steps.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_4steps.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_endElement.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_failElement.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_longrunning.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_longrunning_partitioned.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_longrunning_partitioned_inflow.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_nextElement.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_persistedData.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_step_listener.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_batchlet_stopElement.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_checkpoint.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_full_attributes.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_getException.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_getExceptionListeners.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_globaltran.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_globaltran_default.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_globaltran_multiple_steps-customCA.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_globaltran_multiple_steps.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_retryskip_rollback.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_chunk_simple.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_decider_completerun.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_decider_incompleterun.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_executable_sequence_invalid.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_flow_batchlet_4steps.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_level_properties_count.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_level_properties_count_zero.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_level_properties_scope.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_level_properties_value.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_partitioned_1step.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_partitioned_1step_exitStatusTest.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_partitioned_artifacts.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_properties2.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_retry_listener_test.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_split_batchlet_4steps.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/job_unique_get_job_names.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/nullChkPtInfo.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/oneArtifactIsJobAndStepListener.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/overrideOnAttributeValuesUponRestartBatchlet.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/partitioned_thread_tracking_job_and_step_listeners.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/split_batchlet_4steps.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/split_flow_transition_loop_splitflowsplit.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/split_level_flow_tries_its_own_transition.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/split_transition_to_decision.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/split_transition_to_step.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/split_transition_to_step_out_of_scope.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/startLimitTests.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/step_level_properties_count.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/step_level_properties_count_zero.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/step_level_properties_scope.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/step_level_properties_value.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/testChunkMetrics.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/testListeners.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/testListenersOnError.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/testMetricCount.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/testMetricsCommitCount.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/testMetricsFilterCount.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/testMetricsSkipCount.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/testMetricsSkipWriteCount.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/test_artifact_load_classloader.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/test_batchlet_stepCtx.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch-jobs/uniqueInstanceTest.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/batch.xml already added, skipping [preservejar] WEB-INF/classes/META-INF/services/com.ibm.jbatch.tck.spi.JobExecutionWaiterFactory already added, skipping [preservejar] WEB-INF/beans.xml already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/jslxml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/jslxml/jslxml_web_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jslxml [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/jslxml/jslxml_ejb_vehicle_ejb.jar [preservejar] com/ibm/jbatch/tck/tests/jslxml/BatchletRestartStateMachineTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/ChunkTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/ContextAndListenerTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/ContextsGetIdTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/DeciderTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/ExecuteTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/ExecutionTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/FlowTransitioningTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/JobAttributeRestartTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/JobExecutableSequenceTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/JobLevelPropertiesTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/JobOperatorTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/MetricsTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/ParallelExecutionTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/PropertySubstitutionTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/RestartNotMostRecentTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/RetryListenerTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/SplitFlowTransitionLoopTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/SplitTransitioningTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/StartLimitTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/StepExecutionTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/StepLevelPropertiesTests.class already added, skipping [preservejar] com/ibm/jbatch/tck/tests/jslxml/StopOrFailOnExitStatusWithRestartTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/jslxml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/jslxml/jslxml_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/jslxml/jslxml_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/jslxml Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/ibm/jbatch/tck/tests/jslxml/jslxml_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/compat12_13 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_13 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_13/appclient_dep_compat12_13_ejb.jar [preservejar] com/sun/ts/tests/appclient/deploy/compat12_13/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat12_13/TestBeanEJB.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat12_13/TestBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_13 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_13/appclient_dep_compat12_13_client.jar [preservejar] com/sun/ts/tests/appclient/deploy/compat12_13/Client.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat12_13/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat12_13/TestBeanHome.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_13/appclient_dep_compat12_13_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_13 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_13/appclient_dep_compat12_13.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/compat12_14 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_14 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_14/appclient_dep_compat12_14_ejb.jar [preservejar] com/sun/ts/tests/appclient/deploy/compat12_14/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat12_14/TestBeanEJB.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat12_14/TestBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_14 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_14/appclient_dep_compat12_14_client.jar [preservejar] com/sun/ts/tests/appclient/deploy/compat12_14/Client.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat12_14/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat12_14/TestBeanHome.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_14/appclient_dep_compat12_14_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_14 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_14/appclient_dep_compat12_14.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/compat12_50 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_50/appclient_dep_compat12_50_ejb.jar [preservejar] com/sun/ts/tests/appclient/deploy/compat12_50/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat12_50/TestBeanEJB.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat12_50/TestBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_50/appclient_dep_compat12_50_client.jar [preservejar] com/sun/ts/tests/appclient/deploy/compat12_50/Client.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat12_50/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat12_50/TestBeanHome.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_50/appclient_dep_compat12_50_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat12_50/appclient_dep_compat12_50.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/compat13_14 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat13_14 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat13_14/appclient_dep_compat13_14_ejb.jar [preservejar] com/sun/ts/tests/appclient/deploy/compat13_14/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat13_14/TestBeanEJB.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat13_14/TestBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat13_14 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat13_14/appclient_dep_compat13_14_client.jar [preservejar] com/sun/ts/tests/appclient/deploy/compat13_14/Client.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat13_14/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat13_14/TestBeanHome.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat13_14/appclient_dep_compat13_14_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat13_14 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat13_14/appclient_dep_compat13_14.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/compat13_50 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat13_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat13_50/appclient_dep_compat13_50_ejb.jar [preservejar] com/sun/ts/tests/appclient/deploy/compat13_50/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat13_50/TestBeanEJB.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat13_50/TestBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat13_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat13_50/appclient_dep_compat13_50_client.jar [preservejar] com/sun/ts/tests/appclient/deploy/compat13_50/Client.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat13_50/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat13_50/TestBeanHome.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat13_50/appclient_dep_compat13_50_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat13_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat13_50/appclient_dep_compat13_50.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/compat14_50 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat14_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat14_50/appclient_dep_compat14_50_ejb.jar [preservejar] com/sun/ts/tests/appclient/deploy/compat14_50/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat14_50/TestBeanEJB.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat14_50/TestBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat14_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat14_50/appclient_dep_compat14_50_client.jar [preservejar] com/sun/ts/tests/appclient/deploy/compat14_50/Client.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat14_50/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/compat14_50/TestBeanHome.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat14_50/appclient_dep_compat14_50_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat14_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/compat14_50/appclient_dep_compat14_50.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/ejblink [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/ejblink/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/casesens/appclient_dep_ejblink_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/casesens/appclient_dep_ejblink_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/casesens/appclient_dep_ejblink_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/casesens/appclient_dep_ejblink_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/ejblink/path [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/path [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/path/appclient_dep_ejblink_path_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/path Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/path/appclient_dep_ejblink_path_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/path [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/path/appclient_dep_ejblink_path_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/path/appclient_dep_ejblink_path_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/path [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/path/appclient_dep_ejblink_path.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/ejblink/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 61 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/single/appclient_dep_ejblink_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/single/appclient_dep_ejblink_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/single/appclient_dep_ejblink_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejblink/single/appclient_dep_ejblink_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/ejbref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/ejbref/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/casesens/appclient_dep_ejbref_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/casesens/appclient_dep_ejbref_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/casesens/appclient_dep_ejbref_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/casesens/appclient_dep_ejbref_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/ejbref/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/scope/appclient_dep_ejbref_scope_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/scope/appclient_dep_ejbref_scope_another_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/scope/appclient_dep_ejbref_scope_another_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/scope Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/scope/appclient_dep_ejbref_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/scope/appclient_dep_ejbref_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/scope/appclient_dep_ejbref_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/ejbref/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/single/appclient_dep_ejbref_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/single/appclient_dep_ejbref_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/single/appclient_dep_ejbref_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/ejbref/single/appclient_dep_ejbref_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/enventry [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/enventry/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/enventry/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/enventry/casesens/appclient_dep_enventry_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/enventry/casesens/appclient_dep_enventry_casesens_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/enventry/casesens/appclient_dep_enventry_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/enventry/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/enventry/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/enventry/scope/appclient_dep_enventry_scope_another_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/enventry/scope/appclient_dep_enventry_scope_another_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/enventry/scope/appclient_dep_enventry_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/enventry/scope/appclient_dep_enventry_scope_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/enventry/scope/appclient_dep_enventry_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/enventry/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/enventry/single/appclient_dep_enventry_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/enventry/single/appclient_dep_enventry_single_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/enventry/single/appclient_dep_enventry_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/metadatacomplete [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -preclean: clean: do.token.substitution.of.java.src.files: [echo] datasource properties for java files: ${jdbc.datasource.props} [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp -precompile: [echo] datasource properties for java files: ${jdbc.datasource.props} package: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_java2wsdl_generate_server: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/HelloService.wsdl [echo] impl=com.sun.ts.tests.appclient.deploy.metadatacomplete.testapp.HelloImpl [echo] _impl=com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/HelloImpl [echo] _impl2=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/HelloImpl.class [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing Java-to-WSDL generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsgen] JAX-WS RI 3.0.0 [wsgen] command line: wsgen-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/generated_sources -verbose -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/el-impl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jmxremote_optional-repackaged.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.management.j2ee-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/ejb.security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/common-util.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/gmbal.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/bean-validator.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-hk2.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-jaxb.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-sse.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-processing.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jsonp-jaxrs.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-binding.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/guava.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-websocket-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-grizzly-extra-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/nucleus-grizzly-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-runtime-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-ri-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-commands.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/yasson.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-runtime.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.inject-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.validation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp -wsdl:soap1.1 -r /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp com.sun.ts.tests.appclient.deploy.metadatacomplete.testapp.HelloImpl [wsgen] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsgen] com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/jaxws/SayHello.java [wsgen] com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/jaxws/SayHelloResponse.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/HelloService.wsdl -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/Hello.java [wsimport] com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/HelloService.java [wsimport] com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/ObjectFactory.java [wsimport] com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/SayHello.java [wsimport] com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/SayHelloResponse.java [wsimport] com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/generated_sources/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/generated_sources/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/HelloService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/generated_sources/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/generated_sources/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/SayHello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/generated_sources/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/SayHelloResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/generated_sources/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/package-info.java [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/testApp_ejb.jar [preservejar] com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/DataStore.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/DataStoreBean.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/Hello.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/HelloImpl.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/testApp_client.jar [preservejar] com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/Hello.class already added, skipping [preservejar] com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/HelloService.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/testApp_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/testApp.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/resref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/resref/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/resref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/resref/casesens/appclient_dep_resref_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/resref/casesens/appclient_dep_resref_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/resref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/resref/casesens/appclient_dep_resref_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/resref/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/resref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/resref/scope/appclient_dep_resref_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/resref/scope/appclient_dep_resref_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/resref/scope Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/resref/scope/appclient_dep_resref_scope_another_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/resref/scope/appclient_dep_resref_scope_another_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/resref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/resref/scope/appclient_dep_resref_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/appclient/deploy/resref/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/resref/single/appclient_dep_resref_single_jsp_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/resref/single/appclient_dep_resref_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/resref/single/appclient_dep_resref_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/appclient/deploy/resref/single/appclient_dep_resref_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/altDD [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/altDD [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/altDD/assembly_altDD_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/altDD [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/altDD/assembly_altDD_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/altDD/assembly_altDD_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/altDD [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/altDD/assembly_altDD.ear [preservejar] assembly_altDD_client.jar already added, skipping [preservejar] assembly_altDD_ejb.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/classpath/appclient [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/appclient [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/appclient/assembly_classpath_appclient_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/appclient/assembly_classpath_appclient_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/appclient/assembly_classpath_appclient_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/appclient/assembly_classpath_appclient.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/util [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/util/direct_classpath_util.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/util/indirect_classpath_util.jar build: [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/appclient/assembly_classpath_appclient.ear [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/util build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/classpath [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/classpath/ejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/ejb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/ejb/assembly_classpath_ejb_ejb.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/ejb/assembly_classpath_ejb_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/ejb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/ejb/assembly_classpath_ejb_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/ejb/assembly_classpath_ejb_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/ejb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/ejb/assembly_classpath_ejb.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/util [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/util/direct_classpath_util.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/util/indirect_classpath_util.jar build: [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/ejb/assembly_classpath_ejb.ear [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/util build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/classpath/util [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/util [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/util/direct_classpath_util.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/classpath/util/indirect_classpath_util.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/classpath/util/libs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/cocktail [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/cocktail/compat12_13 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_13 [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_13/META-INF [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_13/assembly_compat_cocktail_compat12_13_jar1_ejb.jar [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_13/META-INF/ejb-jar.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_13/META-INF [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_13/assembly_compat_cocktail_compat12_13_jar2_ejb.jar [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_13/META-INF/ejb-jar.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_13/META-INF [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_13/assembly_compat_cocktail_compat12_13_client.jar [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_13/META-INF/application-client.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_13/META-INF [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_13/assembly_compat_cocktail_compat12_13_another_client.jar [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_13/META-INF/application-client.xml [ear] Building ear: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_13/assembly_compat_cocktail_compat12_13.ear [copy] Copying 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_13 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/cocktail/compat12_14 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_14 [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_14/META-INF [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_14/assembly_compat_cocktail_compat12_14_jar1_ejb.jar [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_14/META-INF/ejb-jar.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_14/META-INF [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_14/assembly_compat_cocktail_compat12_14_jar2_ejb.jar [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_14/META-INF/ejb-jar.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_14/META-INF [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_14/assembly_compat_cocktail_compat12_14_client.jar [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_14/META-INF/application-client.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_14/META-INF [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_14/assembly_compat_cocktail_compat12_14_another_client.jar [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_14/META-INF/application-client.xml [ear] Building ear: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_14/assembly_compat_cocktail_compat12_14.ear [copy] Copying 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_14 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/cocktail/compat12_50 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_50/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_50/assembly_compat_cocktail_compat12_50_jar1_ejb.jar [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat12_50/ReferencedBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat12_50/ReferencedBeanEJB.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat12_50/ReferencedBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_50 [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_50/META-INF/ejb-jar.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_50/META-INF Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_50/assembly_compat_cocktail_compat12_50_jar2_ejb.jar [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat12_50/ReferencedBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat12_50/ReferencedBeanEJB.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat12_50/ReferencedBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_50 [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_50/META-INF/ejb-jar.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_50/META-INF [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_50/assembly_compat_cocktail_compat12_50_client.jar [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat12_50/Client.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat12_50/ReferencedBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat12_50/ReferencedBeanHome.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_50/assembly_compat_cocktail_compat12_50_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_50 [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_50/META-INF/application-client.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_50/META-INF Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_50/assembly_compat_cocktail_compat12_50_another_client.jar [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat12_50/Client.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat12_50/ReferencedBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat12_50/ReferencedBeanHome.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_50/assembly_compat_cocktail_compat12_50_another_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_50 [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_50/META-INF/application-client.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat12_50/assembly_compat_cocktail_compat12_50.ear [preservejar] assembly_compat_cocktail_compat12_50_another_client.jar already added, skipping [preservejar] assembly_compat_cocktail_compat12_50_client.jar already added, skipping [preservejar] assembly_compat_cocktail_compat12_50_jar1_ejb.jar already added, skipping [preservejar] assembly_compat_cocktail_compat12_50_jar2_ejb.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/cocktail/compat13_14 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat13_14 [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat13_14/META-INF [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat13_14/assembly_compat_cocktail_compat13_14_jar1_ejb.jar [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat13_14/META-INF/ejb-jar.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat13_14/META-INF [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat13_14/assembly_compat_cocktail_compat13_14_jar2_ejb.jar [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat13_14/META-INF/ejb-jar.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat13_14/META-INF [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat13_14/assembly_compat_cocktail_compat13_14_client.jar [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat13_14/META-INF/application-client.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat13_14/META-INF [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat13_14/assembly_compat_cocktail_compat13_14_another_client.jar [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat13_14/META-INF/application-client.xml [ear] Building ear: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat13_14/assembly_compat_cocktail_compat13_14.ear [copy] Copying 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat13_14 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/cocktail/compat14_50 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat14_50/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat14_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat14_50/assembly_compat_cocktail_compat14_50_jar1_ejb.jar [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat14_50/ReferencedBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat14_50/ReferencedBeanEJB.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat14_50/ReferencedBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat14_50 [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat14_50/META-INF/ejb-jar.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat14_50/META-INF Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat14_50/assembly_compat_cocktail_compat14_50_jar2_ejb.jar [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat14_50/ReferencedBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat14_50/ReferencedBeanEJB.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat14_50/ReferencedBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat14_50 [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat14_50/META-INF/ejb-jar.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat14_50/META-INF [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat14_50/assembly_compat_cocktail_compat14_50_client.jar [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat14_50/Client.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat14_50/ReferencedBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat14_50/ReferencedBeanHome.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat14_50/assembly_compat_cocktail_compat14_50_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat14_50 [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat14_50/META-INF/application-client.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat14_50/META-INF Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat14_50/assembly_compat_cocktail_compat14_50_another_client.jar [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat14_50/Client.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat14_50/ReferencedBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/cocktail/compat14_50/ReferencedBeanHome.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat14_50/assembly_compat_cocktail_compat14_50_another_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat14_50 [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/assembly/compat/cocktail/compat14_50/META-INF/application-client.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/cocktail/compat14_50/assembly_compat_cocktail_compat14_50.ear [preservejar] assembly_compat_cocktail_compat14_50_another_client.jar already added, skipping [preservejar] assembly_compat_cocktail_compat14_50_client.jar already added, skipping [preservejar] assembly_compat_cocktail_compat14_50_jar1_ejb.jar already added, skipping [preservejar] assembly_compat_cocktail_compat14_50_jar2_ejb.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/single/compat12_13 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat12_13 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat12_13/assembly_compat_single_compat12_13_ejb.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat12_13/assembly_compat_single_compat12_13_client.jar [ear] Building ear: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat12_13/assembly_compat_single_compat12_13.ear [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat12_13 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/single/compat12_14 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat12_14 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat12_14/assembly_compat_single_compat12_14_ejb.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat12_14/assembly_compat_single_compat12_14_client.jar [ear] Building ear: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat12_14/assembly_compat_single_compat12_14.ear [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat12_14 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/single/compat12_50 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat12_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat12_50/assembly_compat_single_compat12_50_ejb.jar [preservejar] com/sun/ts/tests/assembly/compat/single/compat12_50/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/single/compat12_50/TestBeanEJB.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/single/compat12_50/TestBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat12_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat12_50/assembly_compat_single_compat12_50_client.jar [preservejar] com/sun/ts/tests/assembly/compat/single/compat12_50/Client.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/single/compat12_50/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/single/compat12_50/TestBeanHome.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat12_50/assembly_compat_single_compat12_50_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat12_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat12_50/assembly_compat_single_compat12_50.ear [preservejar] assembly_compat_single_compat12_50_client.jar already added, skipping [preservejar] assembly_compat_single_compat12_50_ejb.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/single/compat13_14 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat13_14 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat13_14/assembly_compat_single_compat13_14_ejb.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat13_14/assembly_compat_single_compat13_14_client.jar [ear] Building ear: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat13_14/assembly_compat_single_compat13_14.ear [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat13_14 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/single/compat13_50 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat13_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat13_50/assembly_compat_single_compat13_50_ejb.jar [preservejar] com/sun/ts/tests/assembly/compat/single/compat13_50/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/single/compat13_50/TestBeanEJB.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/single/compat13_50/TestBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat13_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat13_50/assembly_compat_single_compat13_50_client.jar [preservejar] com/sun/ts/tests/assembly/compat/single/compat13_50/Client.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/single/compat13_50/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/single/compat13_50/TestBeanHome.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat13_50/assembly_compat_single_compat13_50_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat13_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat13_50/assembly_compat_single_compat13_50.ear [preservejar] assembly_compat_single_compat13_50_client.jar already added, skipping [preservejar] assembly_compat_single_compat13_50_ejb.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/single/compat14_50 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat14_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat14_50/assembly_compat_single_compat14_50_ejb.jar [preservejar] com/sun/ts/tests/assembly/compat/single/compat14_50/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/single/compat14_50/TestBeanEJB.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/single/compat14_50/TestBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat14_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat14_50/assembly_compat_single_compat14_50_client.jar [preservejar] com/sun/ts/tests/assembly/compat/single/compat14_50/Client.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/single/compat14_50/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/single/compat14_50/TestBeanHome.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat14_50/assembly_compat_single_compat14_50_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat14_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/single/compat14_50/assembly_compat_single_compat14_50.ear [preservejar] assembly_compat_single_compat14_50_client.jar already added, skipping [preservejar] assembly_compat_single_compat14_50_ejb.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/standalone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/standalone/jar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_13 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_13 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_13/assembly_compat_standalone_jar_compat12_13_component_ejb.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_13/assembly_compat_standalone_jar_compat12_13_client.jar [ear] Building ear: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_13/assembly_compat_standalone_jar_compat12_13_ear.ear [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_13 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_14 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_14 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_14/assembly_compat_standalone_jar_compat12_14_component_ejb.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_14/assembly_compat_standalone_jar_compat12_14_client.jar [ear] Building ear: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_14/assembly_compat_standalone_jar_compat12_14_ear.ear [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_14 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_50 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_50/assembly_compat_standalone_jar_compat12_50_client.jar [preservejar] com/sun/ts/tests/assembly/compat/standalone/jar/compat12_50/Client.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/standalone/jar/compat12_50/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/standalone/jar/compat12_50/TestBeanHome.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_50/assembly_compat_standalone_jar_compat12_50_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_50/assembly_compat_standalone_jar_compat12_50_ear.ear [preservejar] assembly_compat_standalone_jar_compat12_50_client.jar already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_50/assembly_compat_standalone_jar_compat12_50_component_ejb.jar [preservejar] com/sun/ts/tests/assembly/compat/standalone/jar/compat12_50/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/standalone/jar/compat12_50/TestBeanEJB.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/standalone/jar/compat12_50/TestBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_50 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/standalone/jar/compat13_14 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat13_14 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat13_14/assembly_compat_standalone_jar_compat13_14_component_ejb.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat13_14/assembly_compat_standalone_jar_compat13_14_client.jar [ear] Building ear: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat13_14/assembly_compat_standalone_jar_compat13_14_ear.ear [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat13_14 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/standalone/jar/compat13_50 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat13_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat13_50/assembly_compat_standalone_jar_compat13_50_client.jar [preservejar] com/sun/ts/tests/assembly/compat/standalone/jar/compat13_50/Client.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/standalone/jar/compat13_50/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/standalone/jar/compat13_50/TestBeanHome.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat13_50/assembly_compat_standalone_jar_compat13_50_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat13_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat13_50/assembly_compat_standalone_jar_compat13_50_ear.ear [preservejar] assembly_compat_standalone_jar_compat13_50_client.jar already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat13_50/assembly_compat_standalone_jar_compat13_50_component_ejb.jar [preservejar] com/sun/ts/tests/assembly/compat/standalone/jar/compat13_50/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/standalone/jar/compat13_50/TestBeanEJB.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/standalone/jar/compat13_50/TestBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat13_50 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/standalone/jar/compat14_50 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat14_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat14_50/assembly_compat_standalone_jar_compat14_50_client.jar [preservejar] com/sun/ts/tests/assembly/compat/standalone/jar/compat14_50/Client.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/standalone/jar/compat14_50/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/standalone/jar/compat14_50/TestBeanHome.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat14_50/assembly_compat_standalone_jar_compat14_50_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat14_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat14_50/assembly_compat_standalone_jar_compat14_50_ear.ear [preservejar] assembly_compat_standalone_jar_compat14_50_client.jar already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat14_50/assembly_compat_standalone_jar_compat14_50_component_ejb.jar [preservejar] com/sun/ts/tests/assembly/compat/standalone/jar/compat14_50/TestBean.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/standalone/jar/compat14_50/TestBeanEJB.class already added, skipping [preservejar] com/sun/ts/tests/assembly/compat/standalone/jar/compat14_50/TestBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/jar/compat14_50 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/standalone/war [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/standalone/war/compat12_13 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat12_13 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat12_13/assembly_compat_standalone_war_compat12_13_component_web.war [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat12_13/assembly_compat_standalone_war_compat12_13_client.jar [ear] Building ear: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat12_13/assembly_compat_standalone_war_compat12_13.ear [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat12_13 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/standalone/war/compat12_14 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat12_14 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat12_14/assembly_compat_standalone_war_compat12_14_component_web.war [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat12_14/assembly_compat_standalone_war_compat12_14_client.jar [ear] Building ear: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat12_14/assembly_compat_standalone_war_compat12_14.ear [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat12_14 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/standalone/war/compat12_50 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat12_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat12_50/assembly_compat_standalone_war_compat12_50_component_web.war [preservejar] WEB-INF/web.xml already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat12_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat12_50/assembly_compat_standalone_war_compat12_50_client.jar [preservejar] com/sun/ts/tests/assembly/compat/standalone/war/compat12_50/Client.class already added, skipping [preservejar] META-INF/application-client.xml already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat12_50/assembly_compat_standalone_war_compat12_50_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat12_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat12_50/assembly_compat_standalone_war_compat12_50.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/standalone/war/compat13_14 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat13_14 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat13_14/assembly_compat_standalone_war_compat13_14_component_web.war [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat13_14/assembly_compat_standalone_war_compat13_14_client.jar [ear] Building ear: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat13_14/assembly_compat_standalone_war_compat13_14.ear [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat13_14 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/compat/standalone/war/compat14_50 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat14_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat14_50/assembly_compat_standalone_war_compat14_50_component_web.war [preservejar] WEB-INF/web.xml already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat14_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat14_50/assembly_compat_standalone_war_compat14_50_client.jar [preservejar] com/sun/ts/tests/assembly/compat/standalone/war/compat14_50/Client.class already added, skipping [preservejar] META-INF/application-client.xml already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat14_50/assembly_compat_standalone_war_compat14_50_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat14_50 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/compat/standalone/war/compat14_50/assembly_compat_standalone_war_compat14_50.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/standalone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/standalone/jar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/standalone/jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/standalone/jar/assembly_standalone_jar_component_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/standalone/jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/standalone/jar/assembly_standalone_jar_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/standalone/jar/assembly_standalone_jar_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/standalone/jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/standalone/jar/assembly_standalone_jar_ear.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/standalone/war [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/web/WebUtil.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/web build: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/standalone/war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/standalone/war/assembly_standalone_war_component_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/standalone/war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/standalone/war/assembly_standalone_war_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/standalone/war/assembly_standalone_war_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/standalone/war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/assembly/standalone/war/assembly_standalone_war.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/util [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/util/refbean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/assembly/util/refbean build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/util/shared [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/util/shared/ejbref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/util/shared/ejbref/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/assembly/util/shared/ejbref/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/util/shared/ejbref/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/assembly/util/shared/ejbref/single build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/util/shared/enventry [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/util/shared/enventry/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/assembly/util/shared/enventry/casesens build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/util/shared/enventry/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/assembly/util/shared/enventry/scope build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/util/shared/enventry/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/assembly/util/shared/enventry/single build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/util/shared/resref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/util/shared/resref/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/assembly/util/shared/resref/casesens build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/util/shared/resref/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/assembly/util/shared/resref/scope build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/util/shared/resref/single/appclient [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/assembly/util/shared/resref/single/appclient build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/assembly/util/shared/resref/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/assembly/util/shared/resref/single build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/api/AbortedException [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: concurrency_api_AbortedException [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/AbortedException [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/AbortedException/concurrency_api_AbortedException_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/AbortedException/concurrency_api_AbortedException_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/AbortedException/concurrency_api_AbortedException_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/AbortedException/concurrency_api_AbortedException_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/AbortedException [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/AbortedException [echo] about to sweep vehicle runtime [echo] name: concurrency_api_AbortedException [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/AbortedException/concurrency_api_AbortedException_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/AbortedException/concurrency_api_AbortedException_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: concurrency_api_AbortedException [echo] vehicle: jsp [echo] Building jsp vehicle [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/AbortedException/concurrency_api_AbortedException_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/AbortedException/concurrency_api_AbortedException_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/api/ContextService [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: concurrency_api_ContextService [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ContextService [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ContextService/concurrency_api_ContextService_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/concurrency/api/ContextService/TestRunnableWork.class already added, skipping [preservejar] com/sun/ts/tests/concurrency/api/ContextService/TestRunnableWorkNoDefaultConstructor.class already added, skipping [preservejar] com/sun/ts/tests/concurrency/api/ContextService/TestWorkInterface.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ContextService/concurrency_api_ContextService_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ContextService/concurrency_api_ContextService_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ContextService/concurrency_api_ContextService_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ContextService [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ContextService [echo] about to sweep vehicle runtime [echo] name: concurrency_api_ContextService [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ContextService/concurrency_api_ContextService_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/api/ContextService/TestRunnableWork.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/api/ContextService/TestRunnableWorkNoDefaultConstructor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/api/ContextService/TestWorkInterface.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ContextService/concurrency_api_ContextService_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: concurrency_api_ContextService [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ContextService/concurrency_api_ContextService_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/api/ContextService/TestRunnableWork.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/api/ContextService/TestRunnableWorkNoDefaultConstructor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/api/ContextService/TestWorkInterface.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ContextService/concurrency_api_ContextService_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/api/LastExecution [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 20 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/concurrency/api/LastExecution/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: concurrency_api_LastExecution [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/LastExecution [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/LastExecution/concurrency_api_LastExecution_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/concurrency/api/LastExecution/LogicDrivenTrigger.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/LastExecution/concurrency_api_LastExecution_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/LastExecution/concurrency_api_LastExecution_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/LastExecution/concurrency_api_LastExecution_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/LastExecution [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/LastExecution [echo] about to sweep vehicle runtime [echo] name: concurrency_api_LastExecution [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/LastExecution/concurrency_api_LastExecution_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/api/LastExecution/LogicDrivenTrigger.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/LastExecution/concurrency_api_LastExecution_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: concurrency_api_LastExecution [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/LastExecution/concurrency_api_LastExecution_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/api/LastExecution/LogicDrivenTrigger.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/LastExecution/concurrency_api_LastExecution_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/api/ManageableThread [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: concurrency_api_ManageableThread [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManageableThread [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManageableThread/concurrency_api_ManageableThread_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/concurrency/api/ManageableThread/TestRunnableWork.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManageableThread/concurrency_api_ManageableThread_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManageableThread/concurrency_api_ManageableThread_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManageableThread/concurrency_api_ManageableThread_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManageableThread [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManageableThread [echo] about to sweep vehicle runtime [echo] name: concurrency_api_ManageableThread [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManageableThread/concurrency_api_ManageableThread_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/api/ManageableThread/TestRunnableWork.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManageableThread/concurrency_api_ManageableThread_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: concurrency_api_ManageableThread [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManageableThread/concurrency_api_ManageableThread_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/api/ManageableThread/TestRunnableWork.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManageableThread/concurrency_api_ManageableThread_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/api/ManagedExecutors [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: concurrency_api_managedExecutors [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedExecutors [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedExecutors/concurrency_api_managedExecutors_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedExecutors/concurrency_api_managedExecutors_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedExecutors/concurrency_api_managedExecutors_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedExecutors/concurrency_api_managedExecutors_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedExecutors [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedExecutors [echo] about to sweep vehicle runtime [echo] name: concurrency_api_managedExecutors [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedExecutors/concurrency_api_managedExecutors_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedExecutors/concurrency_api_managedExecutors_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: concurrency_api_managedExecutors [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedExecutors/concurrency_api_managedExecutors_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedExecutors/concurrency_api_managedExecutors_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/api/ManagedScheduledExecutorService [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/concurrency/api/ManagedScheduledExecutorService/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: concurrency_api_ManagedScheduledExecutorService [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedScheduledExecutorService [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedScheduledExecutorService/concurrency_api_ManagedScheduledExecutorService_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedScheduledExecutorService/concurrency_api_ManagedScheduledExecutorService_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedScheduledExecutorService/concurrency_api_ManagedScheduledExecutorService_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedScheduledExecutorService/concurrency_api_ManagedScheduledExecutorService_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedScheduledExecutorService [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedScheduledExecutorService [echo] about to sweep vehicle runtime [echo] name: concurrency_api_ManagedScheduledExecutorService [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedScheduledExecutorService/concurrency_api_ManagedScheduledExecutorService_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedScheduledExecutorService/concurrency_api_ManagedScheduledExecutorService_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: concurrency_api_ManagedScheduledExecutorService [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedScheduledExecutorService/concurrency_api_ManagedScheduledExecutorService_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedScheduledExecutorService/concurrency_api_ManagedScheduledExecutorService_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/api/ManagedTask [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: concurrency_api_managedTask [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTask [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTask/concurrency_api_managedTask_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTask/concurrency_api_managedTask_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTask/concurrency_api_managedTask_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTask/concurrency_api_managedTask_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTask [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTask [echo] about to sweep vehicle runtime [echo] name: concurrency_api_managedTask [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTask/concurrency_api_managedTask_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTask/concurrency_api_managedTask_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: concurrency_api_managedTask [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTask/concurrency_api_managedTask_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTask/concurrency_api_managedTask_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/api/ManagedTaskListener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: concurrency_api_managedTaskListener [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTaskListener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTaskListener/concurrency_api_managedTaskListener_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/concurrency/api/ManagedTaskListener/RunnableTaskWithException.class already added, skipping [preservejar] com/sun/ts/tests/concurrency/api/ManagedTaskListener/RunnableTaskWithStatus.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTaskListener/concurrency_api_managedTaskListener_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTaskListener/concurrency_api_managedTaskListener_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTaskListener/concurrency_api_managedTaskListener_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTaskListener [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTaskListener [echo] about to sweep vehicle runtime [echo] name: concurrency_api_managedTaskListener [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTaskListener/concurrency_api_managedTaskListener_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/api/ManagedTaskListener/RunnableTaskWithException.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/api/ManagedTaskListener/RunnableTaskWithStatus.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTaskListener/concurrency_api_managedTaskListener_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: concurrency_api_managedTaskListener [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTaskListener/concurrency_api_managedTaskListener_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/api/ManagedTaskListener/RunnableTaskWithException.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/api/ManagedTaskListener/RunnableTaskWithStatus.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/ManagedTaskListener/concurrency_api_managedTaskListener_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/api/SkippedException [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: concurrency_api_SkippedException [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/SkippedException [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/SkippedException/concurrency_api_SkippedException_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/SkippedException/concurrency_api_SkippedException_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/SkippedException/concurrency_api_SkippedException_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/SkippedException/concurrency_api_SkippedException_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/SkippedException [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/SkippedException [echo] about to sweep vehicle runtime [echo] name: concurrency_api_SkippedException [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/SkippedException/concurrency_api_SkippedException_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/SkippedException/concurrency_api_SkippedException_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: concurrency_api_SkippedException [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/SkippedException/concurrency_api_SkippedException_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/SkippedException/concurrency_api_SkippedException_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/api/Trigger [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/concurrency/api/Trigger/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: concurrency_api_Trigger [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/Trigger [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/Trigger/concurrency_api_Trigger_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/Trigger/concurrency_api_Trigger_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/Trigger/concurrency_api_Trigger_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/Trigger/concurrency_api_Trigger_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/Trigger [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/Trigger [echo] about to sweep vehicle runtime [echo] name: concurrency_api_Trigger [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/Trigger/concurrency_api_Trigger_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/Trigger/concurrency_api_Trigger_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: concurrency_api_Trigger [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/Trigger/concurrency_api_Trigger_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/api/Trigger/concurrency_api_Trigger_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/api [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ContextService [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ContextService/contextPropagate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ContextService/contextPropagate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ContextService/contextPropagate/ContextPropagate_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ContextService/contextPropagate/ContextPropagate_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ContextService/contextPropagate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ContextService/contextPropagate/ContextPropagate.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ContextService/contextPropagate_servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ContextService/contextPropagate_servlet [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ContextService/contextPropagate_servlet/ContextPropagate_servlet1_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ContextService/contextPropagate_servlet/ContextPropagate_servlet2_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ContextService/contextPropagate_servlet/ContextPropagate_servlet3_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ContextService/tx [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ContextService/tx [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ContextService/tx/concurrency_spec_ContextService_tx_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ContextService/tx/concurrency_spec_ContextService_tx_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ContextService/tx/concurrency_spec_ContextService_tx_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ContextService/tx/concurrency_spec_ContextService_tx.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedExecutorService [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/inheritedapi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/inheritedapi/Util.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/inheritedapi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/inheritedapi/concurrency_spec_managedExecutorService_inheritedapi_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/managed [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/managed/forbiddenapi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/managed/forbiddenapi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/managed/forbiddenapi/forbiddenapiTest_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/managed/forbiddenapi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/managed/forbiddenapi/forbiddenapiTest_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/managed/forbiddenapi/forbiddenapiTest_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/managed/forbiddenapi/forbiddenapiTest.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/managed_servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/managed_servlet/forbiddenapi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/managed_servlet/forbiddenapi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/managed_servlet/forbiddenapi/forbiddenapiTest_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/security [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/security/TestServlet.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/security [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/security/SecurityTest_ejb.jar [preservejar] com/sun/ts/tests/concurrency/spec/ManagedExecutorService/security/SecurityTestEjb.class already added, skipping [preservejar] com/sun/ts/tests/concurrency/spec/ManagedExecutorService/security/SecurityTestRemote.class already added, skipping [preservejar] com/sun/ts/tests/concurrency/spec/ManagedExecutorService/security/SecurityTestTask.class already added, skipping [preservejar] com/sun/ts/tests/concurrency/spec/ManagedExecutorService/security/TestServlet.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/security [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/security/SecurityTest_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/security/SecurityTestEjb.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/security/SecurityTestRemote.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/security/SecurityTestTask.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/security/TestServlet.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/security/SecurityTest.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/tx [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/tx/Util.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/tx [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/tx/concurrency_spec_managedExecutorService_tx_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/tx/concurrency_spec_managedExecutorService_tx_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/tx/concurrency_spec_managedExecutorService_tx_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedExecutorService/tx/concurrency_spec_managedExecutorService_tx.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/inheritedapi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/inheritedapi/TestEjb.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/inheritedapi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/inheritedapi/inheritedapi_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/inheritedapi Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/inheritedapi/counter_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/inheritedapi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/inheritedapi/inheritedapi_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/inheritedapi/inheritedapi_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/inheritedapi/inheritedapi.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/inheritedapi_servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/inheritedapi_servlet/TestServlet.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/inheritedapi_servlet [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/inheritedapi_servlet/inheritedapi_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/managed [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/managed/forbiddenapi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/managed/forbiddenapi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/managed/forbiddenapi/forbiddenapiTest_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/managed/forbiddenapi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/managed/forbiddenapi/forbiddenapiTest_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/managed/forbiddenapi/forbiddenapiTest_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/managed/forbiddenapi/forbiddenapiTest.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/managed/forbiddenapi_servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/managed/forbiddenapi_servlet [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/managed/forbiddenapi_servlet/forbiddenapi_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/security [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/security/TestServlet.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/security [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/security/SecurityTest_ejb.jar [preservejar] com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/security/SecurityTestEjb.class already added, skipping [preservejar] com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/security/SecurityTestRemote.class already added, skipping [preservejar] com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/security/SecurityTestTask.class already added, skipping [preservejar] com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/security/TestServlet.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/security [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/security/SecurityTest_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/security/SecurityTestEjb.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/security/SecurityTestRemote.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/security/SecurityTestTask.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/security/TestServlet.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/security/SecurityTest.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/tx [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/tx/Util.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/tx [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/tx/concurrency_spec_managedScheduledExecutorService_tx_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/tx/concurrency_spec_managedScheduledExecutorService_tx_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/tx/concurrency_spec_managedScheduledExecutorService_tx_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedScheduledExecutorService/tx/concurrency_spec_managedScheduledExecutorService_tx.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory/apitests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory/apitests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory/apitests/apitests_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory/context [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory/context [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory/context/context_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory/context [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory/context/context_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory/context/context.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory/context_servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory/context_servlet [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory/context_servlet/MTFcontext_servlet_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory/tx [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory/tx/Util.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory/tx [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory/tx/concurrency_spec_ManagedThreadFactory_tx_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory/tx/concurrency_spec_ManagedThreadFactory_tx_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory/tx/concurrency_spec_ManagedThreadFactory_tx_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/concurrency/spec/ManagedThreadFactory/tx/concurrency_spec_ManagedThreadFactory_tx.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/concurrency/spec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/annotations/anno [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/connector/util/ConnectorStatus.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 88 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/whitebox.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/whitebox-xa-param.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/whitebox-notx-param.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/whitebox-tx-param.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/whitebox-xa.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/whitebox-notx.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/whitebox-tx.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/whitebox-multianno.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/whitebox-mixedmode.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/whitebox-ibanno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/whitebox-mdcomplete.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: annotations [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/anno [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/anno/annotations_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/anno [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/anno/annotations_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/anno/annotations_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/anno [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/anno/annotations_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: annotations [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/anno/annotations_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/anno Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/anno/annotations_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: annotations [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/anno/annotations_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/anno Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/anno/annotations_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/annotations/mdcomplete [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: mdcomplete [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/mdcomplete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/mdcomplete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/mdcomplete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: mdcomplete [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/mdcomplete Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: mdcomplete [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/mdcomplete Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/annotations/partialanno [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/whitebox-multianno.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/whitebox-mixedmode.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/whitebox-ibanno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/whitebox-mdcomplete.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: partialanno [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/partialanno [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/partialanno/partialanno_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/partialanno [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/partialanno/partialanno_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/partialanno/partialanno_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/partialanno [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/partialanno/partialanno_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: partialanno [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/partialanno/partialanno_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/partialanno Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/partialanno/partialanno_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: partialanno [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/partialanno/partialanno_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/partialanno Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/annotations/partialanno/partialanno_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/connManager [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: connManager [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/connManager [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/connManager/connManager_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/connManager [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/connManager/connManager_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/connManager/connManager_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/connManager [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/connManager/connManager_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: connManager [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/connManager/connManager_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/connManager Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/connManager/connManager_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: connManager [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/connManager/connManager_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/connManager Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/connManager/connManager_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/deployment [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/whitebox-multianno.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/whitebox-mixedmode.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/whitebox-ibanno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/whitebox-mdcomplete.rar [echo] Copying sun runtime file to dist build: build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/deployment [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/deployment/ejb_Deployment_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/deployment [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/deployment/ejb_Deployment_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/deployment/ejb_Deployment_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/deployment [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/deployment [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/deployment/whitebox-tx.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/deployment/ejb_Deployment.ear [preservejar] ejb_Deployment_client.jar already added, skipping [preservejar] ejb_Deployment_ejb.jar already added, skipping [preservejar] whitebox-tx.rar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/localTx [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/localTx/connection [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/whitebox-multianno.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: localTx_conn [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/connection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/connection/localTx_conn_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/connection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/connection/localTx_conn_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/connection/localTx_conn_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/connection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/connection/localTx_conn_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: localTx_conn [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/connection/localTx_conn_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/connection Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/connection/localTx_conn_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: localTx_conn [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/connection/localTx_conn_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/connection Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/connection/localTx_conn_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/localTx/event [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/whitebox-mixedmode.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/whitebox-ibanno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/whitebox-mdcomplete.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: localTx_event [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/event [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/event/localTx_event_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/event [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/event/localTx_event_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/event/localTx_event_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/event [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/event/localTx_event_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: localTx_event [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/event/localTx_event_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/event Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/event/localTx_event_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: localTx_event [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/event/localTx_event_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/event Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/event/localTx_event_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/localTx/lifecycle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/whitebox-multianno.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: localTx_lifecycle [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/lifecycle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/lifecycle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/lifecycle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: localTx_lifecycle [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/lifecycle Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: localTx_lifecycle [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/lifecycle Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/localTx/msginflow [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/whitebox-mixedmode.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/whitebox-ibanno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/whitebox-mdcomplete.rar [echo] Copying sun runtime file to dist build: build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package_mdb1: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/mdb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/mdb/msginflow_mdb_msginflow_ejb.jar [preservejar] com/sun/ts/tests/connector/mdb/MessageBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/mdb Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/mdb/msginflow1_mdb_msginflow_ejb.jar [preservejar] com/sun/ts/tests/connector/mdb/MessageBeanOne.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/mdb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/mdb/msginflow_mdb.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package_mdb2: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/mdb/msginflow_mdb_jca_msginflow_ejb.jar [preservejar] com/sun/ts/tests/connector/mdb/JCAMessageBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/mdb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/mdb/msginflow_mdb_jca.ear [echo] Copying sun runtime file to dist build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: msginflow_mdb [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/msginflow [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/msginflow [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/msginflow [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: msginflow_mdb [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/msginflow Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: msginflow_mdb [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/msginflow Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/msginflow/msginflow_mdb_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/localTx/security [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/whitebox-multianno.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/whitebox-mixedmode.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/whitebox-ibanno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/whitebox-mdcomplete.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: localTx_security [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/security [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/security/localTx_security_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/security [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/security/localTx_security_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/security/localTx_security_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/security [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/security/localTx_security_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: localTx_security [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/security/localTx_security_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/security Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/security/localTx_security_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: localTx_security [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/security/localTx_security_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/security Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/security/localTx_security_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/localTx/transaction [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/localTx/transaction/conSharing2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transaction/conSharing2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transaction/conSharing2/ejb_txTran_conSharing2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transaction/conSharing2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transaction/conSharing2/ejb_txTran_conSharing2_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transaction/conSharing2/ejb_txTran_conSharing2_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transaction/conSharing2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transaction/conSharing2/ejb_txTran_conSharing2.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/localTx/transaction/conSharing3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/whitebox-multianno.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/whitebox-mixedmode.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/whitebox-ibanno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/whitebox-mdcomplete.rar [echo] Copying sun runtime file to dist build: build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transaction/conSharing3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transaction/conSharing3/ejb_txTran_conSharing3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transaction/conSharing3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transaction/conSharing3/ejb_txTran_conSharing3_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transaction/conSharing3/ejb_txTran_conSharing3_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transaction/conSharing3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transaction/conSharing3/ejb_txTran_conSharing3.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/localTx/transinflow [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: localTx_transinflow [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transinflow [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transinflow/localTx_transinflow_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transinflow/localTx_transinflow_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transinflow/localTx_transinflow_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transinflow/localTx_transinflow_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transinflow [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transinflow [echo] about to sweep vehicle runtime [echo] name: localTx_transinflow [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transinflow/localTx_transinflow_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transinflow/localTx_transinflow_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: localTx_transinflow [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transinflow/localTx_transinflow_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/transinflow/localTx_transinflow_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/localTx/workcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/whitebox-multianno.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/whitebox-mixedmode.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/whitebox-ibanno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/whitebox-mdcomplete.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: workcontext [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workcontext/workcontext_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workcontext/workcontext_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workcontext/workcontext_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workcontext/workcontext_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: workcontext [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workcontext/workcontext_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workcontext Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workcontext/workcontext_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: workcontext [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workcontext/workcontext_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workcontext Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workcontext/workcontext_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/localTx/workmgt [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: localTx_workmgt [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workmgt [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workmgt [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workmgt [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: localTx_workmgt [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workmgt Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: localTx_workmgt [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workmgt Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/mdb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package_mdb1: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package_mdb2: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/noTx [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/noTx/connection [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/whitebox-multianno.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/whitebox-mixedmode.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/whitebox-ibanno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/whitebox-mdcomplete.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: connection [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/connection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/connection/connection_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/connection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/connection/connection_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/connection/connection_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/connection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/connection/connection_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: connection [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/connection/connection_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/connection Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/connection/connection_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: connection [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/connection/connection_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/connection Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/connection/connection_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/noTx/event [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: event [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/event [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/event/event_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/event [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/event/event_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/event/event_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/event [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/event/event_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: event [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/event/event_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/event Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/event/event_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: event [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/event/event_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/event Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/event/event_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/noTx/lifecycle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/whitebox-multianno.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/whitebox-mixedmode.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/whitebox-ibanno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/whitebox-mdcomplete.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: lifecycle [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/lifecycle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/lifecycle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/lifecycle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: lifecycle [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/lifecycle Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: lifecycle [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/lifecycle Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/noTx/security [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: security [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/security [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/security/security_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/security [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/security/security_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/security/security_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/security [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/security/security_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: security [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/security/security_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/security Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/security/security_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: security [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/security/security_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/security Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/security/security_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/noTx/workmgt [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/whitebox-multianno.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/whitebox-mixedmode.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/whitebox-ibanno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/whitebox-mdcomplete.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: workmgt [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/workmgt [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/workmgt/workmgt_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/workmgt [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/workmgt/workmgt_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/workmgt/workmgt_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/workmgt [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/workmgt/workmgt_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: workmgt [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/workmgt/workmgt_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/workmgt Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/workmgt/workmgt_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: workmgt [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/workmgt/workmgt_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/workmgt Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/noTx/workmgt/workmgt_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/permissiondd [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: permissiondd [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/permissiondd [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/permissiondd/permissiondd_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/permissiondd [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/permissiondd/permissiondd_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/permissiondd/permissiondd_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/permissiondd [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/permissiondd/permissiondd_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: permissiondd [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/permissiondd/permissiondd_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/permissiondd Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/permissiondd/permissiondd_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: permissiondd [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/permissiondd/permissiondd_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/permissiondd Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/permissiondd/permissiondd_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/resourceDefs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/resourceDefs/ejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src makeTheRar: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: build.nested.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/embedded/adapter1 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/embedded/adapter1/resouredef.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/embedded/adapter1/whitebox-rd.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src make.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/resourceDefs/ejb [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/resourceDefs/ejb/conn_resourcedefs_ejb.jar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src make.war: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/resourceDefs/ejb/conn_resourcedefs_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/connector/resourceDefs/ejb/AODTestServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/connector/resourceDefs/ejb/CRDTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/resourceDefs/ejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src make.ear: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/resourceDefs/ejb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/resourceDefs/ejb/conn_resourcedefs.ear [preservejar] conn_resourcedefs_ejb.jar already added, skipping [preservejar] conn_resourcedefs_web.war already added, skipping [preservejar] whitebox-rd.rar already added, skipping [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/resourceDefs/ejb/whitebox-rd.rar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/resourceDefs/servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src makeTheRar: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/embedded/adapter1/resouredef.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src make.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/resourceDefs/servlet [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/resourceDefs/servlet/servlet_resourcedefs_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/connector/resourceDefs/servlet/AODTestServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/connector/resourceDefs/servlet/CRDTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/resourceDefs/servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src make.ear: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/resourceDefs/servlet [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/resourceDefs/servlet/servlet_resourcedefs.ear [preservejar] servlet_resourcedefs_web.war already added, skipping [preservejar] whitebox-rd.rar already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/resourceDefs/servlet [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/resourceDefs/servlet/whitebox-rd.rar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/util [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/connector/util build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/xa [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/xa/connection [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/whitebox-multianno.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/whitebox-mixedmode.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/whitebox-ibanno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/whitebox-mdcomplete.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: xa_connection [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/connection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/connection/xa_connection_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/connection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/connection/xa_connection_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/connection/xa_connection_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/connection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/connection/xa_connection_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_connection [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/connection/xa_connection_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/connection Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/connection/xa_connection_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_connection [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/connection/xa_connection_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/connection Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/connection/xa_connection_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/xa/event [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/whitebox-mdcomplete.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: xa_event [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/event [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/event/xa_event_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/event [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/event/xa_event_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/event/xa_event_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/event [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/event/xa_event_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_event [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/event/xa_event_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/event Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/event/xa_event_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_event [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/event/xa_event_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/event Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/event/xa_event_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/xa/lifecycle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/whitebox-multianno.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/whitebox-mixedmode.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/whitebox-ibanno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: xa_lifecycle [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/lifecycle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/lifecycle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/lifecycle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_lifecycle [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/lifecycle Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_lifecycle [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/lifecycle Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/xa/security [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/whitebox-mdcomplete.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: xa_security [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/security [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/security/xa_security_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/security [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/security/xa_security_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/security/xa_security_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/security [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/security/xa_security_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_security [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/security/xa_security_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/security Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/security/xa_security_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_security [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/security/xa_security_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/security Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/security/xa_security_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/xa/transaction [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/xa/transaction/jta [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/whitebox-multianno.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/whitebox-mixedmode.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/whitebox-ibanno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/transaction/jta [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/transaction/jta/ejb_JTATest_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/transaction/jta [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/transaction/jta/ejb_JTATest_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/transaction/jta/ejb_JTATest_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/transaction/jta [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/transaction/jta/ejb_JTATest.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/connector/xa/workmgt [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: build: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: xa_workmgt [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/workmgt [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/workmgt [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/workmgt [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_workmgt [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/workmgt Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_workmgt [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/workmgt Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/bmp/allowedmethodstest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb/ee/bb/entity/bmp/allowedmethodstest/TestBeanEJB.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/allowedmethodstest/ejb_bbEBmp_allowedmethods_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/allowedmethodstest/ejb_bbEBmp_allowedmethods_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/allowedmethodstest/ejb_bbEBmp_allowedmethods_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/allowedmethodstest/ejb_bbEBmp_allowedmethods.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/allowedmethodstest build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/bmp/argsemantics [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 22 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/argsemantics [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/argsemantics/ejb_bb_bmp_argsemantics_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/argsemantics [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/argsemantics/ejb_bb_bmp_argsemantics_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/argsemantics/ejb_bb_bmp_argsemantics_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/argsemantics [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/argsemantics/ejb_bb_bmp_argsemantics.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/bmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/bmp/clientviewtest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/clientviewtest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/clientviewtest/ejb_bbEBmp_clientview_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/clientviewtest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/clientviewtest/ejb_bbEBmp_clientview_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/clientviewtest/ejb_bbEBmp_clientview_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/clientviewtest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/clientviewtest/ejb_bbEBmp_clientview.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitybeantest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitybeantest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitybeantest/ejb_bbEBmp_entitybean_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitybeantest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitybeantest/ejb_bbEBmp_entitybean_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitybeantest/ejb_bbEBmp_entitybean_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitybeantest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitybeantest/ejb_bbEBmp_entitybean.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitycontexttest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitycontexttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitycontexttest/ejb_bbEBmp_entitycontext_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitycontexttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitycontexttest/ejb_bbEBmp_entitycontext_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitycontexttest/ejb_bbEBmp_entitycontext_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitycontexttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitycontexttest/ejb_bbEBmp_entitycontext.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitycontexttest build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/bmp/handletest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/handletest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/handletest/ejb_bbEBmp_handle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/handletest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/handletest/ejb_bbEBmp_handle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/handletest/ejb_bbEBmp_handle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/handletest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/handletest/ejb_bbEBmp_handle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/bmp/multiclienttest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/multiclienttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/multiclienttest/ejb_bbEBmp_multiclient_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/multiclienttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/multiclienttest/ejb_bbEBmp_multiclient_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/multiclienttest/ejb_bbEBmp_multiclient_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/multiclienttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/multiclienttest/ejb_bbEBmp_multiclient.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/bmp/nonreentranttest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/nonreentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/nonreentranttest/ejb_bbEBmp_nonreentrant_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/nonreentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/nonreentranttest/ejb_bbEBmp_nonreentrant_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/nonreentranttest/ejb_bbEBmp_nonreentrant_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/nonreentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/nonreentranttest/ejb_bbEBmp_nonreentrant.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/bmp/reentranttest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/reentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/reentranttest/ejb_bbEBmp_reentrant_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/reentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/reentranttest/ejb_bbEBmp_reentrant_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/reentranttest/ejb_bbEBmp_reentrant_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/reentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/bmp/reentranttest/ejb_bbEBmp_reentrant.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp/allowedmethodstest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/allowedmethodstest/ejb_bbECmp_allowedmethods_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/allowedmethodstest/ejb_bbECmp_allowedmethods_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/allowedmethodstest/ejb_bbECmp_allowedmethods_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/allowedmethodstest/ejb_bbECmp_allowedmethods.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/allowedmethodstest build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp/argsemantics [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/argsemantics [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/argsemantics/ejb_bb_cmp11_argsemantics_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/argsemantics [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/argsemantics/ejb_bb_cmp11_argsemantics_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/argsemantics/ejb_bb_cmp11_argsemantics_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/argsemantics [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/argsemantics/ejb_bb_cmp11_argsemantics.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp/clientviewtest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/clientviewtest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/clientviewtest/ejb_bbECmp_clientview_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/clientviewtest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/clientviewtest/ejb_bbECmp_clientview_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/clientviewtest/ejb_bbECmp_clientview_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/clientviewtest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/clientviewtest/ejb_bbECmp_clientview.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp/complexpktest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/complexpktest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/complexpktest/ejb_bbECmp_complexpk_ejb.jar [preservejar] com/sun/ts/tests/ejb/ee/bb/entity/cmp/complexpktest/Product.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/complexpktest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/complexpktest/ejb_bbECmp_complexpk_client.jar [preservejar] com/sun/ts/tests/ejb/ee/bb/entity/cmp/complexpktest/ComplexPK.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/complexpktest/ejb_bbECmp_complexpk_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/complexpktest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/complexpktest/ejb_bbECmp_complexpk.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp/entitybeantest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/entitybeantest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/entitybeantest/ejb_bbECmp_entitybean_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/entitybeantest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/entitybeantest/ejb_bbECmp_entitybean_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/entitybeantest/ejb_bbECmp_entitybean_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/entitybeantest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/entitybeantest/ejb_bbECmp_entitybean.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp/entitycontexttest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/entitycontexttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/entitycontexttest/ejb_bbECmp_entitycontext_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/entitycontexttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/entitycontexttest/ejb_bbECmp_entitycontext_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/entitycontexttest/ejb_bbECmp_entitycontext_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/entitycontexttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/entitycontexttest/ejb_bbECmp_entitycontext.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/entitycontexttest build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp/handletest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/handletest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/handletest/ejb_bbECmp_handle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/handletest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/handletest/ejb_bbECmp_handle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/handletest/ejb_bbECmp_handle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/handletest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/handletest/ejb_bbECmp_handle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp/multiclienttest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/multiclienttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/multiclienttest/ejb_bbECmp_multiclient_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/multiclienttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/multiclienttest/ejb_bbECmp_multiclient_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/multiclienttest/ejb_bbECmp_multiclient_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/multiclienttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/multiclienttest/ejb_bbECmp_multiclient.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp/nonreentranttest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/nonreentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/nonreentranttest/ejb_bbECmp_nonreentrant_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/nonreentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/nonreentranttest/ejb_bbECmp_nonreentrant_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/nonreentranttest/ejb_bbECmp_nonreentrant_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/nonreentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/nonreentranttest/ejb_bbECmp_nonreentrant.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp/reentranttest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/reentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/reentranttest/ejb_bbECmp_reentrant_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/reentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/reentranttest/ejb_bbECmp_reentrant_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/reentranttest/ejb_bbECmp_reentrant_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/reentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp/reentranttest/ejb_bbECmp_reentrant.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/allowedmethodstest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/allowedmethodstest/TestBeanEJB.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/allowedmethodstest/ejb_bbECmp20_allowedmethods_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/allowedmethodstest/ejb_bbECmp20_allowedmethods_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/allowedmethodstest/ejb_bbECmp20_allowedmethods_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/allowedmethodstest/ejb_bbECmp20_allowedmethods.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/allowedmethodstest build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/argsemantics [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/argsemantics [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/argsemantics/ejb_bb_cmp20_argsemantics_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/argsemantics [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/argsemantics/ejb_bb_cmp20_argsemantics_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/argsemantics/ejb_bb_cmp20_argsemantics_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/argsemantics [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/argsemantics/ejb_bb_cmp20_argsemantics.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/clientviewtest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/clientviewtest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/clientviewtest/ejb_bbECmp20_clientview_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/clientviewtest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/clientviewtest/ejb_bbECmp20_clientview_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/clientviewtest/ejb_bbECmp20_clientview_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/clientviewtest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/clientviewtest/ejb_bbECmp20_clientview.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/complexpktest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 13 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/complexpktest/TestBeanEJB.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/complexpktest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/complexpktest/ejb_bbECmp20_complexpk_ejb.jar [preservejar] com/sun/ts/tests/ejb/ee/bb/entity/cmp20/complexpktest/Product.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/complexpktest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/complexpktest/ejb_bbECmp20_complexpk_client.jar [preservejar] com/sun/ts/tests/ejb/ee/bb/entity/cmp20/complexpktest/ComplexPK.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/bb/entity/cmp20/complexpktest/Product.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/complexpktest/ejb_bbECmp20_complexpk_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/complexpktest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/complexpktest/ejb_bbECmp20_complexpk.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitybeantest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitybeantest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitybeantest/ejb20_bbECmp20_entitybean_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitybeantest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitybeantest/ejb20_bbECmp20_entitybean_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitybeantest/ejb20_bbECmp20_entitybean_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitybeantest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitybeantest/ejb20_bbECmp20_entitybean.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycmptest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycmptest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycmptest/ejb_bbECmp20_entitycmp_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycmptest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycmptest/ejb_bbECmp20_entitycmp_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycmptest/ejb_bbECmp20_entitycmp_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycmptest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycmptest/ejb_bbECmp20_entitycmp.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycontexttest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 12 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycontexttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycontexttest/ejb_bbEcmp20_entitycontext_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycontexttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycontexttest/ejb_bbEcmp20_entitycontext_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycontexttest/ejb_bbEcmp20_entitycontext_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycontexttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycontexttest/ejb_bbEcmp20_entitycontext.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycontexttest build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/handletest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/handletest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/handletest/ejb_bbECmp20_handle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/handletest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/handletest/ejb_bbECmp20_handle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/handletest/ejb_bbECmp20_handle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/handletest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/handletest/ejb_bbECmp20_handle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/homemethodstest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/homemethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/homemethodstest/ejb_bbECmp20_homemethods_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/homemethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/homemethodstest/ejb_bbECmp20_homemethods_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/homemethodstest/ejb_bbECmp20_homemethods_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/homemethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/homemethodstest/ejb_bbECmp20_homemethods.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/multiclienttest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/multiclienttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/multiclienttest/ejb_bbECmp20_multiclient_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/multiclienttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/multiclienttest/ejb_bbECmp20_multiclient_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/multiclienttest/ejb_bbECmp20_multiclient_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/multiclienttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/multiclienttest/ejb_bbECmp20_multiclient.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/nonreentranttest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/nonreentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/nonreentranttest/ejb_bbECmp20_nonreentrant_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/nonreentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/nonreentranttest/ejb_bbECmp20_nonreentrant_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/nonreentranttest/ejb_bbECmp20_nonreentrant_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/nonreentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/nonreentranttest/ejb_bbECmp20_nonreentrant.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/reentranttest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/reentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/reentranttest/ejb_bbECmp20_reentrant_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/reentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/reentranttest/ejb_bbECmp20_reentrant_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/reentranttest/ejb_bbECmp20_reentrant_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/reentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/reentranttest/ejb_bbECmp20_reentrant.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/unknownpktest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/unknownpktest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/unknownpktest/ejb_bbECmp20_unknownpk_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/unknownpktest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/unknownpktest/ejb_bbECmp20_unknownpk_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/unknownpktest/ejb_bbECmp20_unknownpk_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/unknownpktest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/unknownpktest/ejb_bbECmp20_unknownpk.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/lrapitest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 18 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/lrapitest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/lrapitest/ejb_bbE_lrapitest_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/lrapitest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/lrapitest/ejb_bbE_lrapitest_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/lrapitest/ejb_bbE_lrapitest_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/lrapitest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/entity/lrapitest/ejb_bbE_lrapitest.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/entity/util [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/ejb/ee/bb/entity/util build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/localaccess [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/localaccess/ebaccesstest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 16 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/ebaccesstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/ebaccesstest/bb_localaccess_ebaccesstest_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/ebaccesstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/ebaccesstest/bb_localaccess_ebaccesstest_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/ebaccesstest/bb_localaccess_ebaccesstest_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/ebaccesstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/ebaccesstest/bb_localaccess_ebaccesstest.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/localaccess/mdbqaccesstest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/mdbqaccesstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/mdbqaccesstest/bb_localaccess_mdbqaccesstest_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/mdbqaccesstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/mdbqaccesstest/bb_localaccess_mdbqaccesstest_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/mdbqaccesstest/bb_localaccess_mdbqaccesstest_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/mdbqaccesstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/mdbqaccesstest/bb_localaccess_mdbqaccesstest.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/localaccess/mdbtaccesstest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/mdbtaccesstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/mdbtaccesstest/bb_localaccess_mdbtaccesstest_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/mdbtaccesstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/mdbtaccesstest/bb_localaccess_mdbtaccesstest_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/mdbtaccesstest/bb_localaccess_mdbtaccesstest_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/mdbtaccesstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/mdbtaccesstest/bb_localaccess_mdbtaccesstest.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/localaccess/sbaccesstest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 16 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/sbaccesstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/sbaccesstest/bb_localaccess_sbaccesstest_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/sbaccesstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/sbaccesstest/bb_localaccess_sbaccesstest_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/sbaccesstest/bb_localaccess_sbaccesstest_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/sbaccesstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/sbaccesstest/bb_localaccess_sbaccesstest.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/localaccess/webaccesstest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 13 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/webaccesstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/webaccesstest/bb_localaccess_webaccesstest_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/webaccesstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/webaccesstest/bb_localaccess_webaccesstest_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/ejb/ee/bb/localaccess/webaccesstest/ALocal.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/ejb/ee/bb/localaccess/webaccesstest/ALocalHome.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/ejb/ee/bb/localaccess/webaccesstest/BLocal.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/ejb/ee/bb/localaccess/webaccesstest/BLocalHome.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/ejb/ee/bb/localaccess/webaccesstest/CLocal.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/ejb/ee/bb/localaccess/webaccesstest/CLocalHome.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/ejb/ee/bb/localaccess/webaccesstest/DLocal.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/ejb/ee/bb/localaccess/webaccesstest/DLocalHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/webaccesstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/localaccess/webaccesstest/bb_localaccess_webaccesstest.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/lrapitest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 18 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/lrapitest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/lrapitest/ejb_bbSsf_lrapitest_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/lrapitest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/lrapitest/ejb_bbSsf_lrapitest_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/lrapitest/ejb_bbSsf_lrapitest_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/lrapitest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/lrapitest/ejb_bbSsf_lrapitest.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateful/argsemantics [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/argsemantics [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/argsemantics/ejb_bb_ssf_argsemantics_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/argsemantics [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/argsemantics/ejb_bb_ssf_argsemantics_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/argsemantics/ejb_bb_ssf_argsemantics_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/argsemantics [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/argsemantics/ejb_bb_ssf_argsemantics.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beanmultijartest/bean1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beanmultijartest/bean1 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beanmultijartest/bean2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beanmultijartest/bean2 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beanmultijartest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beanmultijartest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beanmultijartest/ejb_bbSsf_b2bmultib2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beanmultijartest Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beanmultijartest/ejb_bbSsf_b2bmultib1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beanmultijartest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beanmultijartest/ejb_bbSsf_b2bmultib1_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beanmultijartest/ejb_bbSsf_b2bmultib1_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beanmultijartest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beanmultijartest/ejb_bbSsf_b2bmultibOne.ear [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beanmultijartest/ejb_bbSsf_b2bmultibTwo.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beansinglejartest/bean1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beansinglejartest/bean1 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beansinglejartest/bean2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beansinglejartest/bean2 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beansinglejartest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beansinglejartest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beansinglejartest/ejb_bbSsf_b2bsingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beansinglejartest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beansinglejartest/ejb_bbSsf_b2bsingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beansinglejartest/ejb_bbSsf_b2bsingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beansinglejartest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bean2beansinglejartest/ejb_bbSsf_b2bsingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateful/bm/allowedmethodstest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 24 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bm/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bm/allowedmethodstest/ejb_bbSsfbm_allowedmethods_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bm/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bm/allowedmethodstest/ejb_bbSsfbm_allowedmethods_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bm/allowedmethodstest/ejb_bbSsfbm_allowedmethods_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bm/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bm/allowedmethodstest/ejb_bbSsfbm_allowedmethods.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/bm/allowedmethodstest build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateful/bm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateful [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateful/clientviewtest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/clientviewtest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/clientviewtest/ejb_bbSsf_clientview_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/clientviewtest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/clientviewtest/ejb_bbSsf_clientview_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/clientviewtest/ejb_bbSsf_clientview_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/clientviewtest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/clientviewtest/ejb_bbSsf_clientview.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateful/cm/allowedmethodstest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/cm/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/cm/allowedmethodstest/ejb_bbSsfcm_allowedmethods_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/cm/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/cm/allowedmethodstest/ejb_bbSsfcm_allowedmethods_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/cm/allowedmethodstest/ejb_bbSsfcm_allowedmethods_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/cm/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/cm/allowedmethodstest/ejb_bbSsfcm_allowedmethods.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/cm/allowedmethodstest build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateful/cm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateful/exceptionerrortest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/exceptionerrortest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/exceptionerrortest/ejb_bbSsf_exceptionerror_ejb.jar [preservejar] com/sun/ts/tests/ejb/ee/bb/session/stateful/exceptionerrortest/MyApplicationException.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/exceptionerrortest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/exceptionerrortest/ejb_bbSsf_exceptionerror_client.jar [preservejar] com/sun/ts/tests/ejb/ee/bb/session/stateful/exceptionerrortest/MyApplicationException.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/exceptionerrortest/ejb_bbSsf_exceptionerror_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/exceptionerrortest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/exceptionerrortest/ejb_bbSsf_exceptionerror.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateful/handletest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/handletest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/handletest/ejb_bbSsf_handle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/handletest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/handletest/ejb_bbSsf_handle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/handletest/ejb_bbSsf_handle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/handletest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/handletest/ejb_bbSsf_handle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateful/sessionbeantest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 13 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb/ee/bb/session/util/DBSupport.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/sessionbeantest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/sessionbeantest/ejb_bbSsf_sessionbean_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/sessionbeantest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/sessionbeantest/ejb_bbSsf_sessionbean_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/sessionbeantest/ejb_bbSsf_sessionbean_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/sessionbeantest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/sessionbeantest/ejb_bbSsf_sessionbean.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateful/sessioncontexttest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/sessioncontexttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/sessioncontexttest/ejb_bbSsf_sessioncontext_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/sessioncontexttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/sessioncontexttest/ejb_bbSsf_sessioncontext_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/sessioncontexttest/ejb_bbSsf_sessioncontext_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/sessioncontexttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/sessioncontexttest/ejb_bbSsf_sessioncontext.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/sessioncontexttest build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateful/statetest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/statetest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/statetest/ejb_bbSsf_state_ejb.jar [preservejar] com/sun/ts/tests/ejb/ee/bb/session/stateful/statetest/InvalidTransactionException.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/statetest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/statetest/ejb_bbSsf_state_client.jar [preservejar] com/sun/ts/tests/ejb/ee/bb/session/stateful/statetest/InvalidTransactionException.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/statetest/ejb_bbSsf_state_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/statetest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateful/statetest/ejb_bbSsf_state.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateless/argsemantics [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/argsemantics [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/argsemantics/ejb_bb_ssl_argsemantics_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/argsemantics [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/argsemantics/ejb_bb_ssl_argsemantics_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/argsemantics/ejb_bb_ssl_argsemantics_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/argsemantics [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/argsemantics/ejb_bb_ssl_argsemantics.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateless/bm/allowedmethodstest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb/ee/bb/session/stateless/bm/allowedmethodstest/TestBeanEJB.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/bm/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/bm/allowedmethodstest/ejb_bbSslbm_allowedmethods_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/bm/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/bm/allowedmethodstest/ejb_bbSslbm_allowedmethods_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/bm/allowedmethodstest/ejb_bbSslbm_allowedmethods_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/bm/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/bm/allowedmethodstest/ejb_bbSslbm_allowedmethods.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/bm/allowedmethodstest build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateless/bm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateless/clientviewtest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/clientviewtest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/clientviewtest/ejb_bbSsl_clientview_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/clientviewtest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/clientviewtest/ejb_bbSsl_clientview_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/clientviewtest/ejb_bbSsl_clientview_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/clientviewtest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/clientviewtest/ejb_bbSsl_clientview.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateless/cm/allowedmethodstest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb/ee/bb/session/stateless/cm/allowedmethodstest/TestBeanEJB.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/cm/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/cm/allowedmethodstest/ejb_bbSslcm_allowedmethods_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/cm/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/cm/allowedmethodstest/ejb_bbSslcm_allowedmethods_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/cm/allowedmethodstest/ejb_bbSslcm_allowedmethods_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/cm/allowedmethodstest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/cm/allowedmethodstest/ejb_bbSslcm_allowedmethods.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/cm/allowedmethodstest build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateless/cm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateless/reentranttest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/reentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/reentranttest/ejb_bbSsl_reentrant_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/reentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/reentranttest/ejb_bbSsl_reentrant_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/reentranttest/ejb_bbSsl_reentrant_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/reentranttest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/reentranttest/ejb_bbSsl_reentrant.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateless/sessionbeantest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/sessionbeantest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/sessionbeantest/ejb_bbSsl_sessionbean_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/sessionbeantest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/sessionbeantest/ejb_bbSsl_sessionbean_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/sessionbeantest/ejb_bbSsl_sessionbean_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/sessionbeantest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/sessionbeantest/ejb_bbSsl_sessionbean.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/stateless/statetest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/statetest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/statetest/ejb_bbSsl_state_ejb.jar [preservejar] com/sun/ts/tests/ejb/ee/bb/session/stateless/statetest/InvalidTransactionException.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/statetest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/statetest/ejb_bbSsl_state_client.jar [preservejar] com/sun/ts/tests/ejb/ee/bb/session/stateless/statetest/InvalidTransactionException.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/statetest/ejb_bbSsl_state_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/statetest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/bb/session/stateless/statetest/ejb_bbSsl_state.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/bb/session/util [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/ejb/ee/bb/session/util build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/casesens/ejb_depEbmp_ejblink_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/casesens/ejb_depEbmp_ejblink_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/casesens/ejb_depEbmp_ejblink_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/casesens/ejb_depEbmp_ejblink_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/scope/ejb_depEbmp_ejblink_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/scope/ejb_depEbmp_ejblink_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/scope/ejb_depEbmp_ejblink_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/scope/ejb_depEbmp_ejblink_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/scope/ejb_depEbmp_ejblink_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/single/ejb_depEbmp_ejblink_single_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/single Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/single/ejb_depEbmp_ejblink_single_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/single/ejb_depEbmp_ejblink_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/single/ejb_depEbmp_ejblink_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejblink/single/ejb_depEbmp_ejblink_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/casesens/ejb_depEbmp_ejbref_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/casesens/ejb_depEbmp_ejbref_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/casesens/ejb_depEbmp_ejbref_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/casesens/ejb_depEbmp_ejbref_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/scope/ejb_depEbmp_ejbref_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/scope/ejb_depEbmp_ejbref_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/scope/ejb_depEbmp_ejbref_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/scope/ejb_depEbmp_ejbref_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/scope/ejb_depEbmp_ejbref_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/single/ejb_depEbmp_ejbref_single_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/single Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/single/ejb_depEbmp_ejbref_single_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/single/ejb_depEbmp_ejbref_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/single/ejb_depEbmp_ejbref_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/ejbref/single/ejb_depEbmp_ejbref_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/casesens/ejb_depEbmp_enventry_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/casesens/ejb_depEbmp_enventry_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/casesens/ejb_depEbmp_enventry_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/casesens/ejb_depEbmp_enventry_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/scope/ejb_depEbmp_enventry_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/scope/ejb_depEbmp_enventry_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/scope/ejb_depEbmp_enventry_scope_jar3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/scope/ejb_depEbmp_enventry_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/scope/ejb_depEbmp_enventry_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/scope/ejb_depEbmp_enventry_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 31 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/single/ejb_depEbmp_enventry_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/single/ejb_depEbmp_enventry_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/single/ejb_depEbmp_enventry_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/enventry/single/ejb_depEbmp_enventry_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style1/ejb_depEbmp_method_sec_style1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style1/ejb_depEbmp_method_sec_style1_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style1/ejb_depEbmp_method_sec_style1_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style1/ejb_depEbmp_method_sec_style1.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style1 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style2/ejb_depEbmp_method_sec_style2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style2/ejb_depEbmp_method_sec_style2_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style2/ejb_depEbmp_method_sec_style2_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style2/ejb_depEbmp_method_sec_style2.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style2 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style3/ejb_depEbmp_method_sec_style3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style3/ejb_depEbmp_method_sec_style3_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style3/ejb_depEbmp_method_sec_style3_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style3/ejb_depEbmp_method_sec_style3.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/method/sec/style3 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/pkey [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 13 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/pkey [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/pkey/ejb_depEbmp_pkey_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/pkey [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/pkey/ejb_depEbmp_pkey_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/pkey/ejb_depEbmp_pkey_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/pkey [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/pkey/ejb_depEbmp_pkey.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/casesens/ejb_depEbmp_resref_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/casesens/ejb_depEbmp_resref_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/casesens/ejb_depEbmp_resref_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/casesens/ejb_depEbmp_resref_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/scope/ejb_depEbmp_resref_scope_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/scope/ejb_depEbmp_resref_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/scope/ejb_depEbmp_resref_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/scope/ejb_depEbmp_resref_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/single/ejb_depEbmp_resref_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/single/ejb_depEbmp_resref_single_jsp_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/single/ejb_depEbmp_resref_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/single/ejb_depEbmp_resref_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/resref/single/ejb_depEbmp_resref_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/single/ejb_depEbmp_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/single/ejb_depEbmp_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/single/ejb_depEbmp_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/bmp/single/ejb_depEbmp_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/casesens/ejb_depEcmp11_ejblink_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/casesens/ejb_depEcmp11_ejblink_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/casesens/ejb_depEcmp11_ejblink_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/casesens/ejb_depEcmp11_ejblink_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/scope/ejb_depEcmp11_ejblink_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/scope/ejb_depEcmp11_ejblink_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/scope/ejb_depEcmp11_ejblink_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/scope/ejb_depEcmp11_ejblink_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/scope/ejb_depEcmp11_ejblink_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/single/ejb_depEcmp11_ejblink_single_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/single Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/single/ejb_depEcmp11_ejblink_single_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/single/ejb_depEcmp11_ejblink_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/single/ejb_depEcmp11_ejblink_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejblink/single/ejb_depEcmp11_ejblink_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/casesens/ejb_depEcmp11_ejbref_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/casesens/ejb_depEcmp11_ejbref_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/casesens/ejb_depEcmp11_ejbref_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/casesens/ejb_depEcmp11_ejbref_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/scope/ejb_depEcmp11_ejbref_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/scope/ejb_depEcmp11_ejbref_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/scope/ejb_depEcmp11_ejbref_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/scope/ejb_depEcmp11_ejbref_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/scope/ejb_depEcmp11_ejbref_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/single/ejb_depEcmp11_ejbref_single_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/single Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/single/ejb_depEcmp11_ejbref_single_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/single/ejb_depEcmp11_ejbref_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/single/ejb_depEcmp11_ejbref_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/ejbref/single/ejb_depEcmp11_ejbref_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/casesens/ejb_depEcmp11_enventry_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/casesens/ejb_depEcmp11_enventry_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/casesens/ejb_depEcmp11_enventry_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/casesens/ejb_depEcmp11_enventry_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/scope/ejb_depEcmp11_enventry_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/scope/ejb_depEcmp11_enventry_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/scope/ejb_depEcmp11_enventry_scope_jar3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/scope/ejb_depEcmp11_enventry_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/scope/ejb_depEcmp11_enventry_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/scope/ejb_depEcmp11_enventry_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 31 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/single/ejb_depEcmp11_enventry_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/single/ejb_depEcmp11_enventry_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/single/ejb_depEcmp11_enventry_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/enventry/single/ejb_depEcmp11_enventry_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style1/ejb_depEcmp11_method_sec_style1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style1/ejb_depEcmp11_method_sec_style1_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style1/ejb_depEcmp11_method_sec_style1_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style1/ejb_depEcmp11_method_sec_style1.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style1 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style2/ejb_depEcmp11_method_sec_style2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style2/ejb_depEcmp11_method_sec_style2_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style2/ejb_depEcmp11_method_sec_style2_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style2/ejb_depEcmp11_method_sec_style2.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style2 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style3/ejb_depEcmp11_method_sec_style3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style3/ejb_depEcmp11_method_sec_style3_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style3/ejb_depEcmp11_method_sec_style3_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style3/ejb_depEcmp11_method_sec_style3.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/method/sec/style3 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/pkey [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 13 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/pkey [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/pkey/ejb_depEcmp11_pkey_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/pkey [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/pkey/ejb_depEcmp11_pkey_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/pkey/ejb_depEcmp11_pkey_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/pkey [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/pkey/ejb_depEcmp11_pkey.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/casesens/ejb_depEcmp11_resref_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/casesens/ejb_depEcmp11_resref_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/casesens/ejb_depEcmp11_resref_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/casesens/ejb_depEcmp11_resref_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/scope/ejb_depEcmp11_resref_scope_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/scope/ejb_depEcmp11_resref_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/scope/ejb_depEcmp11_resref_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/scope/ejb_depEcmp11_resref_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/single/ejb_depEcmp11_resref_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/single/ejb_depEcmp11_resref_single_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/single/ejb_depEcmp11_resref_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/single/ejb_depEcmp11_resref_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/resref/single/ejb_depEcmp11_resref_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/single/ejb_depEcmp11_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/single/ejb_depEcmp11_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/single/ejb_depEcmp11_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp11/single/ejb_depEcmp11_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/casesens/ejb_depEcmp20_ejblink_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/casesens/ejb_depEcmp20_ejblink_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/casesens/ejb_depEcmp20_ejblink_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/casesens/ejb_depEcmp20_ejblink_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/scope/ejb_depEcmp20_ejblink_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/scope/ejb_depEcmp20_ejblink_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/scope/ejb_depEcmp20_ejblink_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/scope/ejb_depEcmp20_ejblink_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/scope/ejb_depEcmp20_ejblink_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/single/ejb_depEcmp20_ejblink_single_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/single Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/single/ejb_depEcmp20_ejblink_single_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/single/ejb_depEcmp20_ejblink_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/single/ejb_depEcmp20_ejblink_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejblink/single/ejb_depEcmp20_ejblink_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/casesens/ejb_depEcmp20_ejbref_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/casesens/ejb_depEcmp20_ejbref_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/casesens/ejb_depEcmp20_ejbref_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/casesens/ejb_depEcmp20_ejbref_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/scope/ejb_depEcmp20_ejbref_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/scope/ejb_depEcmp20_ejbref_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/scope/ejb_depEcmp20_ejbref_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/scope/ejb_depEcmp20_ejbref_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/scope/ejb_depEcmp20_ejbref_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/single/ejb_depEcmp20_ejbref_single_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/single Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/single/ejb_depEcmp20_ejbref_single_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/single/ejb_depEcmp20_ejbref_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/single/ejb_depEcmp20_ejbref_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/ejbref/single/ejb_depEcmp20_ejbref_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/casesens/ejb_depEcmp20_enventry_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/casesens/ejb_depEcmp20_enventry_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/casesens/ejb_depEcmp20_enventry_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/casesens/ejb_depEcmp20_enventry_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/scope/ejb_depEcmp20_enventry_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/scope/ejb_depEcmp20_enventry_scope_jar3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/scope/ejb_depEcmp20_enventry_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/scope/ejb_depEcmp20_enventry_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/scope/ejb_depEcmp20_enventry_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/scope/ejb_depEcmp20_enventry_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 31 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/single/ejb_depEcmp20_enventry_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/single/ejb_depEcmp20_enventry_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/single/ejb_depEcmp20_enventry_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/enventry/single/ejb_depEcmp20_enventry_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style1/ejb_depEcmp20_method_sec_style1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style1/ejb_depEcmp20_method_sec_style1_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style1/ejb_depEcmp20_method_sec_style1_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style1/ejb_depEcmp20_method_sec_style1.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style1 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style2/ejb_depEcmp20_method_sec_style2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style2/ejb_depEcmp20_method_sec_style2_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style2/ejb_depEcmp20_method_sec_style2_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style2/ejb_depEcmp20_method_sec_style2.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style2 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style3/ejb_depEcmp20_method_sec_style3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style3/ejb_depEcmp20_method_sec_style3_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style3/ejb_depEcmp20_method_sec_style3_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style3/ejb_depEcmp20_method_sec_style3.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/method/sec/style3 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/pkey [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 13 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/pkey [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/pkey/ejb_depEcmp20_pkey_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/pkey [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/pkey/ejb_depEcmp20_pkey_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/pkey/ejb_depEcmp20_pkey_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/pkey [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/pkey/ejb_depEcmp20_pkey.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/casesens/ejb_depEcmp20_resref_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/casesens/ejb_depEcmp20_resref_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/casesens/ejb_depEcmp20_resref_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/casesens/ejb_depEcmp20_resref_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/scope/ejb_depEcmp20_resref_scope_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/scope/ejb_depEcmp20_resref_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/scope/ejb_depEcmp20_resref_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/scope/ejb_depEcmp20_resref_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/single/ejb_depEcmp20_resref_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/single/ejb_depEcmp20_resref_single_jsp_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/single/ejb_depEcmp20_resref_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/single/ejb_depEcmp20_resref_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/resref/single/ejb_depEcmp20_resref_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/single/ejb_depEcmp20_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/single/ejb_depEcmp20_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/single/ejb_depEcmp20_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/entity/cmp20/single/ejb_depEcmp20_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/casesens/ejb_depMdbQ_ejblink_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/casesens/ejb_depMdbQ_ejblink_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/casesens/ejb_depMdbQ_ejblink_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/casesens/ejb_depMdbQ_ejblink_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/casesensT [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/casesensT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/casesensT/ejb_depMdbT_ejblink_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/casesensT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/casesensT/ejb_depMdbT_ejblink_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/casesensT/ejb_depMdbT_ejblink_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/casesensT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/casesensT/ejb_depMdbT_ejblink_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scope/ejb_depMdbQ_ejblink_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scope/ejb_depMdbQ_ejblink_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scope/ejb_depMdbQ_ejblink_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scope/ejb_depMdbQ_ejblink_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scope/ejb_depMdbQ_ejblink_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scopeT [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scopeT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scopeT/ejb_depMdbT_ejblink_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scopeT Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scopeT/ejb_depMdbT_ejblink_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scopeT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scopeT/ejb_depMdbT_ejblink_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scopeT/ejb_depMdbT_ejblink_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scopeT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/scopeT/ejb_depMdbT_ejblink_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/single/ejb_depMdbQ_ejblink_single_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/single Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/single/ejb_depMdbQ_ejblink_single_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/single/ejb_depMdbQ_ejblink_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/single/ejb_depMdbQ_ejblink_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/single/ejb_depMdbQ_ejblink_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/singleT [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/singleT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/singleT/ejb_depMdbT_ejblink_single_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/singleT Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/singleT/ejb_depMdbT_ejblink_single_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/singleT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/singleT/ejb_depMdbT_ejblink_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/singleT/ejb_depMdbT_ejblink_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/singleT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejblink/singleT/ejb_depMdbT_ejblink_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/casesens/ejb_depMdbQ_ejbref_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/casesens/ejb_depMdbQ_ejbref_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/casesens/ejb_depMdbQ_ejbref_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/casesens/ejb_depMdbQ_ejbref_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/casesensT [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/casesensT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/casesensT/ejb_depMdbT_ejbref_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/casesensT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/casesensT/ejb_depMdbT_ejbref_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/casesensT/ejb_depMdbT_ejbref_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/casesensT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/casesensT/ejb_depMdbT_ejbref_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scope/ejb_depMdbQ_ejbref_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scope/ejb_depMdbQ_ejbref_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scope/ejb_depMdbQ_ejbref_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scope/ejb_depMdbQ_ejbref_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scope/ejb_depMdbQ_ejbref_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scopeT [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scopeT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scopeT/ejb_depMdbT_ejbref_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scopeT Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scopeT/ejb_depMdbT_ejbref_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scopeT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scopeT/ejb_depMdbT_ejbref_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scopeT/ejb_depMdbT_ejbref_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scopeT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/scopeT/ejb_depMdbT_ejbref_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/single/ejb_depMdbQ_ejbref_single_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/single Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/single/ejb_depMdbQ_ejbref_single_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/single/ejb_depMdbQ_ejbref_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/single/ejb_depMdbQ_ejbref_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/single/ejb_depMdbQ_ejbref_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/singleT [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/singleT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/singleT/ejb_depMdbT_ejbref_single_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/singleT Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/singleT/ejb_depMdbT_ejbref_single_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/singleT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/singleT/ejb_depMdbT_ejbref_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/singleT/ejb_depMdbT_ejbref_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/singleT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/ejbref/singleT/ejb_depMdbT_ejbref_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/casesens/ejb_depMdbQ_enventry_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/casesens/ejb_depMdbQ_enventry_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/casesens/ejb_depMdbQ_enventry_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/casesens/ejb_depMdbQ_enventry_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/casesensT [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/casesensT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/casesensT/ejb_depMdbT_enventry_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/casesensT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/casesensT/ejb_depMdbT_enventry_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/casesensT/ejb_depMdbT_enventry_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/casesensT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/casesensT/ejb_depMdbT_enventry_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scope/ejb_depMdbQ_enventry_scope_jar3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scope/ejb_depMdbQ_enventry_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scope/ejb_depMdbQ_enventry_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scope/ejb_depMdbQ_enventry_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scope/ejb_depMdbQ_enventry_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scope/ejb_depMdbQ_enventry_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scopeT [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scopeT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scopeT/ejb_depMdbT_enventry_scope_jar3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scopeT Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scopeT/ejb_depMdbT_enventry_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scopeT Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scopeT/ejb_depMdbT_enventry_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scopeT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scopeT/ejb_depMdbT_enventry_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scopeT/ejb_depMdbT_enventry_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scopeT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/scopeT/ejb_depMdbT_enventry_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/single/ejb_depMdbQ_enventry_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/single/ejb_depMdbQ_enventry_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/single/ejb_depMdbQ_enventry_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/single/ejb_depMdbQ_enventry_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/singleT [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/singleT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/singleT/ejb_depMdbT_enventry_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/singleT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/singleT/ejb_depMdbT_enventry_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/singleT/ejb_depMdbT_enventry_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/singleT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/enventry/singleT/ejb_depMdbT_enventry_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/resref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/resref/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/resref/single/ejb_depMdbQ_resref_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/resref/single/ejb_depMdbQ_resref_single_jsp_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/resref/single/ejb_depMdbQ_resref_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/resref/single/ejb_depMdbQ_resref_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/resref/single/ejb_depMdbQ_resref_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/mdb/resref/singleT [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/resref/singleT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/resref/singleT/ejb_depMdbT_resref_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/resref/singleT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/resref/singleT/ejb_depMdbT_resref_single_jsp_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/resref/singleT/ejb_depMdbT_resref_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/resref/singleT/ejb_depMdbT_resref_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/resref/singleT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/mdb/resref/singleT/ejb_depMdbT_resref_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/casesens/ejb_depSsf_ejblink_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/casesens/ejb_depSsf_ejblink_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/casesens/ejb_depSsf_ejblink_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/casesens/ejb_depSsf_ejblink_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/scope/ejb_depSsf_ejblink_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/scope/ejb_depSsf_ejblink_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/scope/ejb_depSsf_ejblink_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/scope/ejb_depSsf_ejblink_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/scope/ejb_depSsf_ejblink_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/single/ejb_depSsf_ejblink_single_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/single Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/single/ejb_depSsf_ejblink_single_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/single/ejb_depSsf_ejblink_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/single/ejb_depSsf_ejblink_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejblink/single/ejb_depSsf_ejblink_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/casesens/ejb_depSsf_ejbref_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/casesens/ejb_depSsf_ejbref_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/casesens/ejb_depSsf_ejbref_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/casesens/ejb_depSsf_ejbref_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/scope/ejb_depSsf_ejbref_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/scope/ejb_depSsf_ejbref_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/scope/ejb_depSsf_ejbref_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/scope/ejb_depSsf_ejbref_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/scope/ejb_depSsf_ejbref_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/single/ejb_depSsf_ejbref_single_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/single Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/single/ejb_depSsf_ejbref_single_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/single/ejb_depSsf_ejbref_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/single/ejb_depSsf_ejbref_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/ejbref/single/ejb_depSsf_ejbref_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/casesens/ejb_depSsf_enventry_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/casesens/ejb_depSsf_enventry_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/casesens/ejb_depSsf_enventry_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/casesens/ejb_depSsf_enventry_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/scope/ejb_depSsf_enventry_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/scope/ejb_depSsf_enventry_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/scope/ejb_depSsf_enventry_scope_jar3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/scope/ejb_depSsf_enventry_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/scope/ejb_depSsf_enventry_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/scope/ejb_depSsf_enventry_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 31 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/single/ejb_depSsf_enventry_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/single/ejb_depSsf_enventry_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/single/ejb_depSsf_enventry_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/enventry/single/ejb_depSsf_enventry_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style1/ejb_depSsf_method_sec_style1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style1/ejb_depSsf_method_sec_style1_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style1/ejb_depSsf_method_sec_style1_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style1/ejb_depSsf_method_sec_style1.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style1 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style2/ejb_depSsf_method_sec_style2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style2/ejb_depSsf_method_sec_style2_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style2/ejb_depSsf_method_sec_style2_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style2/ejb_depSsf_method_sec_style2.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style2 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style3/ejb_depSsf_method_sec_style3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style3/ejb_depSsf_method_sec_style3_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style3/ejb_depSsf_method_sec_style3_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style3/ejb_depSsf_method_sec_style3.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/method/sec/style3 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/casesens/ejb_depSsf_resref_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/casesens/ejb_depSsf_resref_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/casesens/ejb_depSsf_resref_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/casesens/ejb_depSsf_resref_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/scope/ejb_depSsf_resref_scope_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/scope/ejb_depSsf_resref_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/scope/ejb_depSsf_resref_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/scope/ejb_depSsf_resref_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/single/ejb_depSsf_resref_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/single/ejb_depSsf_resref_single_jsp_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/single/ejb_depSsf_resref_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/single/ejb_depSsf_resref_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/resref/single/ejb_depSsf_resref_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateful/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/single/ejb_depSsf_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/single/ejb_depSsf_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/single/ejb_depSsf_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateful/single/ejb_depSsf_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/casesens/ejb_depSsl_ejblink_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/casesens/ejb_depSsl_ejblink_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/casesens/ejb_depSsl_ejblink_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/casesens/ejb_depSsl_ejblink_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/scope/ejb_depSsl_ejblink_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/scope/ejb_depSsl_ejblink_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/scope/ejb_depSsl_ejblink_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/scope/ejb_depSsl_ejblink_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/scope/ejb_depSsl_ejblink_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/single/ejb_depSsl_ejblink_single_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/single Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/single/ejb_depSsl_ejblink_single_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/single/ejb_depSsl_ejblink_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/single/ejb_depSsl_ejblink_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejblink/single/ejb_depSsl_ejblink_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/casesens/ejb_depSsl_ejbref_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/casesens/ejb_depSsl_ejbref_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/casesens/ejb_depSsl_ejbref_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/casesens/ejb_depSsl_ejbref_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/scope/ejb_depSsl_ejbref_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/scope/ejb_depSsl_ejbref_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/scope/ejb_depSsl_ejbref_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/scope/ejb_depSsl_ejbref_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/scope/ejb_depSsl_ejbref_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/single/ejb_depSsl_ejbref_single_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/single Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/single/ejb_depSsl_ejbref_single_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/single/ejb_depSsl_ejbref_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/single/ejb_depSsl_ejbref_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/ejbref/single/ejb_depSsl_ejbref_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/casesens/ejb_depSsl_enventry_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/casesens/ejb_depSsl_enventry_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/casesens/ejb_depSsl_enventry_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/casesens/ejb_depSsl_enventry_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/scope/ejb_depSsl_enventry_scope_jar2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/scope/ejb_depSsl_enventry_scope_jar1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/scope Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/scope/ejb_depSsl_enventry_scope_jar3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/scope/ejb_depSsl_enventry_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/scope/ejb_depSsl_enventry_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/scope/ejb_depSsl_enventry_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 31 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/single/ejb_depSsl_enventry_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/single/ejb_depSsl_enventry_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/single/ejb_depSsl_enventry_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/enventry/single/ejb_depSsl_enventry_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style1/ejb_depSsl_method_sec_style1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style1/ejb_depSsl_method_sec_style1_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style1/ejb_depSsl_method_sec_style1_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style1/ejb_depSsl_method_sec_style1.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style1 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style2/ejb_depSsl_method_sec_style2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style2/ejb_depSsl_method_sec_style2_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style2/ejb_depSsl_method_sec_style2_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style2/ejb_depSsl_method_sec_style2.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style2 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style3/ejb_depSsl_method_sec_style3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style3/ejb_depSsl_method_sec_style3_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style3/ejb_depSsl_method_sec_style3_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style3/ejb_depSsl_method_sec_style3.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/method/sec/style3 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/casesens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/casesens/ejb_depSsl_resref_casesens_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/casesens/ejb_depSsl_resref_casesens_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/casesens/ejb_depSsl_resref_casesens_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/casesens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/casesens/ejb_depSsl_resref_casesens.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/scope/ejb_depSsl_resref_scope_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/scope/ejb_depSsl_resref_scope_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/scope/ejb_depSsl_resref_scope_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/scope/ejb_depSsl_resref_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/single/ejb_depSsl_resref_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/single/ejb_depSsl_resref_single_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/single/ejb_depSsl_resref_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/single/ejb_depSsl_resref_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/resref/single/ejb_depSsl_resref_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/deploy/session/stateless/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/single/ejb_depSsl_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/single/ejb_depSsl_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/single/ejb_depSsl_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/deploy/session/stateless/single/ejb_depSsl_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/ejbql [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/ejbql/equality [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb/ee/pm/ejbql/schema/Schema.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 31 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/schema [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/schema/ejb_ECmpQL_schema_ejb.jar [preservejar] com/sun/ts/tests/ejb/ee/pm/ejbql/schema/AddressDVC.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/pm/ejbql/schema/AddressException.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/pm/ejbql/schema/Country.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/pm/ejbql/schema/CreditCardDVC.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/pm/ejbql/schema/CreditCardException.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/pm/ejbql/schema/InfoDVC.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/pm/ejbql/schema/InfoException.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/pm/ejbql/schema/LineItemDVC.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/pm/ejbql/schema/LineItemException.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/pm/ejbql/schema/PhoneDVC.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/pm/ejbql/schema/PhoneException.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/pm/ejbql/schema/Schema.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/pm/ejbql/schema/SpouseDVC.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/pm/ejbql/schema/SpouseException.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/pm/ejbql/schema/Util.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/schema [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/schema/ejb_ECmpQL_schema.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/equality [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/equality/ejb_ECmpQL_equality_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/equality/ejb_ECmpQL_equality_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/equality [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/equality/ejb_ECmpQL_equality.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/ejbql/exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/exceptions/ejb_ECmpQL_exceptions_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/exceptions/ejb_ECmpQL_exceptions_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/exceptions/ejb_ECmpQL_exceptions.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/ejbql/from_clause [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/from_clause [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/from_clause/ejb_ECmpQL_from_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/from_clause/ejb_ECmpQL_from_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/from_clause [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/from_clause/ejb_ECmpQL_from.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/ejbql/null_values [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb/ee/pm/ejbql/null_values/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/null_values [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/null_values/ejb_ECmpQL_null_values_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/null_values/ejb_ECmpQL_null_values_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/null_values [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/null_values/ejb_ECmpQL_null_values.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/ejbql/order_by [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb/ee/pm/ejbql/order_by/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/order_by [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/order_by/ejb_ECmpQL_orderby_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/order_by/ejb_ECmpQL_orderby_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/order_by [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/order_by/ejb_ECmpQL_orderby.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/ejbql/schema [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/ejbql/select_clause [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/select_clause [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/select_clause/ejb_ECmpQL_select_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/select_clause/ejb_ECmpQL_select_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/select_clause [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/select_clause/ejb_ECmpQL_select.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/ejbql/tx [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/tx [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/tx/ejb_ECmpQL_tx_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/tx [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/tx/ejb_ECmpQL_tx_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/tx/ejb_ECmpQL_tx_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/tx [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/tx/ejb_ECmpQL_tx.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/ejbql/where_clause [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/where_clause [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/where_clause/ejb_ECmpQL_where_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/where_clause/ejb_ECmpQL_where_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/where_clause [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/ejbql/where_clause/ejb_ECmpQL_where.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/manyXmany/bi/btob [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/bi/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/bi/btob/ejb_pm_MxN_bi_btob_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/bi/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/bi/btob/ejb_pm_MxN_bi_btob_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/bi/btob/ejb_pm_MxN_bi_btob_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/bi/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/bi/btob/ejb_pm_MxN_bi_btob.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/manyXmany/bi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/manyXmany/bi/delete [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/bi/delete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/bi/delete/ejb_pm_MxN_bi_delete_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/bi/delete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/bi/delete/ejb_pm_MxN_bi_delete_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/bi/delete/ejb_pm_MxN_bi_delete_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/bi/delete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/bi/delete/ejb_pm_MxN_bi_delete.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/manyXmany [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/manyXmany/uni/btob [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/uni/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/uni/btob/ejb_pm_MxN_uni_btob_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/uni/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/uni/btob/ejb_pm_MxN_uni_btob_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/uni/btob/ejb_pm_MxN_uni_btob_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/uni/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXmany/uni/btob/ejb_pm_MxN_uni_btob.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/manyXmany/uni [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/manyXone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/manyXone/uni/btob [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXone/uni/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXone/uni/btob/ejb_pm_Mx1_uni_btob_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXone/uni/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXone/uni/btob/ejb_pm_Mx1_uni_btob_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXone/uni/btob/ejb_pm_Mx1_uni_btob_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXone/uni/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXone/uni/btob/ejb_pm_Mx1_uni_btob.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/manyXone/uni [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/manyXone/uni/delete [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXone/uni/delete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXone/uni/delete/ejb_pm_Mx1_uni_delete_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXone/uni/delete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXone/uni/delete/ejb_pm_Mx1_uni_delete_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXone/uni/delete/ejb_pm_Mx1_uni_delete_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXone/uni/delete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/manyXone/uni/delete/ejb_pm_Mx1_uni_delete.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/btob [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 12 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/btob/ejb_pm_1xM_bi_btob_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/btob/ejb_pm_1xM_bi_btob_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/btob/ejb_pm_1xM_bi_btob_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/btob/ejb_pm_1xM_bi_btob.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/cascadedelete [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/cascadedelete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/cascadedelete/ejb_pm_1xM_bi_cascadedelete_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/cascadedelete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/cascadedelete/ejb_pm_1xM_bi_cascadedelete_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/cascadedelete/ejb_pm_1xM_bi_cascadedelete_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/cascadedelete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/cascadedelete/ejb_pm_1xM_bi_cascadedelete.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/delete [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/delete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/delete/ejb_pm_1xM_bi_delete_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/delete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/delete/ejb_pm_1xM_bi_delete_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/delete/ejb_pm_1xM_bi_delete_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/delete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/delete/ejb_pm_1xM_bi_delete.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/oneXmany [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/oneXmany/uni/btob [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 12 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/uni/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/uni/btob/ejb_pm_1xM_uni_btob_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/uni/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/uni/btob/ejb_pm_1xM_uni_btob_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/uni/btob/ejb_pm_1xM_uni_btob_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/uni/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXmany/uni/btob/ejb_pm_1xM_uni_btob.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/oneXmany/uni [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/btob [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/btob/ejb_pm_1x1_bi_btob_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/btob/ejb_pm_1x1_bi_btob_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/btob/ejb_pm_1x1_bi_btob_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/btob/ejb_pm_1x1_bi_btob.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/oneXone/bi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/cascadedelete [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/cascadedelete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/cascadedelete/ejb_pm_1x1_bi_cascadedelete_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/cascadedelete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/cascadedelete/ejb_pm_1x1_bi_cascadedelete_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/cascadedelete/ejb_pm_1x1_bi_cascadedelete_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/cascadedelete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/cascadedelete/ejb_pm_1x1_bi_cascadedelete.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/delete [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/delete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/delete/ejb_pm_1x1_bi_delete_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/delete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/delete/ejb_pm_1x1_bi_delete_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/delete/ejb_pm_1x1_bi_delete_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/delete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/bi/delete/ejb_pm_1x1_bi_delete.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/oneXone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/oneXone/uni/btob [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/uni/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/uni/btob/ejb_pm_1x1_uni_btob_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/uni/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/uni/btob/ejb_pm_1x1_uni_btob_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/uni/btob/ejb_pm_1x1_uni_btob_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/uni/btob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/oneXone/uni/btob/ejb_pm_1x1_uni_btob.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/oneXone/uni [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/pm/selfXself [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/selfXself [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/selfXself/ejb_pm_self_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/selfXself [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/selfXself/ejb_pm_self_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/selfXself/ejb_pm_self_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/selfXself [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/pm/selfXself/ejb_pm_self.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/bmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/bmp/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 16 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/ejb/ee/sec/bmp/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/bmp/lsecp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/lsecp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/lsecp/ejb_secEbmp_lsecp_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/lsecp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/lsecp/ejb_secEbmp_lsecp_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/lsecp/ejb_secEbmp_lsecp_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/lsecp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/lsecp/ejb_secEbmp_lsecp.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/lsecp build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/bmp/lsecr [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/lsecr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/lsecr/ejb_secEbmp_lsecr_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/lsecr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/lsecr/ejb_secEbmp_lsecr_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/lsecr/ejb_secEbmp_lsecr_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/lsecr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/lsecr/ejb_secEbmp_lsecr.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/lsecr build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/bmp/sec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/sec/ejb_secEbmp_sec_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/sec/ejb_secEbmp_sec_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/sec/ejb_secEbmp_sec_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/sec/ejb_secEbmp_sec.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/sec build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/bmp/secpropagation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/secpropagation/ejb_secEbmp_secp_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/secpropagation/ejb_secEbmp_secp_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/secpropagation/ejb_secEbmp_secp_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/secpropagation/ejb_secEbmp_secp.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/secpropagation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/bmp/secrunaspropagation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/secrunaspropagation/ejb_secEbmp_secrunaspropagation_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/secrunaspropagation/ejb_secEbmp_secrunaspropagation_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/secrunaspropagation/ejb_secEbmp_secrunaspropagation_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/secrunaspropagation/ejb_secEbmp_secrunaspropagation.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/bmp/secrunaspropagation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/bmp/util [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/ejb/ee/sec/bmp/util build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/cmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/cmp/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/ejb/ee/sec/cmp/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/cmp/sec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/sec/ejb_secEcmp_sec_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/sec/ejb_secEcmp_sec_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/sec/ejb_secEcmp_sec_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/sec/ejb_secEcmp_sec.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/sec build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/cmp/secpropagation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/secpropagation/ejb_secEcmp_secp_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/secpropagation/ejb_secEcmp_secp_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/secpropagation/ejb_secEcmp_secp_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/secpropagation/ejb_secEcmp_secp.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/secpropagation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/cmp/secrunaspropagation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/secrunaspropagation/ejb_seccmp_secrunaspropagation_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/secrunaspropagation/ejb_seccmp_secrunaspropagation_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/secrunaspropagation/ejb_seccmp_secrunaspropagation_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/secrunaspropagation/ejb_seccmp_secrunaspropagation.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp/secrunaspropagation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/cmp20 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/cmp20/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 16 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/ejb/ee/sec/cmp20/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/cmp20/lsecp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/lsecp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/lsecp/ejb_secEcmp20_lsecp_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/lsecp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/lsecp/ejb_secEcmp20_lsecp_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/lsecp/ejb_secEcmp20_lsecp_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/lsecp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/lsecp/ejb_secEcmp20_lsecp.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/lsecp build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/cmp20/lsecr [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/lsecr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/lsecr/ejb_secEcmp20_lsecr_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/lsecr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/lsecr/ejb_secEcmp20_lsecr_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/lsecr/ejb_secEcmp20_lsecr_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/lsecr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/lsecr/ejb_secEcmp20_lsecr.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/lsecr build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/cmp20/sec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/sec/ejb_secEcmp20_sec_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/sec/ejb_secEcmp20_sec_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/sec/ejb_secEcmp20_sec_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/sec/ejb_secEcmp20_sec.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/sec build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/cmp20/secpropagation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/secpropagation/ejb_secEcmp20_secp_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/secpropagation/ejb_secEcmp20_secp_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/secpropagation/ejb_secEcmp20_secp_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/secpropagation/ejb_secEcmp20_secp.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/secpropagation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/cmp20/secrunaspropagation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/secrunaspropagation/ejb_seccmp20_secrunaspropagation_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/secrunaspropagation/ejb_seccmp20_secrunaspropagation_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/secrunaspropagation/ejb_seccmp20_secrunaspropagation_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/secrunaspropagation/ejb_seccmp20_secrunaspropagation.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/cmp20/secrunaspropagation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/mdb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/mdb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/mdb/ejb_sec_mdb_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/mdb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/mdb/ejb_sec_mdb_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/mdb/ejb_sec_mdb_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/mdb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/mdb/ejb_sec_mdb.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/mdb build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/stateful [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/stateful/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 16 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/ejb/ee/sec/stateful/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/stateful/lsecp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/lsecp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/lsecp/ejb_secSsf_lsecp_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/lsecp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/lsecp/ejb_secSsf_lsecp_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/lsecp/ejb_secSsf_lsecp_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/lsecp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/lsecp/ejb_secSsf_lsecp.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/lsecp build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/stateful/lsecr [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/lsecr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/lsecr/ejb_secSsf_lsecr_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/lsecr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/lsecr/ejb_secSsf_lsecr_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/lsecr/ejb_secSsf_lsecr_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/lsecr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/lsecr/ejb_secSsf_lsecr.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/lsecr build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/stateful/mdb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/mdb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/mdb/ejb_secSsf_mdb_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/mdb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/mdb/ejb_secSsf_mdb_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/mdb/ejb_secSsf_mdb_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/mdb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/mdb/ejb_secSsf_mdb.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/mdb build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/stateful/sec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/sec/ejb_secSsf_sec_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/sec/ejb_secSsf_sec_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/sec/ejb_secSsf_sec_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/sec/ejb_secSsf_sec.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/sec build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/stateful/secpropagation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/secpropagation/ejb_secSsf_secp_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/secpropagation/ejb_secSsf_secp_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/secpropagation/ejb_secSsf_secp_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/secpropagation/ejb_secSsf_secp.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/secpropagation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/stateful/secrunaspropagation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/secrunaspropagation/ejb_secSsf_secrunaspropagation_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/secrunaspropagation/ejb_secSsf_secrunaspropagation_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/secrunaspropagation/ejb_secSsf_secrunaspropagation_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/secrunaspropagation/ejb_secSsf_secrunaspropagation.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateful/secrunaspropagation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/stateless/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 16 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/ejb/ee/sec/stateless/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/stateless/lsecp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/lsecp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/lsecp/ejb_secSsl_lsecp_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/lsecp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/lsecp/ejb_secSsl_lsecp_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/lsecp/ejb_secSsl_lsecp_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/lsecp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/lsecp/ejb_secSsl_lsecp.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/lsecp build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/stateless/lsecr [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/lsecr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/lsecr/ejb_secSsl_lsecr_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/lsecr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/lsecr/ejb_secSsl_lsecr_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/lsecr/ejb_secSsl_lsecr_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/lsecr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/lsecr/ejb_secSsl_lsecr.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/lsecr build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/stateless/sec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/sec/ejb_secSsl_sec_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/sec/ejb_secSsl_sec_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/sec/ejb_secSsl_sec_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/sec/ejb_secSsl_sec.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/sec build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/stateless/secpropagation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/secpropagation/ejb_secSsl_secp_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/secpropagation/ejb_secSsl_secp_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/secpropagation/ejb_secSsl_secp_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/secpropagation/ejb_secSsl_secp.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/secpropagation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/sec/stateless/secrunaspropagation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/secrunaspropagation/ejb_secSsl_secrunaspropagation_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/secrunaspropagation/ejb_secSsl_secrunaspropagation_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/secrunaspropagation/ejb_secSsl_secrunaspropagation_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/secrunaspropagation/ejb_secSsl_secrunaspropagation.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/sec/stateless/secrunaspropagation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/timer/apitests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/apitests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/apitests/ejb_timer_apitests_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/apitests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/apitests/ejb_timer_apitests_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/apitests/ejb_timer_apitests_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/apitests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/apitests/ejb_timer_apitests.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/apitests build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/timer [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/timer/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb/ee/timer/common/TimerImpl.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/ejb/ee/timer/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/timer/entity/bmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/entity/bmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/entity/bmp/ejb_timerEbmp_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/entity/bmp/ejb_timerEbmp_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/entity/bmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/entity/bmp/ejb_timerEbmp_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/entity/bmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/entity/bmp/ejb_timerEbmp.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/entity/bmp build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/timer/entity [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/timer/entity/cmp20 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/entity/cmp20 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/entity/cmp20/ejb_timerEcmp_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/entity/cmp20/ejb_timerEcmp_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/entity/cmp20 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/entity/cmp20/ejb_timerEcmp_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/entity/cmp20 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/entity/cmp20/ejb_timerEcmp.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/entity/cmp20 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/timer/helper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/ejb/ee/timer/helper build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/timer/mdb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb/ee/timer/mdb/MsgBean.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/mdb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/mdb/ejb_timerMdb_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/mdb/ejb_timerMdb_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/mdb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/mdb/ejb_timerMdb_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/mdb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/mdb/ejb_timerMdb.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/mdb build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/timer/session [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/timer/session/stateless/bm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/session/stateless/bm [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/session/stateless/bm/ejb_timerSslBm_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/session/stateless/bm/ejb_timerSslBm_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/session/stateless/bm [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/session/stateless/bm/ejb_timerSslBm_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/session/stateless/bm [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/session/stateless/bm/ejb_timerSslBm.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/session/stateless/bm build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/timer/session/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/timer/session/stateless/cm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/session/stateless/cm [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/session/stateless/cm/ejb_timerSslCm_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/session/stateless/cm/ejb_timerSslCm_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/session/stateless/cm [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/session/stateless/cm/ejb_timerSslCm_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/session/stateless/cm [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/session/stateless/cm/ejb_timerSslCm.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/timer/session/stateless/cm build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/TxRN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb/ee/tx/txEbean/TxEBeanEJB.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/txEbean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/txEbean/ejb_etx_txEbean_ejb.jar [preservejar] com/sun/ts/tests/ejb/ee/tx/txEbean/AppException.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/tx/txEbean/SysException.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/txEbean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/txEbean/ejb_etx_txEbean.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/TxRN_Exceptions/ejb_txEbmpBm_TxRN_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/TxRN_Exceptions/ejb_txEbmpBm_TxRN_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/TxRN_Exceptions/ejb_txEbmpBm_TxRN_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/TxRN_Exceptions/ejb_txEbmpBm_TxRN_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/TxR_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/TxR_Exceptions/ejb_txEbmpBm_TxR_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/TxR_Exceptions/ejb_txEbmpBm_TxR_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/TxR_Exceptions/ejb_txEbmpBm_TxR_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/TxR_Exceptions/ejb_txEbmpBm_TxR_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/Tx_Multi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/Tx_Multi/ejb_txEbmpBm_TxMulti_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/Tx_Multi/ejb_txEbmpBm_TxMulti_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/Tx_Multi/ejb_txEbmpBm_TxMulti_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/Tx_Multi/ejb_txEbmpBm_TxMulti.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/Tx_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/Tx_Single/ejb_txEbmpBm_Tx_Single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/Tx_Single/ejb_txEbmpBm_Tx_Single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/Tx_Single/ejb_txEbmpBm_Tx_Single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/Tx_Single/ejb_txEbmpBm_Tx_Single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/bmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/TxRN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/TxRN_Exceptions/ejb_txEbmpCm_TxRN_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/TxRN_Exceptions/ejb_txEbmpCm_TxRN_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/TxRN_Exceptions/ejb_txEbmpCm_TxRN_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/TxRN_Exceptions/ejb_txEbmpCm_TxRN_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/TxR_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/TxR_Exceptions/ejb_txEbmpCm_TxR_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/TxR_Exceptions/ejb_txEbmpCm_TxR_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/TxR_Exceptions/ejb_txEbmpCm_TxR_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/TxR_Exceptions/ejb_txEbmpCm_TxR_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_Multi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_Multi/ejb_txEbmpCm_TxMulti_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_Multi/ejb_txEbmpCm_TxMulti_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_Multi/ejb_txEbmpCm_TxMulti_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_Multi/ejb_txEbmpCm_TxMulti.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_SetRollbackOnly [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_SetRollbackOnly/ejb_txEbmpCm_TxSetRollbackOnly_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_SetRollbackOnly/ejb_txEbmpCm_TxSetRollbackOnly_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_SetRollbackOnly/ejb_txEbmpCm_TxSetRollbackOnly_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_SetRollbackOnly/ejb_txEbmpCm_TxSetRollbackOnly.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_Single/ejb_txEbmpCm_TxSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_Single/ejb_txEbmpCm_TxSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_Single/ejb_txEbmpCm_TxSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm/Tx_Single/ejb_txEbmpCm_TxSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/bmp/cm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/TxRN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/txECMPbean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/txECMPbean/ejb_etx_txECMPbean_ejb.jar [preservejar] com/sun/ts/tests/ejb/ee/tx/txECMPbean/AppException.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/tx/txECMPbean/SysException.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/txECMPbean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/txECMPbean/ejb_etx_txECMPbean.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/TxRN_Exceptions/ejb_txEcmpBm_TxRN_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/TxRN_Exceptions/ejb_txEcmpBm_TxRN_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/TxRN_Exceptions/ejb_txEcmpBm_TxRN_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/TxRN_Exceptions/ejb_txEcmpBm_TxRN_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/TxR_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/TxR_Exceptions/ejb_txEcmpBm_TxR_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/TxR_Exceptions/ejb_txEcmpBm_TxR_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/TxR_Exceptions/ejb_txEcmpBm_TxR_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/TxR_Exceptions/ejb_txEcmpBm_TxR_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/Tx_Multi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/Tx_Multi/ejb_txEcmpBm_TxMulti_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/Tx_Multi/ejb_txEcmpBm_TxMulti_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/Tx_Multi/ejb_txEcmpBm_TxMulti_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/Tx_Multi/ejb_txEcmpBm_TxMulti.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/Tx_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/Tx_Single/ejb_txEcmpBm_Tx_Single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/Tx_Single/ejb_txEcmpBm_Tx_Single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/Tx_Single/ejb_txEcmpBm_Tx_Single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/Tx_Single/ejb_txEcmpBm_Tx_Single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/cmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/TxRN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/TxRN_Exceptions/ejb_txEcmpCm_TxRN_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/TxRN_Exceptions/ejb_txEcmpCm_TxRN_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/TxRN_Exceptions/ejb_txEcmpCm_TxRN_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/TxRN_Exceptions/ejb_txEcmpCm_TxRN_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/TxR_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/TxR_Exceptions/ejb_txEcmpCm_TxR_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/TxR_Exceptions/ejb_txEcmpCm_TxR_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/TxR_Exceptions/ejb_txEcmpCm_TxR_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/TxR_Exceptions/ejb_txEcmpCm_TxR_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_Multi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_Multi/ejb_txEcmpCm_TxMulti_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_Multi/ejb_txEcmpCm_TxMulti_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_Multi/ejb_txEcmpCm_TxMulti_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_Multi/ejb_txEcmpCm_TxMulti.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_SetRollbackOnly [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_SetRollbackOnly/ejb_txEcmpCm_TxSetRollbackOnly_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_SetRollbackOnly/ejb_txEcmpCm_TxSetRollbackOnly_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_SetRollbackOnly/ejb_txEcmpCm_TxSetRollbackOnly_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_SetRollbackOnly/ejb_txEcmpCm_TxSetRollbackOnly.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_Single/ejb_txEcmpCm_TxSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_Single/ejb_txEcmpCm_TxSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_Single/ejb_txEcmpCm_TxSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm/Tx_Single/ejb_txEcmpCm_TxSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/cmp/cm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxRN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/txEPMbean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/txEPMbean/ejb_etx_txEPMbean_ejb.jar [preservejar] com/sun/ts/tests/ejb/ee/tx/txEPMbean/AppException.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/tx/txEPMbean/SysException.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/txEPMbean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/txEPMbean/ejb_etx_txEPMbean.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxRN_Exceptions/ejb_txEpmBm_TxRN_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxRN_Exceptions/ejb_txEpmBm_TxRN_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxRN_Exceptions/ejb_txEpmBm_TxRN_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxRN_Exceptions/ejb_txEpmBm_TxRN_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxR_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxR_Exceptions/ejb_txEpmBm_TxR_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxR_Exceptions/ejb_txEpmBm_TxR_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxR_Exceptions/ejb_txEpmBm_TxR_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxR_Exceptions/ejb_txEpmBm_TxR_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/Tx_Multi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/Tx_Multi/ejb_txEpmBm_TxMulti_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/Tx_Multi/ejb_txEpmBm_TxMulti_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/Tx_Multi/ejb_txEpmBm_TxMulti_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/Tx_Multi/ejb_txEpmBm_TxMulti.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/Tx_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/Tx_Single/ejb_txEpmBm_Tx_Single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/Tx_Single/ejb_txEpmBm_Tx_Single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/Tx_Single/ejb_txEpmBm_Tx_Single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/Tx_Single/ejb_txEpmBm_Tx_Single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/pm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/TxRN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/TxRN_Exceptions/ejb_txEpmCm_TxRN_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/TxRN_Exceptions/ejb_txEpmCm_TxRN_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/TxRN_Exceptions/ejb_txEpmCm_TxRN_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/TxRN_Exceptions/ejb_txEpmCm_TxRN_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/TxR_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/TxR_Exceptions/ejb_txEpmCm_TxR_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/TxR_Exceptions/ejb_txEpmCm_TxR_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/TxR_Exceptions/ejb_txEpmCm_TxR_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/TxR_Exceptions/ejb_txEpmCm_TxR_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/Tx_SetRollbackOnly [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/Tx_SetRollbackOnly/ejb_txEpmCm_TxSetRollbackOnly_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/Tx_SetRollbackOnly/ejb_txEpmCm_TxSetRollbackOnly_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/Tx_SetRollbackOnly/ejb_txEpmCm_TxSetRollbackOnly_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/Tx_SetRollbackOnly/ejb_txEpmCm_TxSetRollbackOnly.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/Tx_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/Tx_Single/ejb_txEpmCm_TxSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/Tx_Single/ejb_txEpmCm_TxSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/Tx_Single/ejb_txEpmCm_TxSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/Tx_Single/ejb_txEpmCm_TxSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxRN_Diamond [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 15 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb/ee/tx/txEbeanLocal/TxEBeanEJB.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxRN_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxRN_Diamond/ejb_txEbmplBm_TxRN_Diamond_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxRN_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxRN_Diamond/ejb_txEbmplBm_TxRN_Diamond_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxRN_Diamond/ejb_txEbmplBm_TxRN_Diamond_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxRN_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxRN_Diamond/ejb_txEbmplBm_TxRN_Diamond.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxRN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxRN_Exceptions/ejb_txEbmplBm_TxRN_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxRN_Exceptions/ejb_txEbmplBm_TxRN_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxRN_Exceptions/ejb_txEbmplBm_TxRN_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxRN_Exceptions/ejb_txEbmplBm_TxRN_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxR_Diamond [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxR_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxR_Diamond/ejb_txEbmplBm_TxR_Diamond_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxR_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxR_Diamond/ejb_txEbmplBm_TxR_Diamond_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxR_Diamond/ejb_txEbmplBm_TxR_Diamond_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxR_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxR_Diamond/ejb_txEbmplBm_TxR_Diamond.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxR_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxR_Exceptions/ejb_txEbmplBm_TxR_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxR_Exceptions/ejb_txEbmplBm_TxR_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxR_Exceptions/ejb_txEbmplBm_TxR_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxR_Exceptions/ejb_txEbmplBm_TxR_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/Tx_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/Tx_Single/ejb_txEbmplBm_Tx_Single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/Tx_Single/ejb_txEbmplBm_Tx_Single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/Tx_Single/ejb_txEbmplBm_Tx_Single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/Tx_Single/ejb_txEbmplBm_Tx_Single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxRN_Diamond [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxRN_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxRN_Diamond/ejb_txEbmplCm_TxRN_Diamond_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxRN_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxRN_Diamond/ejb_txEbmplCm_TxRN_Diamond_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxRN_Diamond/ejb_txEbmplCm_TxRN_Diamond_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxRN_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxRN_Diamond/ejb_txEbmplCm_TxRN_Diamond.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxRN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxRN_Exceptions/ejb_txEbmplCm_TxRN_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxRN_Exceptions/ejb_txEbmplCm_TxRN_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxRN_Exceptions/ejb_txEbmplCm_TxRN_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxRN_Exceptions/ejb_txEbmplCm_TxRN_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxR_Diamond [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxR_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxR_Diamond/ejb_txEbmplCm_TxR_Diamond_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxR_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxR_Diamond/ejb_txEbmplCm_TxR_Diamond_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxR_Diamond/ejb_txEbmplCm_TxR_Diamond_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxR_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxR_Diamond/ejb_txEbmplCm_TxR_Diamond.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxR_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxR_Exceptions/ejb_txEbmplCm_TxR_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxR_Exceptions/ejb_txEbmplCm_TxR_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxR_Exceptions/ejb_txEbmplCm_TxR_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/TxR_Exceptions/ejb_txEbmplCm_TxR_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/Tx_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/Tx_Single/ejb_txEbmplCm_TxSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/Tx_Single/ejb_txEbmplCm_TxSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/Tx_Single/ejb_txEbmplCm_TxSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm/Tx_Single/ejb_txEbmplCm_TxSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/cm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxRN_Diamond [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 15 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxRN_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxRN_Diamond/ejb_txEpmlBm_TxRN_Diamond_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxRN_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxRN_Diamond/ejb_txEpmlBm_TxRN_Diamond_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxRN_Diamond/ejb_txEpmlBm_TxRN_Diamond_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxRN_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxRN_Diamond/ejb_txEpmlBm_TxRN_Diamond.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxRN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxRN_Exceptions/ejb_txEpmlBm_TxRN_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxRN_Exceptions/ejb_txEpmlBm_TxRN_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxRN_Exceptions/ejb_txEpmlBm_TxRN_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxRN_Exceptions/ejb_txEpmlBm_TxRN_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxR_Diamond [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxR_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxR_Diamond/ejb_txEpmlBm_TxR_Diamond_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxR_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxR_Diamond/ejb_txEpmlBm_TxR_Diamond_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxR_Diamond/ejb_txEpmlBm_TxR_Diamond_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxR_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxR_Diamond/ejb_txEpmlBm_TxR_Diamond.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxR_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxR_Exceptions/ejb_txEpmlBm_TxR_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxR_Exceptions/ejb_txEpmlBm_TxR_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxR_Exceptions/ejb_txEpmlBm_TxR_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxR_Exceptions/ejb_txEpmlBm_TxR_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/Tx_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/Tx_Single/ejb_txEpmlBm_Tx_Single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/Tx_Single/ejb_txEpmlBm_Tx_Single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/Tx_Single/ejb_txEpmlBm_Tx_Single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/Tx_Single/ejb_txEpmlBm_Tx_Single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxRN_Diamond [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxRN_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxRN_Diamond/ejb_txEpmlCm_TxRN_Diamond_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxRN_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxRN_Diamond/ejb_txEpmlCm_TxRN_Diamond_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxRN_Diamond/ejb_txEpmlCm_TxRN_Diamond_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxRN_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxRN_Diamond/ejb_txEpmlCm_TxRN_Diamond.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxRN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxRN_Exceptions/ejb_txEpmlCm_TxRN_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxRN_Exceptions/ejb_txEpmlCm_TxRN_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxRN_Exceptions/ejb_txEpmlCm_TxRN_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxRN_Exceptions/ejb_txEpmlCm_TxRN_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxR_Diamond [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxR_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxR_Diamond/ejb_txEpmlCm_TxR_Diamond_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxR_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxR_Diamond/ejb_txEpmlCm_TxR_Diamond_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxR_Diamond/ejb_txEpmlCm_TxR_Diamond_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxR_Diamond [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxR_Diamond/ejb_txEpmlCm_TxR_Diamond.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxR_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxR_Exceptions/ejb_txEpmlCm_TxR_Excep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxR_Exceptions/ejb_txEpmlCm_TxR_Excep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxR_Exceptions/ejb_txEpmlCm_TxR_Excep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/TxR_Exceptions/ejb_txEpmlCm_TxR_Excep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/Tx_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/Tx_Single/ejb_txEpmlCm_TxSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/Tx_Single/ejb_txEpmlCm_TxSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/Tx_Single/ejb_txEpmlCm_TxSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/Tx_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm/Tx_Single/ejb_txEpmlCm_TxSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/cm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxBM_GlobalSingle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb/ee/tx/txbean/TxBeanEJB.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/txbean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/txbean/ejb_tx_txbean_ejb.jar [preservejar] com/sun/ts/tests/ejb/ee/tx/txbean/AppException.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/tx/txbean/SysException.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/txbean Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/txbean/ejb_tx_txbean2_ejb.jar [preservejar] com/sun/ts/tests/ejb/ee/tx/txbean/AppException.class already added, skipping [preservejar] com/sun/ts/tests/ejb/ee/tx/txbean/SysException.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/txbean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/txbean/ejb_tx_txbean.ear [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/txbean/ejb_tx_txbean2.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxBM_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxBM_GlobalSingle/ejb_txSsfBm_TxBMSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxBM_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxBM_GlobalSingle/ejb_txSsfBm_TxBMSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxBM_GlobalSingle/ejb_txSsfBm_TxBMSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxBM_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxBM_GlobalSingle/ejb_txSsfBm_TxBMSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxM_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxM_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxM_Exceptions/ejb_txSsfBm_TxMExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxM_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxM_Exceptions/ejb_txSsfBm_TxMExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxM_Exceptions/ejb_txSsfBm_TxMExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxM_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxM_Exceptions/ejb_txSsfBm_TxMExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxM_GlobalSingle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxM_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxM_GlobalSingle/ejb_txSsfBm_TxMSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxM_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxM_GlobalSingle/ejb_txSsfBm_TxMSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxM_GlobalSingle/ejb_txSsfBm_TxMSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxM_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxM_GlobalSingle/ejb_txSsfBm_TxMSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxNS_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxNS_Exceptions/ejb_txSsfBm_TxNSExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxNS_Exceptions/ejb_txSsfBm_TxNSExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxNS_Exceptions/ejb_txSsfBm_TxNSExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxNS_Exceptions/ejb_txSsfBm_TxNSExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxN_GlobalSingle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxN_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxN_GlobalSingle/ejb_txSsfBm_TxNSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxN_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxN_GlobalSingle/ejb_txSsfBm_TxNSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxN_GlobalSingle/ejb_txSsfBm_TxNSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxN_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxN_GlobalSingle/ejb_txSsfBm_TxNSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxRN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxRN_Exceptions/ejb_txSsfBm_TxRNExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxRN_Exceptions/ejb_txSsfBm_TxRNExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxRN_Exceptions/ejb_txSsfBm_TxRNExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxRN_Exceptions/ejb_txSsfBm_TxRNExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxRN_GlobalSingle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxRN_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxRN_GlobalSingle/ejb_txSsfBm_TxRNSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxRN_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxRN_GlobalSingle/ejb_txSsfBm_TxRNSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxRN_GlobalSingle/ejb_txSsfBm_TxRNSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxRN_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxRN_GlobalSingle/ejb_txSsfBm_TxRNSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxR_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxR_Exceptions/ejb_txSsfBm_TxRExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxR_Exceptions/ejb_txSsfBm_TxRExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxR_Exceptions/ejb_txSsfBm_TxRExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxR_Exceptions/ejb_txSsfBm_TxRExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxR_GlobalSingle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxR_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxR_GlobalSingle/ejb_txSsfBm_TxRSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxR_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxR_GlobalSingle/ejb_txSsfBm_TxRSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxR_GlobalSingle/ejb_txSsfBm_TxRSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxR_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxR_GlobalSingle/ejb_txSsfBm_TxRSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxS_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxS_Exceptions/ejb_txSsfBm_TxSExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxS_Exceptions/ejb_txSsfBm_TxSExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxS_Exceptions/ejb_txSsfBm_TxSExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxS_Exceptions/ejb_txSsfBm_TxSExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxS_GlobalSingle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxS_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxS_GlobalSingle/ejb_txSsfBm_TxSSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxS_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxS_GlobalSingle/ejb_txSsfBm_TxSSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxS_GlobalSingle/ejb_txSsfBm_TxSSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxS_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/TxS_GlobalSingle/ejb_txSsfBm_TxSSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/Tx_Multi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/Tx_Multi/ejb_txSsfBm_TxMulti_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/Tx_Multi/ejb_txSsfBm_TxMulti_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/Tx_Multi/ejb_txSsfBm_TxMulti_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/Tx_Multi/ejb_txSsfBm_TxMulti.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxM_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxM_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxM_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxM_Single/ejb_txSsfCm_TxMSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxM_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxM_Single/ejb_txSsfCm_TxMSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxM_Single/ejb_txSsfCm_TxMSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxM_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxM_Single/ejb_txSsfCm_TxMSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxNS_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxNS_Exceptions/ejb_txSsfCm_TxNSExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxNS_Exceptions/ejb_txSsfCm_TxNSExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxNS_Exceptions/ejb_txSsfCm_TxNSExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxNS_Exceptions/ejb_txSsfCm_TxNSExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxN_Exceptions/ejb_txSsfCm_TxNExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxN_Exceptions/ejb_txSsfCm_TxNExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxN_Exceptions/ejb_txSsfCm_TxNExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxN_Exceptions/ejb_txSsfCm_TxNExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxRN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxRN_Exceptions/ejb_txSsfCm_TxRNExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxRN_Exceptions/ejb_txSsfCm_TxRNExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxRN_Exceptions/ejb_txSsfCm_TxRNExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxRN_Exceptions/ejb_txSsfCm_TxRNExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxRN_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxRN_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxRN_Single/ejb_txSsfCm_TxRNSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxRN_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxRN_Single/ejb_txSsfCm_TxRNSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxRN_Single/ejb_txSsfCm_TxRNSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxRN_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxRN_Single/ejb_txSsfCm_TxRNSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxR_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxR_Exceptions/ejb_txSsfCm_TxRExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxR_Exceptions/ejb_txSsfCm_TxRExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxR_Exceptions/ejb_txSsfCm_TxRExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxR_Exceptions/ejb_txSsfCm_TxRExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxR_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxR_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxR_Single/ejb_txSsfCm_TxRSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxR_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxR_Single/ejb_txSsfCm_TxRSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxR_Single/ejb_txSsfCm_TxRSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxR_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxR_Single/ejb_txSsfCm_TxRSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxS_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxS_Exceptions/ejb_txSsfCm_TxSExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxS_Exceptions/ejb_txSsfCm_TxSExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxS_Exceptions/ejb_txSsfCm_TxSExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxS_Exceptions/ejb_txSsfCm_TxSExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/Tx_SetRollbackOnly [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/Tx_SetRollbackOnly/ejb_txSsfCm_TxSetRollbackOnly_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/Tx_SetRollbackOnly/ejb_txSsfCm_TxSetRollbackOnly_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/Tx_SetRollbackOnly/ejb_txSsfCm_TxSetRollbackOnly_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/Tx_SetRollbackOnly/ejb_txSsfCm_TxSetRollbackOnly.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateful/cm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxM_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxM_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxM_Exceptions/ejb_txSslBm_TxMExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxM_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxM_Exceptions/ejb_txSslBm_TxMExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxM_Exceptions/ejb_txSslBm_TxMExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxM_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxM_Exceptions/ejb_txSslBm_TxMExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxNS_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxNS_Exceptions/ejb_txSslBm_TxNSExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxNS_Exceptions/ejb_txSslBm_TxNSExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxNS_Exceptions/ejb_txSslBm_TxNSExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxNS_Exceptions/ejb_txSslBm_TxNSExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxN_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxN_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxN_Single/ejb_txSslBm_TxNSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxN_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxN_Single/ejb_txSslBm_TxNSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxN_Single/ejb_txSslBm_TxNSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxN_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxN_Single/ejb_txSslBm_TxNSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxRN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxRN_Exceptions/ejb_txSslBm_TxRNExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxRN_Exceptions/ejb_txSslBm_TxRNExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxRN_Exceptions/ejb_txSslBm_TxRNExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxRN_Exceptions/ejb_txSslBm_TxRNExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxRN_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxRN_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxRN_Single/ejb_txSslBm_TxRNSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxRN_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxRN_Single/ejb_txSslBm_TxRNSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxRN_Single/ejb_txSslBm_TxRNSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxRN_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxRN_Single/ejb_txSslBm_TxRNSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxR_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxR_Exceptions/ejb_txSslBm_TxRExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxR_Exceptions/ejb_txSslBm_TxRExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxR_Exceptions/ejb_txSslBm_TxRExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxR_Exceptions/ejb_txSslBm_TxRExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxR_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxR_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxR_Single/ejb_txSslBm_TxRSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxR_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxR_Single/ejb_txSslBm_TxRSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxR_Single/ejb_txSslBm_TxRSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxR_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxR_Single/ejb_txSslBm_TxRSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxS_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxS_Exceptions/ejb_txSslBm_TxSExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxS_Exceptions/ejb_txSslBm_TxSExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxS_Exceptions/ejb_txSslBm_TxSExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/TxS_Exceptions/ejb_txSslBm_TxSExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/Tx_Multi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/Tx_Multi/ejb_txSslBm_TxMulti_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/Tx_Multi/ejb_txSslBm_TxMulti_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/Tx_Multi/ejb_txSslBm_TxMulti_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/Tx_Multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm/Tx_Multi/ejb_txSslBm_TxMulti.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/bm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxM_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxM_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxM_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxM_Single/ejb_txSslCm_TxMSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxM_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxM_Single/ejb_txSslCm_TxMSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxM_Single/ejb_txSslCm_TxMSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxM_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxM_Single/ejb_txSslCm_TxMSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxNS_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxNS_Exceptions/ejb_txSslCm_TxNSExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxNS_Exceptions/ejb_txSslCm_TxNSExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxNS_Exceptions/ejb_txSslCm_TxNSExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxNS_Exceptions/ejb_txSslCm_TxNSExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxN_Exceptions/ejb_txSslCm_TxNExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxN_Exceptions/ejb_txSslCm_TxNExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxN_Exceptions/ejb_txSslCm_TxNExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxN_Exceptions/ejb_txSslCm_TxNExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxRN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxRN_Exceptions/ejb_txSslCm_TxRNExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxRN_Exceptions/ejb_txSslCm_TxRNExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxRN_Exceptions/ejb_txSslCm_TxRNExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxRN_Exceptions/ejb_txSslCm_TxRNExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxR_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxR_Exceptions/ejb_txSslCm_TxRExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxR_Exceptions/ejb_txSslCm_TxRExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxR_Exceptions/ejb_txSslCm_TxRExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxR_Exceptions/ejb_txSslCm_TxRExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxR_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxR_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxR_Single/ejb_txSslCm_TxRSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxR_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxR_Single/ejb_txSslCm_TxRSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxR_Single/ejb_txSslCm_TxRSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxR_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxR_Single/ejb_txSslCm_TxRSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxS_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxS_Exceptions/ejb_txSslCm_TxSExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxS_Exceptions/ejb_txSslCm_TxSExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxS_Exceptions/ejb_txSslCm_TxSExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/TxS_Exceptions/ejb_txSslCm_TxSExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/Tx_SetRollbackOnly [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.app: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/Tx_SetRollbackOnly/ejb_txSslCm_SetRollbackOnly_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/Tx_SetRollbackOnly/ejb_txSslCm_SetRollbackOnly_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/Tx_SetRollbackOnly/ejb_txSslCm_SetRollbackOnly_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm/Tx_SetRollbackOnly/ejb_txSslCm_SetRollbackOnly.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/session/stateless/cm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxBM_GlobalSingle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb/ee/tx/txbeanLocal/TxBeanEJB.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxBM_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxBM_GlobalSingle/ejb_txSlsfBm_TxBMSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxBM_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxBM_GlobalSingle/ejb_txSlsfBm_TxBMSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxBM_GlobalSingle/ejb_txSlsfBm_TxBMSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxBM_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxBM_GlobalSingle/ejb_txSlsfBm_TxBMSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxM_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxM_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxM_Exceptions/ejb_txSlsfBm_TxMExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxM_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxM_Exceptions/ejb_txSlsfBm_TxMExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxM_Exceptions/ejb_txSlsfBm_TxMExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxM_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxM_Exceptions/ejb_txSlsfBm_TxMExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxM_GlobalSingle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxM_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxM_GlobalSingle/ejb_txSlsfBm_TxMSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxM_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxM_GlobalSingle/ejb_txSlsfBm_TxMSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxM_GlobalSingle/ejb_txSlsfBm_TxMSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxM_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxM_GlobalSingle/ejb_txSlsfBm_TxMSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxNS_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxNS_Exceptions/ejb_txSlsfBm_TxNSExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxNS_Exceptions/ejb_txSlsfBm_TxNSExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxNS_Exceptions/ejb_txSlsfBm_TxNSExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxNS_Exceptions/ejb_txSlsfBm_TxNSExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxN_GlobalSingle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxN_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxN_GlobalSingle/ejb_txSlsfBm_TxNSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxN_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxN_GlobalSingle/ejb_txSlsfBm_TxNSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxN_GlobalSingle/ejb_txSlsfBm_TxNSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxN_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxN_GlobalSingle/ejb_txSlsfBm_TxNSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxRN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxRN_Exceptions/ejb_txSlsfBm_TxRNExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxRN_Exceptions/ejb_txSlsfBm_TxRNExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxRN_Exceptions/ejb_txSlsfBm_TxRNExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxRN_Exceptions/ejb_txSlsfBm_TxRNExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxRN_GlobalSingle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxRN_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxRN_GlobalSingle/ejb_txSlsfBm_TxRNSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxRN_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxRN_GlobalSingle/ejb_txSlsfBm_TxRNSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxRN_GlobalSingle/ejb_txSlsfBm_TxRNSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxRN_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxRN_GlobalSingle/ejb_txSlsfBm_TxRNSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxR_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxR_Exceptions/ejb_txSlsfBm_TxRExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxR_Exceptions/ejb_txSlsfBm_TxRExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxR_Exceptions/ejb_txSlsfBm_TxRExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxR_Exceptions/ejb_txSlsfBm_TxRExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxR_GlobalSingle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxR_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxR_GlobalSingle/ejb_txSlsfBm_TxRSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxR_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxR_GlobalSingle/ejb_txSlsfBm_TxRSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxR_GlobalSingle/ejb_txSlsfBm_TxRSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxR_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxR_GlobalSingle/ejb_txSlsfBm_TxRSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxS_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxS_Exceptions/ejb_txSlsfBm_TxSExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxS_Exceptions/ejb_txSlsfBm_TxSExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxS_Exceptions/ejb_txSlsfBm_TxSExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxS_Exceptions/ejb_txSlsfBm_TxSExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxS_GlobalSingle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxS_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxS_GlobalSingle/ejb_txSlsfBm_TxSSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxS_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxS_GlobalSingle/ejb_txSlsfBm_TxSSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxS_GlobalSingle/ejb_txSlsfBm_TxSSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxS_GlobalSingle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm/TxS_GlobalSingle/ejb_txSlsfBm_TxSSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/bm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxM_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxM_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxM_Single/ejb_txSlsfCm_TxMSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxM_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxM_Single/ejb_txSlsfCm_TxMSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxM_Single/ejb_txSlsfCm_TxMSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxM_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxM_Single/ejb_txSlsfCm_TxMSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxNS_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxNS_Exceptions/ejb_txSlsfCm_TxNSExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxNS_Exceptions/ejb_txSlsfCm_TxNSExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxNS_Exceptions/ejb_txSlsfCm_TxNSExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxNS_Exceptions/ejb_txSlsfCm_TxNSExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxN_Exceptions/ejb_txSlsfCm_TxNExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxN_Exceptions/ejb_txSlsfCm_TxNExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxN_Exceptions/ejb_txSlsfCm_TxNExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxN_Exceptions/ejb_txSlsfCm_TxNExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxRN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxRN_Exceptions/ejb_txSlsfCm_TxRNExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxRN_Exceptions/ejb_txSlsfCm_TxRNExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxRN_Exceptions/ejb_txSlsfCm_TxRNExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxRN_Exceptions/ejb_txSlsfCm_TxRNExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxRN_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxRN_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxRN_Single/ejb_txSlsfCm_TxRNSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxRN_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxRN_Single/ejb_txSlsfCm_TxRNSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxRN_Single/ejb_txSlsfCm_TxRNSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxRN_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxRN_Single/ejb_txSlsfCm_TxRNSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxR_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxR_Exceptions/ejb_txSlsfCm_TxRExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxR_Exceptions/ejb_txSlsfCm_TxRExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxR_Exceptions/ejb_txSlsfCm_TxRExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxR_Exceptions/ejb_txSlsfCm_TxRExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxR_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxR_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxR_Single/ejb_txSlsfCm_TxRSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxR_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxR_Single/ejb_txSlsfCm_TxRSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxR_Single/ejb_txSlsfCm_TxRSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxR_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxR_Single/ejb_txSlsfCm_TxRSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxS_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxS_Exceptions/ejb_txSlsfCm_TxSExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxS_Exceptions/ejb_txSlsfCm_TxSExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxS_Exceptions/ejb_txSlsfCm_TxSExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/TxS_Exceptions/ejb_txSlsfCm_TxSExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/Tx_SetRollbackOnly [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/Tx_SetRollbackOnly/ejb_txSlsfCm_TxSetRollbackOnly_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/Tx_SetRollbackOnly/ejb_txSlsfCm_TxSetRollbackOnly_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/Tx_SetRollbackOnly/ejb_txSlsfCm_TxSetRollbackOnly_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm/Tx_SetRollbackOnly/ejb_txSlsfCm_TxSetRollbackOnly.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateful/cm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxM_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxM_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxM_Exceptions/ejb_txSlslBm_TxMExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxM_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxM_Exceptions/ejb_txSlslBm_TxMExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxM_Exceptions/ejb_txSlslBm_TxMExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxM_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxM_Exceptions/ejb_txSlslBm_TxMExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxNS_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxNS_Exceptions/ejb_txSlslBm_TxNSExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxNS_Exceptions/ejb_txSlslBm_TxNSExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxNS_Exceptions/ejb_txSlslBm_TxNSExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxNS_Exceptions/ejb_txSlslBm_TxNSExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxN_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxN_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxN_Single/ejb_txSlslBm_TxNSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxN_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxN_Single/ejb_txSlslBm_TxNSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxN_Single/ejb_txSlslBm_TxNSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxN_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxN_Single/ejb_txSlslBm_TxNSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxRN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxRN_Exceptions/ejb_txSlslBm_TxRNExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxRN_Exceptions/ejb_txSlslBm_TxRNExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxRN_Exceptions/ejb_txSlslBm_TxRNExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxRN_Exceptions/ejb_txSlslBm_TxRNExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxRN_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxRN_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxRN_Single/ejb_txSlslBm_TxRNSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxRN_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxRN_Single/ejb_txSlslBm_TxRNSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxRN_Single/ejb_txSlslBm_TxRNSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxRN_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxRN_Single/ejb_txSlslBm_TxRNSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxR_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxR_Exceptions/ejb_txSlslBm_TxRExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxR_Exceptions/ejb_txSlslBm_TxRExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxR_Exceptions/ejb_txSlslBm_TxRExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxR_Exceptions/ejb_txSlslBm_TxRExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxR_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxR_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxR_Single/ejb_txSlslBm_TxRSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxR_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxR_Single/ejb_txSlslBm_TxRSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxR_Single/ejb_txSlslBm_TxRSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxR_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxR_Single/ejb_txSlslBm_TxRSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxS_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxS_Exceptions/ejb_txSlslBm_TxSExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxS_Exceptions/ejb_txSlslBm_TxSExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxS_Exceptions/ejb_txSlslBm_TxSExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm/TxS_Exceptions/ejb_txSlslBm_TxSExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/bm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxM_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxM_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxM_Single/ejb_txSlslCm_TxMSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxM_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxM_Single/ejb_txSlslCm_TxMSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxM_Single/ejb_txSlslCm_TxMSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxM_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxM_Single/ejb_txSlslCm_TxMSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxNS_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxNS_Exceptions/ejb_txSlslCm_TxNSExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxNS_Exceptions/ejb_txSlslCm_TxNSExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxNS_Exceptions/ejb_txSlslCm_TxNSExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxNS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxNS_Exceptions/ejb_txSlslCm_TxNSExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxN_Exceptions/ejb_txSlslCm_TxNExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxN_Exceptions/ejb_txSlslCm_TxNExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxN_Exceptions/ejb_txSlslCm_TxNExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxN_Exceptions/ejb_txSlslCm_TxNExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxRN_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxRN_Exceptions/ejb_txSlslCm_TxRNExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxRN_Exceptions/ejb_txSlslCm_TxRNExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxRN_Exceptions/ejb_txSlslCm_TxRNExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxRN_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxRN_Exceptions/ejb_txSlslCm_TxRNExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxR_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxR_Exceptions/ejb_txSlslCm_TxRExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxR_Exceptions/ejb_txSlslCm_TxRExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxR_Exceptions/ejb_txSlslCm_TxRExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxR_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxR_Exceptions/ejb_txSlslCm_TxRExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxR_Single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxR_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxR_Single/ejb_txSlslCm_TxRSingle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxR_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxR_Single/ejb_txSlslCm_TxRSingle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxR_Single/ejb_txSlslCm_TxRSingle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxR_Single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxR_Single/ejb_txSlslCm_TxRSingle.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxS_Exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxS_Exceptions/ejb_txSlslCm_TxSExcep_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxS_Exceptions/ejb_txSlslCm_TxSExcep_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxS_Exceptions/ejb_txSlslCm_TxSExcep_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxS_Exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/TxS_Exceptions/ejb_txSlslCm_TxSExcep.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/Tx_SetRollbackOnly [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/Tx_SetRollbackOnly/ejb_txSlslCm_SetRollbackOnly_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/Tx_SetRollbackOnly/ejb_txSlslCm_SetRollbackOnly_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/Tx_SetRollbackOnly/ejb_txSlslCm_SetRollbackOnly_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/Tx_SetRollbackOnly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm/Tx_SetRollbackOnly/ejb_txSlslCm_SetRollbackOnly.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/sessionLocal/stateless/cm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/txECMPbean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/txEPMbean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/txEPMbeanLocal [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/ejb/ee/tx/txEPMbeanLocal build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/txEbean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/txEbeanLocal [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/txbean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/tx/txbeanLocal [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/bm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/bm/TestBeanEJB.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/bm [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/bm/ejb_ws_allowedmethodstest_bm_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/bm [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/bm/ejb_ws_allowedmethodstest_bm.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/bm [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/bm/ejb_ws_allowedmethodstest_bmClnt_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/bm/ejb_ws_allowedmethodstest_bmClnt_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/bm/ejb_ws_allowedmethodstest_bmClnt.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/cm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/cm/TestBeanEJB.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/cm [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/cm/ejb_ws_allowedmethodstest_cm_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/cm [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/cm/ejb_ws_allowedmethodstest_cm.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/cm [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/cm/ejb_ws_allowedmethodstest_cmClnt_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/cm/ejb_ws_allowedmethodstest_cmClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/cm Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb/ee/webservices/allowedmethodstest/cm/ejb_ws_allowedmethodstest_cmClnt.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb/ee/webservices [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/assembly/appres/appclientejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] jdbc.datasource.props in ts.jte: '${jdbc.datasource.props}' [echo] datasource properties for java files: [echo] datasource properties for xml files : [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/assembly/appres/appclientejb [echo] Building dependency dir... [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 214 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/webclient/http/HttpRequest.java:221: warning: [deprecation] StringRequestEntity(String) in StringRequestEntity has been deprecated [ts.javac] .setRequestEntity(new StringRequestEntity(content)); [ts.javac] ^ [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 1 warning [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/common/helloejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/common/helloejbjar/ejb3_common_helloejbjar_standalone_component_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/common/helloejbjar package.appclient.jar: package.war: [echo] noop in import.package.war package.ear: package: build: compile: [ts.javac] Compiling 21 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF [echo] copy persistence.xml to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/appclientejb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/appclientejb/ejb3_assembly_appres_appclientejb_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/appclientejb package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/appclientejb/ejb3_assembly_appres_appclientejb_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/appclientejb/ejb3_assembly_appres_appclientejb_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/appclientejb/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/appclientejb/ejb3_assembly_appres_appclientejb.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/appclientejb package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/assembly/appres [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/assembly/appres/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/assembly/appres/warejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] jdbc.datasource.props in ts.jte: '${jdbc.datasource.props}' [echo] datasource properties for java files: [echo] datasource properties for xml files : [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/assembly/appres/warejb [echo] Building dependency dir... [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [echo] Copying sun runtime file to dist package.appclient.jar: package.war: [echo] noop in import.package.war package.ear: package: build: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: [echo] copy persistence.xml to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/warejb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/warejb/ejb3_assembly_appres_warejb_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/warejb package.appclient.jar: package.war: [echo] package.war target in war-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/warejb/ejb3_assembly_appres_warejb_web.war [echo] Copying sun runtime file to dist package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/warejb/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/warejb/ejb3_assembly_appres_warejb.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/warejb package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/assembly/appres/warmbean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] jdbc.datasource.props in ts.jte: '${jdbc.datasource.props}' [echo] datasource properties for java files: [echo] datasource properties for xml files : [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/assembly/appres/warmbean [echo] Building dependency dir... [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [echo] Copying sun runtime file to dist package.appclient.jar: package.war: [echo] noop in import.package.war package.ear: package: build: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: [echo] copy persistence.xml to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/warmbean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/warmbean/ejb3_assembly_appres_warmbean_ejb.jar [echo] Copying sun runtime file to dist package.appclient.jar: package.war: [echo] package.war target in war-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/warmbean/ejb3_assembly_appres_warmbean_web.war [echo] Copying sun runtime file to dist package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/warmbean/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/warmbean/ejb3_assembly_appres_warmbean.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/appres/warmbean package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/assembly [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/assembly/initorder/appclientejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir... [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [echo] Copying sun runtime file to dist package.appclient.jar: package.war: [echo] noop in import.package.war package.ear: package: build: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar1: [echo] package.ejb.jar1 target in twojar-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/appclientejb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/appclientejb/one_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/appclientejb package.ejb.jar2: [echo] package.ejb.jar2 target in twojar-import.xml Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/appclientejb/two_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/appclientejb package.ejb.jar: package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/appclientejb/ejb3_assembly_initorder_appclientejb_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/appclientejb/ejb3_assembly_initorder_appclientejb_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in twojar-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/appclientejb/ejb3_assembly_initorder_appclientejb.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/assembly/initorder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/assembly/initorder/ejbwar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir... [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [echo] Copying sun runtime file to dist package.appclient.jar: package.war: [echo] noop in import.package.war package.ear: package: build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/ejbwar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/ejbwar/ejb3_assembly_initorder_ejbwar_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/ejbwar package.appclient.jar: package.war: [echo] package.war target in war-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/ejbwar/ejb3_assembly_initorder_ejbwar_web.war [echo] Copying sun runtime file to dist package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/ejbwar/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/ejbwar/ejb3_assembly_initorder_ejbwar.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/assembly/initorder/warejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir... [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [echo] Copying sun runtime file to dist package.appclient.jar: package.war: [echo] noop in import.package.war package.ear: package: build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/warejb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/warejb/ejb3_assembly_initorder_warejb_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/warejb package.appclient.jar: package.war: [echo] package.war target in war-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/warejb/ejb3_assembly_initorder_warejb_web.war [echo] Copying sun runtime file to dist package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/warejb/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/initorder/warejb/ejb3_assembly_initorder_warejb.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/assembly/librarydirectory [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir... [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [echo] Copying sun runtime file to dist package.appclient.jar: package.war: [echo] noop in import.package.war package.ear: package: build: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/assembly/common/ConcurrentLookup.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom/ejb3_assembly_librarydirectory_custom_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom/ejb3_assembly_librarydirectory_custom_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom/ejb3_assembly_librarydirectory_custom_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in leaf-level build.xml [echo] creating library jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom/hello-client-view.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom/shared.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom/lib-shared.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom/second-level-jar.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom/ejb3_assembly_librarydirectory_custom.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir... [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [echo] Copying sun runtime file to dist package.appclient.jar: package.war: [echo] noop in import.package.war package.ear: package: build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname/ejb3_assembly_librarydirectory_defaultname_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname/ejb3_assembly_librarydirectory_defaultname_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname/ejb3_assembly_librarydirectory_defaultname_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in leaf-level build.xml [echo] creating library jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname/sub-shared.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname/shared.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname/hello-client-view.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname/ejb3_assembly_librarydirectory_defaultname.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/assembly/librarydirectory/disable [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir... [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [echo] Copying sun runtime file to dist package.appclient.jar: package.war: [echo] noop in import.package.war package.ear: package: build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/disable [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/disable/ejb3_assembly_librarydirectory_disable_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/disable package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/disable/ejb3_assembly_librarydirectory_disable_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/disable/ejb3_assembly_librarydirectory_disable_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/disable package.war: [echo] noop in import.package.war package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/disable/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/librarydirectory/disable/ejb3_assembly_librarydirectory_disable.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/assembly/mbean/appclient [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] jdbc.datasource.props in ts.jte: '${jdbc.datasource.props}' [echo] datasource properties for java files: [echo] datasource properties for xml files : [echo] Building dependency dir... [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [echo] Copying sun runtime file to dist package.appclient.jar: package.war: [echo] noop in import.package.war package.ear: package: build: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: package.appclient.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/mbean/appclient [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/mbean/appclient/ejb3_assembly_mbean_appclient_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/mbean/appclient/ejb3_assembly_mbean_appclient_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/mbean/appclient/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/mbean/appclient/ejb3_assembly_mbean_appclient.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/assembly/mbean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir... [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [echo] Copying sun runtime file to dist package.appclient.jar: package.war: [echo] noop in import.package.war package.ear: package: build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb/ejb3_assembly_metainf_appclientejb_ejb.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb/ejb3_assembly_metainf_appclientejb_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb/ejb3_assembly_metainf_appclientejb_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb/ejb3_assembly_metainf_appclientejb_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb/ejb3_assembly_metainf_appclientejb_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in leaf-level build.xml [echo] creating library jars [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb/hello-client-view.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb/4common-1.0.1.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb/4ejb.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb/4client.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb/ejb3_assembly_metainf_appclientejb.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/assembly/metainf [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/assembly/metainfandlibdir [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir... [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [echo] Copying sun runtime file to dist package.appclient.jar: package.war: [echo] noop in import.package.war package.ear: package: build: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainfandlibdir [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainfandlibdir/ejb3_assembly_metainfandlibdir_ejb.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainfandlibdir/ejb3_assembly_metainfandlibdir_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainfandlibdir package.appclient.jar: package.war: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainfandlibdir/ejb3_assembly_metainfandlibdir_web.war [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainfandlibdir/ejb3_assembly_metainfandlibdir_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainfandlibdir package.ear: [echo] package.ear target in leaf-level build.xml [echo] creating library jars [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainfandlibdir/hello-client-view.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainfandlibdir/4common-1.0.1.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainfandlibdir/4war-1.0.1.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainfandlibdir/sub-shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/assembly/metainfandlibdir/ejb3_assembly_metainfandlibdir.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/async [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/async/singleton/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 30 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/singleton/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/singleton/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/singleton/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/singleton/annotated [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejbbb_async_singleton_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/singleton/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/singleton/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/annotated/ejbbb_async_singleton_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/annotated [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_singleton_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/singleton/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/annotated/ejbbb_async_singleton_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/annotated [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_singleton_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/annotated/ejbbb_async_singleton_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/annotated [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_singleton_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/singleton/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/annotated/ejbbb_async_singleton_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/annotated [echo] about to sweep vehicle runtime [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/singleton/annotated/ejbbb_async_singleton_annotated_ejbliteservlet_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/singleton/annotated/ejbbb_async_singleton_annotated_ejbliteservlet2_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/singleton/annotated/ejbbb_async_singleton_annotated_ejblitejsf_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/singleton/annotated/ejbbb_async_singleton_annotated_ejblitejsp_vehicle_web.war.sun-ejb-jar.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/async/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/async/singleton/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejbbb_async_singleton_descriptor [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/singleton/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/singleton/descriptor [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/descriptor/ejbbb_async_singleton_descriptor_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_singleton_descriptor [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/singleton/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/descriptor/ejbbb_async_singleton_descriptor_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_singleton_descriptor [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/descriptor Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/descriptor/ejbbb_async_singleton_descriptor_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_singleton_descriptor [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/singleton/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/descriptor/ejbbb_async_singleton_descriptor_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/async/singleton/metadata [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/singleton/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/singleton/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/singleton/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/singleton/metadata [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejbbb_async_singleton_metadata [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/singleton/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/singleton/metadata [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/metadata [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/metadata/ejbbb_async_singleton_metadata_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/metadata [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_singleton_metadata [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/singleton/metadata [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/metadata/ejbbb_async_singleton_metadata_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/metadata [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_singleton_metadata [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/metadata Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/metadata/ejbbb_async_singleton_metadata_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/metadata [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_singleton_metadata [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/singleton/metadata [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/metadata/ejbbb_async_singleton_metadata_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/singleton/metadata [echo] about to sweep vehicle runtime [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/singleton/metadata/ejbbb_async_singleton_metadata_ejbliteservlet_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/singleton/metadata/ejbbb_async_singleton_metadata_ejbliteservlet2_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/singleton/metadata/ejbbb_async_singleton_metadata_ejblitejsf_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/singleton/metadata/ejbbb_async_singleton_metadata_ejblitejsp_vehicle_web.war.sun-ejb-jar.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/async/stateful/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateful/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateful/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateful/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateful/annotated [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejbbb_async_stateful_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateful/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateful/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/annotated/ejbbb_async_stateful_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/annotated [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_stateful_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateful/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/annotated/ejbbb_async_stateful_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/annotated [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_stateful_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/annotated/ejbbb_async_stateful_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/annotated [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_stateful_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateful/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/annotated/ejbbb_async_stateful_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/annotated [echo] about to sweep vehicle runtime [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateful/annotated/ejbbb_async_stateful_annotated_ejbliteservlet_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateful/annotated/ejbbb_async_stateful_annotated_ejbliteservlet2_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateful/annotated/ejbbb_async_stateful_annotated_ejblitejsf_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateful/annotated/ejbbb_async_stateful_annotated_ejblitejsp_vehicle_web.war.sun-ejb-jar.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/async/stateful [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/async/stateful/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejbbb_async_stateful_descriptor [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateful/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateful/descriptor [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/descriptor/ejbbb_async_stateful_descriptor_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_stateful_descriptor [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateful/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/descriptor/ejbbb_async_stateful_descriptor_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_stateful_descriptor [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/descriptor Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/descriptor/ejbbb_async_stateful_descriptor_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_stateful_descriptor [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateful/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/descriptor/ejbbb_async_stateful_descriptor_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/async/stateful/metadata [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateful/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateful/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateful/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateful/metadata [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejbbb_async_stateful_metadata [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateful/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateful/metadata [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/metadata [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/metadata/ejbbb_async_stateful_metadata_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/metadata [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_stateful_metadata [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateful/metadata [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/metadata/ejbbb_async_stateful_metadata_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/metadata [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_stateful_metadata [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/metadata Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/metadata/ejbbb_async_stateful_metadata_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/metadata [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_stateful_metadata [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateful/metadata [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/metadata/ejbbb_async_stateful_metadata_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateful/metadata [echo] about to sweep vehicle runtime [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateful/metadata/ejbbb_async_stateful_metadata_ejbliteservlet_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateful/metadata/ejbbb_async_stateful_metadata_ejbliteservlet2_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateful/metadata/ejbbb_async_stateful_metadata_ejblitejsf_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateful/metadata/ejbbb_async_stateful_metadata_ejblitejsp_vehicle_web.war.sun-ejb-jar.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/async/stateless/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateless/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateless/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateless/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateless/annotated [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejbbb_async_stateless_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateless/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateless/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/annotated/ejbbb_async_stateless_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/annotated [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_stateless_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateless/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/annotated/ejbbb_async_stateless_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/annotated [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_stateless_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/annotated/ejbbb_async_stateless_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/annotated [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_stateless_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateless/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/annotated/ejbbb_async_stateless_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/annotated [echo] about to sweep vehicle runtime [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateless/annotated/ejbbb_async_stateless_annotated_ejbliteservlet_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateless/annotated/ejbbb_async_stateless_annotated_ejbliteservlet2_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateless/annotated/ejbbb_async_stateless_annotated_ejblitejsf_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateless/annotated/ejbbb_async_stateless_annotated_ejblitejsp_vehicle_web.war.sun-ejb-jar.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/async/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/async/stateless/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejbbb_async_stateless_descriptor [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateless/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateless/descriptor [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/descriptor/ejbbb_async_stateless_descriptor_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_stateless_descriptor [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateless/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/descriptor/ejbbb_async_stateless_descriptor_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_stateless_descriptor [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/descriptor Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/descriptor/ejbbb_async_stateless_descriptor_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_stateless_descriptor [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateless/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/descriptor/ejbbb_async_stateless_descriptor_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/async/stateless/metadata [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateless/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateless/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateless/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateless/metadata [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejbbb_async_stateless_metadata [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateless/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateless/metadata [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/metadata [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/metadata/ejbbb_async_stateless_metadata_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/metadata [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_stateless_metadata [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateless/metadata [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/metadata/ejbbb_async_stateless_metadata_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/metadata [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_stateless_metadata [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/metadata Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/metadata/ejbbb_async_stateless_metadata_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/metadata [echo] about to sweep vehicle runtime [echo] name: ejbbb_async_stateless_metadata [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/async/stateless/metadata [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/metadata/ejbbb_async_stateless_metadata_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/async/stateless/metadata [echo] about to sweep vehicle runtime [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateless/metadata/ejbbb_async_stateless_metadata_ejbliteservlet_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateless/metadata/ejbbb_async_stateless_metadata_ejbliteservlet2_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateless/metadata/ejbbb_async_stateless_metadata_ejblitejsf_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/async/stateless/metadata/ejbbb_async_stateless_metadata_ejblitejsp_vehicle_web.war.sun-ejb-jar.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/localaccess [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/localaccess/mdbclient [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/localaccess/mdbclient/MdbTestBean.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: compile.localaccess.common: [javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/localaccess/mdbclient/build.xml:37: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/mdbclient [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/mdbclient/localaccess_mdbclient_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/mdbclient package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/mdbclient/localaccess_mdbclient_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/mdbclient/localaccess_mdbclient_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/mdbclient package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/mdbclient/localaccess_mdbclient.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/localaccess/statefulclient [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/statefulclient [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/statefulclient/localaccess_statefulclient_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/statefulclient package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/statefulclient/localaccess_statefulclient_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/statefulclient/localaccess_statefulclient_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/statefulclient/localaccess_statefulclient.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/localaccess/statelessclient [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/statelessclient [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/localaccess_statelessclient_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/statelessclient package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/localaccess_statelessclient_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/localaccess_statelessclient_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/localaccess_statelessclient.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/localaccess/webclient [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: package.appclient.jar: package.war: [echo] package.war target in war-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/webclient [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/localaccess/webclient/localaccess_webclient_web.war [echo] Copying sun runtime file to dist package.ear: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/activationconfig [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/annotated/queue_selectorauto_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/annotated/queue_selectorauto_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/annotated/queue_selectorauto_annotated_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/annotated package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/annotated/queue_selectorauto_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/complement [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/complement [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/complement/queue_selectorauto_complement_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/complement package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/complement/queue_selectorauto_complement_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/complement/queue_selectorauto_complement_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/complement package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/complement/queue_selectorauto_complement.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/descriptor/queue_selectorauto_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/descriptor/queue_selectorauto_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/descriptor/queue_selectorauto_descriptor_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/descriptor package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/descriptor/queue_selectorauto_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/override [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/override [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/override/queue_selectorauto_override_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/override package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/override/queue_selectorauto_override_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/override/queue_selectorauto_override_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/override package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/override/queue_selectorauto_override.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/annotated/queue_selectordups_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/annotated/queue_selectordups_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/annotated/queue_selectordups_annotated_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/annotated package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/annotated/queue_selectordups_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/complement [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/complement [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/complement/queue_selectordups_complement_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/complement package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/complement/queue_selectordups_complement_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/complement/queue_selectordups_complement_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/complement package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/complement/queue_selectordups_complement.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/descriptor/queue_selectordups_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/descriptor/queue_selectordups_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/descriptor/queue_selectordups_descriptor_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/descriptor package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/descriptor/queue_selectordups_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/override [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/override [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/override/queue_selectordups_override_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/override package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/override/queue_selectordups_override_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/override/queue_selectordups_override_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/override package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectordups/override/queue_selectordups_override.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/annotated/topic_selectordupsnondurable_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/annotated/topic_selectordupsnondurable_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/annotated/topic_selectordupsnondurable_annotated_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/annotated package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/annotated/topic_selectordupsnondurable_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/complement [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/complement [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/complement/topic_selectordupsnondurable_complement_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/complement package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/complement/topic_selectordupsnondurable_complement_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/complement/topic_selectordupsnondurable_complement_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/complement package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/complement/topic_selectordupsnondurable_complement.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/descriptor/topic_selectordupsnondurable_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/descriptor/topic_selectordupsnondurable_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/descriptor/topic_selectordupsnondurable_descriptor_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/descriptor package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/descriptor/topic_selectordupsnondurable_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/override [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/override [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/override/topic_selectordupsnondurable_override_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/override package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/override/topic_selectordupsnondurable_override_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/override/topic_selectordupsnondurable_override_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/override package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/activationconfig/topic/selectordupsnondurable/override/topic_selectordupsnondurable_override.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/callback [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/annotated/mdb_callback_listener_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/annotated/mdb_callback_listener_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/annotated/mdb_callback_listener_annotated_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/annotated package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/annotated/mdb_callback_listener_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/callback/listener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/descriptor/mdb_callback_listener_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/descriptor/mdb_callback_listener_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/descriptor/mdb_callback_listener_descriptor_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/descriptor package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/descriptor/mdb_callback_listener_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/callback/method/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/annotated/mdb_callback_method_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/annotated/mdb_callback_method_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/annotated/mdb_callback_method_annotated_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/annotated package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/annotated/mdb_callback_method_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/callback/method [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/callback/method/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/descriptor/mdb_callback_method_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/descriptor/mdb_callback_method_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/descriptor/mdb_callback_method_descriptor_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/descriptor package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/descriptor/mdb_callback_method_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/callback/method/ejbcreate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/ejbcreate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/ejbcreate/mdb_callback_method_ejbcreate_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/ejbcreate package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/ejbcreate/mdb_callback_method_ejbcreate_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/ejbcreate/mdb_callback_method_ejbcreate_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/ejbcreate package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/callback/method/ejbcreate/mdb_callback_method_ejbcreate.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/customlistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/customlistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/customlistener/mdb_custom_listener_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/customlistener package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/customlistener/mdb_custom_listener_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/customlistener/mdb_custom_listener_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/customlistener package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/customlistener/mdb_custom_listener.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/dest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/dest/fullpath [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 15 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar1: [echo] package.ejb.jar1 target in twojar-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/fullpath [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/fullpath/one_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/fullpath package.ejb.jar2: [echo] package.ejb.jar2 target in twojar-import.xml Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/fullpath/two_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/fullpath package.ejb.jar: package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/fullpath/mdb_dest_fullpath_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/fullpath/mdb_dest_fullpath_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/fullpath package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in twojar-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/fullpath/mdb_dest_fullpath.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/dest/jarwar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/jarwar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/jarwar/mdb_dest_jarwar_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/jarwar package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/jarwar/mdb_dest_jarwar_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/jarwar/mdb_dest_jarwar_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/jarwar package.war: [echo] package.war target in war-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/jarwar/mdb_dest_jarwar_web.war [echo] Copying sun runtime file to dist package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/jarwar/mdb_dest_jarwar.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/dest/onejar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/onejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/onejar/mdb_dest_onejar_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/onejar package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/onejar/mdb_dest_onejar_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/onejar/mdb_dest_onejar_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/onejar package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/onejar/mdb_dest_onejar.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/dest/optional [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/optional [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/optional/mdb_dest_optional_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/optional package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/optional/mdb_dest_optional_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/optional/mdb_dest_optional_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/optional package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/optional/mdb_dest_optional.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/dest/optional2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/optional2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/optional2/mdb_dest_optional2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/optional2 package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/optional2/mdb_dest_optional2_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/optional2/mdb_dest_optional2_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/optional2 package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/optional2/mdb_dest_optional2.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/dest/topic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/fullpath [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar1: [echo] package.ejb.jar1 target in twojar-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/fullpath [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/fullpath/one_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/fullpath package.ejb.jar2: [echo] package.ejb.jar2 target in twojar-import.xml Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/fullpath/two_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/fullpath package.ejb.jar: package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/fullpath/mdb_dest_topic_fullpath_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/fullpath/mdb_dest_topic_fullpath_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/fullpath package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in twojar-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/fullpath/mdb_dest_topic_fullpath.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/jarwar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/jarwar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/jarwar/mdb_dest_topic_jarwar_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/jarwar package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/jarwar/mdb_dest_topic_jarwar_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/jarwar/mdb_dest_topic_jarwar_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/jarwar package.war: [echo] package.war target in war-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/jarwar/mdb_dest_topic_jarwar_web.war [echo] Copying sun runtime file to dist package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/jarwar/mdb_dest_topic_jarwar.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/onejar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/onejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/onejar/mdb_dest_topic_onejar_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/onejar package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/onejar/mdb_dest_topic_onejar_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/onejar/mdb_dest_topic_onejar_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/onejar package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/onejar/mdb_dest_topic_onejar.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/twojars [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar1: [echo] package.ejb.jar1 target in twojar-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/twojars [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/twojars/one_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/twojars package.ejb.jar2: [echo] package.ejb.jar2 target in twojar-import.xml Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/twojars/two_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/twojars package.ejb.jar: package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/twojars/mdb_dest_topic_twojars_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/twojars/mdb_dest_topic_twojars_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/twojars package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in twojar-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/topic/twojars/mdb_dest_topic_twojars.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/dest/twojars [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar1: [echo] package.ejb.jar1 target in twojar-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/twojars [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/twojars/one_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/twojars package.ejb.jar2: [echo] package.ejb.jar2 target in twojar-import.xml Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/twojars/two_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/twojars package.ejb.jar: package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/twojars/mdb_dest_twojars_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/twojars/mdb_dest_twojars_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/twojars package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in twojar-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/dest/twojars/mdb_dest_twojars.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/interceptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/interceptor/listener/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/listener/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/listener/annotated/mdb_interceptor_listener_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/listener/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/listener/annotated/mdb_interceptor_listener_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/listener/annotated/mdb_interceptor_listener_annotated_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/listener/annotated package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/listener/annotated/mdb_interceptor_listener_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/interceptor/listener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/interceptor/listener/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/listener/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/listener/descriptor/mdb_interceptor_listener_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/listener/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/listener/descriptor/mdb_interceptor_listener_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/listener/descriptor/mdb_interceptor_listener_descriptor_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/listener/descriptor package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/listener/descriptor/mdb_interceptor_listener_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/interceptor/method/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/method/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/method/annotated/mdb_interceptor_method_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/method/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/method/annotated/mdb_interceptor_method_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/method/annotated/mdb_interceptor_method_annotated_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/method/annotated package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/method/annotated/mdb_interceptor_method_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/interceptor/method [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/interceptor/method/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/method/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/method/descriptor/mdb_interceptor_method_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/method/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/method/descriptor/mdb_interceptor_method_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/method/descriptor/mdb_interceptor_method_descriptor_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/method/descriptor package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/interceptor/method/descriptor/mdb_interceptor_method_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/listenerintf [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/listenerintf/implementing [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/listenerintf/implementing/externalizable [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/listenerintf/implementing/externalizable [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/listenerintf/implementing/externalizable/mdb_listenerintf_externalizable_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/listenerintf/implementing/externalizable package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/listenerintf/implementing/externalizable/mdb_listenerintf_externalizable_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/listenerintf/implementing/externalizable/mdb_listenerintf_externalizable_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/listenerintf/implementing/externalizable package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/listenerintf/implementing/externalizable/mdb_listenerintf_externalizable.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/mdb/listenerintf/implementing/serializable [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/listenerintf/implementing/serializable [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/listenerintf/implementing/serializable/mdb_listenerintf_serializable_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/listenerintf/implementing/serializable package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/listenerintf/implementing/serializable/mdb_listenerintf_serializable_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/listenerintf/implementing/serializable/mdb_listenerintf_serializable_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/listenerintf/implementing/serializable package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/mdb/listenerintf/implementing/serializable/mdb_listenerintf_serializable.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/annotated/ejb3_stateful_appexception_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/annotated/ejb3_stateful_appexception_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/annotated/ejb3_stateful_appexception_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/annotated/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/annotated/ejb3_stateful_appexception_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/override [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/override [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/override/ejb3_stateful_appexception_override_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/override package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/override/ejb3_stateful_appexception_override_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/override/ejb3_stateful_appexception_override_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/override/ejb3_stateful_appexception_override.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/basic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/basic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/basic/ejb3_bb_stateful_basic_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/basic package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/basic/ejb3_bb_stateful_basic_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/basic/ejb3_bb_stateful_basic_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/basic/ejb3_bb_stateful_basic.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/bm/allowed [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/bm/allowed [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/bm/allowed/ejb3_bb_stateful_bm_allowed_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/bm/allowed package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/bm/allowed/ejb3_bb_stateful_bm_allowed_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/bm/allowed/ejb3_bb_stateful_bm_allowed_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/bm/allowed/ejb3_bb_stateful_bm_allowed.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/bm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/busiface [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/busiface [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/busiface/ejb3_bb_stateful_busiface_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/busiface package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/busiface/ejb3_bb_stateful_busiface_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/busiface/ejb3_bb_stateful_busiface_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/busiface/ejb3_bb_stateful_busiface.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/busifacedd [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/busifacedd [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/busifacedd/ejb3_bb_stateful_busifacedd_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/busifacedd package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/busifacedd/ejb3_bb_stateful_busifacedd_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/busifacedd/ejb3_bb_stateful_busifacedd_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/busifacedd/ejb3_bb_stateful_busifacedd.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/callback [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/callback/listener/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/listener/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/listener/annotated/ejb3_bb_stateful_callback_listener_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/listener/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/listener/annotated/ejb3_bb_stateful_callback_listener_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/listener/annotated/ejb3_bb_stateful_callback_listener_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/listener/annotated/ejb3_bb_stateful_callback_listener_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/callback/listener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/callback/listener/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/listener/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/listener/descriptor/ejb3_bb_stateful_callback_listener_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/listener/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/listener/descriptor/ejb3_bb_stateful_callback_listener_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/listener/descriptor/ejb3_bb_stateful_callback_listener_descriptor_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/listener/descriptor/ejb3_bb_stateful_callback_listener_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/annotated/ejb3_bb_stateful_callback_method_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/annotated/ejb3_bb_stateful_callback_method_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/annotated/ejb3_bb_stateful_callback_method_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/annotated/ejb3_bb_stateful_callback_method_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/descriptor/ejb3_bb_stateful_callback_method_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/descriptor/ejb3_bb_stateful_callback_method_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/descriptor/ejb3_bb_stateful_callback_method_descriptor_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/descriptor/ejb3_bb_stateful_callback_method_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/cm/allowed [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/cm/allowed [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/cm/allowed/ejb3_bb_stateful_cm_allowed_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/cm/allowed package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/cm/allowed/ejb3_bb_stateful_cm_allowed_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/cm/allowed/ejb3_bb_stateful_cm_allowed_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/cm/allowed/ejb3_bb_stateful_cm_allowed.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/cm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: bb_stateful_concurrency_accesstimeout_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated/bb_stateful_concurrency_accesstimeout_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated [echo] about to sweep vehicle runtime [echo] name: bb_stateful_concurrency_accesstimeout_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated/bb_stateful_concurrency_accesstimeout_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated [echo] about to sweep vehicle runtime [echo] name: bb_stateful_concurrency_accesstimeout_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated/bb_stateful_concurrency_accesstimeout_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated [echo] about to sweep vehicle runtime [echo] name: bb_stateful_concurrency_accesstimeout_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated/bb_stateful_concurrency_accesstimeout_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated [echo] about to sweep vehicle runtime [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated/bb_stateful_concurrency_accesstimeout_annotated_ejbliteservlet_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated/bb_stateful_concurrency_accesstimeout_annotated_ejbliteservlet2_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated/bb_stateful_concurrency_accesstimeout_annotated_ejblitejsf_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout/annotated/bb_stateful_concurrency_accesstimeout_annotated_ejblitejsp_vehicle_web.war.sun-ejb-jar.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/accesstimeout [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: bb_stateful_concurrency_metadata_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated/bb_stateful_concurrency_metadata_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated [echo] about to sweep vehicle runtime [echo] name: bb_stateful_concurrency_metadata_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated/bb_stateful_concurrency_metadata_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated [echo] about to sweep vehicle runtime [echo] name: bb_stateful_concurrency_metadata_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated/bb_stateful_concurrency_metadata_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated [echo] about to sweep vehicle runtime [echo] name: bb_stateful_concurrency_metadata_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated/bb_stateful_concurrency_metadata_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated [echo] about to sweep vehicle runtime [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated/bb_stateful_concurrency_metadata_annotated_ejbliteservlet_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated/bb_stateful_concurrency_metadata_annotated_ejbliteservlet2_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated/bb_stateful_concurrency_metadata_annotated_ejblitejsf_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata/annotated/bb_stateful_concurrency_metadata_annotated_ejblitejsp_vehicle_web.war.sun-ejb-jar.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/concurrency/metadata [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/ejblink [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/ejblink/one [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar1: [echo] package.ejb.jar1 target in twojar-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/ejblink/one [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/ejblink/one/one_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/ejblink/one package.ejb.jar2: [echo] package.ejb.jar2 target in twojar-import.xml Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/ejblink/one/two_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/ejblink/one package.ejb.jar: package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/ejblink/one/ejb3_stateful_ejblink_one_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/ejblink/one/ejb3_stateful_ejblink_one_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/ejblink/one package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in twojar-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/ejblink/one/ejb3_stateful_ejblink_one.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/equals/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/equals/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/equals/annotated/stateful_equals_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/equals/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/equals/annotated/stateful_equals_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/equals/annotated/stateful_equals_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/equals/annotated/stateful_equals_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/equals [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/equals/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/equals/descriptor/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/equals/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/equals/descriptor/stateful_equals_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/equals/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/equals/descriptor/stateful_equals_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/equals/descriptor/stateful_equals_descriptor_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/equals/descriptor/stateful_equals_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/annotated/ejb3_bb_stateful_interceptor_listener_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/annotated/ejb3_bb_stateful_interceptor_listener_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/annotated/ejb3_bb_stateful_interceptor_listener_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/annotated/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/annotated/ejb3_bb_stateful_interceptor_listener_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor/ejb3_bb_stateful_interceptor_listener_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor/ejb3_bb_stateful_interceptor_listener_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor/ejb3_bb_stateful_interceptor_listener_descriptor_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor/ejb3_bb_stateful_interceptor_listener_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/override [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/override [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/override/ejb3_bb_stateful_interceptor_listener_override_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/override package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/override/ejb3_bb_stateful_interceptor_listener_override_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/override/ejb3_bb_stateful_interceptor_listener_override_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/override/ejb3_bb_stateful_interceptor_listener_override.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated/ejb3_bb_stateful_interceptor_method_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated/ejb3_bb_stateful_interceptor_method_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated/ejb3_bb_stateful_interceptor_method_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated/ejb3_bb_stateful_interceptor_method_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor/ejb3_bb_stateful_interceptor_method_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor/ejb3_bb_stateful_interceptor_method_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor/ejb3_bb_stateful_interceptor_method_descriptor_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor/ejb3_bb_stateful_interceptor_method_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/migration [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar1: [echo] package.ejb.jar1 target in twojar-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/annotated/one_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/annotated package.ejb.jar2: [echo] package.ejb.jar2 target in twojar-import.xml Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/annotated/two_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/annotated package.ejb.jar: package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/annotated/stateful_migration_threetwo_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/annotated/stateful_migration_threetwo_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in twojar-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/annotated/stateful_migration_threetwo_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar1: [echo] package.ejb.jar1 target in twojar-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/descriptor/one_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/descriptor package.ejb.jar2: [echo] package.ejb.jar2 target in twojar-import.xml Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/descriptor/two_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/descriptor package.ejb.jar: package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/descriptor/stateful_migration_threetwo_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/descriptor/stateful_migration_threetwo_descriptor_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in twojar-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/descriptor/stateful_migration_threetwo_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/override [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar1: [echo] package.ejb.jar1 target in twojar-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/override [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/override/one_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/override package.ejb.jar2: [echo] package.ejb.jar2 target in twojar-import.xml Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/override/two_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/override package.ejb.jar: package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/override/stateful_migration_threetwo_override_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/override/stateful_migration_threetwo_override_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in twojar-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/override/stateful_migration_threetwo_override.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/noattrremotelocal [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/noattrremotelocal [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/noattrremotelocal/ejb3_bb_stateful_noattrremotelocal_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/noattrremotelocal package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/noattrremotelocal/ejb3_bb_stateful_noattrremotelocal_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/noattrremotelocal/ejb3_bb_stateful_noattrremotelocal_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/noattrremotelocal/ejb3_bb_stateful_noattrremotelocal.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 12 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/annotated/stateful_remove_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/annotated/stateful_remove_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/annotated/stateful_remove_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/annotated/stateful_remove_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/remove [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/complement [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/complement [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/complement/stateful_remove_complement_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/complement package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/complement/stateful_remove_complement_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/complement/stateful_remove_complement_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/complement/stateful_remove_complement.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/stateful_remove_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/stateful_remove_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/stateful_remove_descriptor_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/stateful_remove_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/override [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/override [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/override/stateful_remove_override_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/override package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/override/stateful_remove_override_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/override/stateful_remove_override_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/override package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/remove/override/stateful_remove_override.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/annotated/stateful_sessioncontext_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/annotated/stateful_sessioncontext_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/annotated/stateful_sessioncontext_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/annotated/stateful_sessioncontext_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/descriptor/stateful_sessioncontext_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/descriptor/stateful_sessioncontext_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/descriptor/stateful_sessioncontext_descriptor_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/descriptor/stateful_sessioncontext_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/annotated [echo] vehiclestobuild: ejblitejsp [echo] vehicleoverride: [echo] name: bb_stateful_timeout_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/annotated/bb_stateful_timeout_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/annotated [echo] about to sweep vehicle runtime [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/annotated/bb_stateful_timeout_annotated_ejbliteservlet_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/annotated/bb_stateful_timeout_annotated_ejbliteservlet2_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/annotated/bb_stateful_timeout_annotated_ejblitejsf_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/annotated/bb_stateful_timeout_annotated_ejblitejsp_vehicle_web.war.sun-ejb-jar.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/timeout [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/descriptor [echo] vehiclestobuild: ejblitejsp [echo] vehicleoverride: [echo] name: bb_stateful_timeout_descriptor [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/descriptor/bb_stateful_timeout_descriptor_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/descriptor [echo] about to sweep vehicle runtime [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/descriptor/bb_stateful_timeout_descriptor_ejbliteservlet_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/descriptor/bb_stateful_timeout_descriptor_ejbliteservlet2_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/descriptor/bb_stateful_timeout_descriptor_ejblitejsf_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateful/timeout/descriptor/bb_stateful_timeout_descriptor_ejblitejsp_vehicle_web.war.sun-ejb-jar.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/annotated/ejb3_stateless_appexception_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/annotated/ejb3_stateless_appexception_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/annotated/ejb3_stateless_appexception_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/annotated/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/annotated/ejb3_stateless_appexception_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/override [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/override [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/override/ejb3_stateless_appexception_override_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/override package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/override/ejb3_stateless_appexception_override_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/override/ejb3_stateless_appexception_override_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/override/ejb3_stateless_appexception_override.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/ejb3_bb_stateless_enventry_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/ejb3_bb_stateless_enventry_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/ejb3_bb_stateless_enventry_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/ejb3_bb_stateless_enventry.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/ejb3_bb_stateless_enventrydefault_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/ejb3_bb_stateless_enventrydefault_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/ejb3_bb_stateless_enventrydefault_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/ejb3_bb_stateless_enventrydefault.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/ejb3_bb_stateless_enventrynoat_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/ejb3_bb_stateless_enventrynoat_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/ejb3_bb_stateless_enventrynoat_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/ejb3_bb_stateless_enventrynoat.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/envsharing [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/envsharing [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/envsharing/ejb3_bb_stateless_envsharing_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/envsharing package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/envsharing/ejb3_bb_stateless_envsharing_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/envsharing/ejb3_bb_stateless_envsharing_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/envsharing/ejb3_bb_stateless_envsharing.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource/ejb3_bb_stateless_resource_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource/ejb3_bb_stateless_resource_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource/ejb3_bb_stateless_resource_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource/ejb3_bb_stateless_resource.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourcenoat [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourcenoat [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourcenoat/ejb3_bb_stateless_resourcenoat_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourcenoat package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourcenoat/ejb3_bb_stateless_resourcenoat_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourcenoat/ejb3_bb_stateless_resourcenoat_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourcenoat/ejb3_bb_stateless_resourcenoat.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourceoverride [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourceoverride [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourceoverride/ejb3_bb_stateless_resourceoverride_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourceoverride package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourceoverride/ejb3_bb_stateless_resourceoverride_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourceoverride/ejb3_bb_stateless_resourceoverride_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourceoverride/ejb3_bb_stateless_resourceoverride.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/basic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/basic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/basic/ejb3_bb_stateless_basic_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/basic package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/basic/ejb3_bb_stateless_basic_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/basic/ejb3_bb_stateless_basic_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/basic/ejb3_bb_stateless_basic.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/bm/allowed [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/bm/allowed [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/bm/allowed/ejb3_bb_stateless_bm_allowed_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/bm/allowed package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/bm/allowed/ejb3_bb_stateless_bm_allowed_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/bm/allowed/ejb3_bb_stateless_bm_allowed_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/bm/allowed/ejb3_bb_stateless_bm_allowed.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/bm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/busiface [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/busiface [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/busiface/ejb3_bb_stateless_busiface_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/busiface package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/busiface/ejb3_bb_stateless_busiface_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/busiface/ejb3_bb_stateless_busiface_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/busiface/ejb3_bb_stateless_busiface.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/busifacedd [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/busifacedd [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/busifacedd/ejb3_bb_stateless_busifacedd_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/busifacedd package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/busifacedd/ejb3_bb_stateless_busifacedd_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/busifacedd/ejb3_bb_stateless_busifacedd_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/busifacedd/ejb3_bb_stateless_busifacedd.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/callback [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/defaultinterceptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/defaultinterceptor/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar1: [echo] package.ejb.jar1 target in twojar-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/defaultinterceptor/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/defaultinterceptor/descriptor/one_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/defaultinterceptor/descriptor package.ejb.jar2: [echo] package.ejb.jar2 target in twojar-import.xml Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/defaultinterceptor/descriptor/two_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/defaultinterceptor/descriptor package.ejb.jar: package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/defaultinterceptor/descriptor/ejb3_bb_stateless_callback_defaultinterceptor_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/defaultinterceptor/descriptor/ejb3_bb_stateless_callback_defaultinterceptor_descriptor_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in twojar-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/defaultinterceptor/descriptor/ejb3_bb_stateless_callback_defaultinterceptor_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/inheritance [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/inheritance/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 12 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/inheritance/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/inheritance/descriptor/stateless_callback_inheritance_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/inheritance/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/inheritance/descriptor/stateless_callback_inheritance_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/inheritance/descriptor/stateless_callback_inheritance_descriptor_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/inheritance/descriptor/stateless_callback_inheritance_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/listener/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/listener/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/listener/annotated/ejb3_bb_stateless_callback_listener_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/listener/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/listener/annotated/ejb3_bb_stateless_callback_listener_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/listener/annotated/ejb3_bb_stateless_callback_listener_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/listener/annotated/ejb3_bb_stateless_callback_listener_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/listener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/listener/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/listener/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/listener/descriptor/ejb3_bb_stateless_callback_listener_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/listener/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/listener/descriptor/ejb3_bb_stateless_callback_listener_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/listener/descriptor/ejb3_bb_stateless_callback_listener_descriptor_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/listener/descriptor/ejb3_bb_stateless_callback_listener_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/annotated/ejb3_bb_stateless_callback_method_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/annotated/ejb3_bb_stateless_callback_method_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/annotated/ejb3_bb_stateless_callback_method_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/annotated/ejb3_bb_stateless_callback_method_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/descriptor/ejb3_bb_stateless_callback_method_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/descriptor/ejb3_bb_stateless_callback_method_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/descriptor/ejb3_bb_stateless_callback_method_descriptor_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/descriptor/ejb3_bb_stateless_callback_method_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar1: [echo] package.ejb.jar1 target in twojar-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels/descriptor/one_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels/descriptor package.ejb.jar2: [echo] package.ejb.jar2 target in twojar-import.xml Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels/descriptor/two_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels/descriptor package.ejb.jar: package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels/descriptor/ejb3_bb_stateless_callback_threelevels_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels/descriptor/ejb3_bb_stateless_callback_threelevels_descriptor_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in twojar-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels/descriptor/ejb3_bb_stateless_callback_threelevels_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/cm/allowed [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/cm/allowed [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/cm/allowed/ejb3_bb_stateless_cm_allowed_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/cm/allowed package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/cm/allowed/ejb3_bb_stateless_cm_allowed_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/cm/allowed/ejb3_bb_stateless_cm_allowed_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/cm/allowed/ejb3_bb_stateless_cm_allowed.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/cm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/one [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar1: [echo] package.ejb.jar1 target in twojar-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/one [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/one/one_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/one package.ejb.jar2: [echo] package.ejb.jar2 target in twojar-import.xml Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/one/two_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/one package.ejb.jar: package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/one/ejb3_stateless_ejblink_one_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/one/ejb3_stateless_ejblink_one_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/one package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in twojar-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/one/ejb3_stateless_ejblink_one.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/override [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar1: [echo] package.ejb.jar1 target in twojar-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/override [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/override/one_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/override package.ejb.jar2: [echo] package.ejb.jar2 target in twojar-import.xml Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/override/two_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/override package.ejb.jar: package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/override/ejb3_stateless_ejblink_override_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/override/ejb3_stateless_ejblink_override_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/override package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in twojar-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/override/ejb3_stateless_ejblink_override.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/equals/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/equals/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/equals/annotated/stateless_equals_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/equals/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/equals/annotated/stateless_equals_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/equals/annotated/stateless_equals_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/equals/annotated/stateless_equals_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/equals [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/equals/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/bb/session/stateless/equals/descriptor/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/equals/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/equals/descriptor/stateless_equals_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/equals/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/equals/descriptor/stateless_equals_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/equals/descriptor/stateless_equals_descriptor_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/equals/descriptor/stateless_equals_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/invocationcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/invocationcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/invocationcontext/ejb3_bb_stateless_interceptor_invocationcontext_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/invocationcontext package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/invocationcontext/ejb3_bb_stateless_interceptor_invocationcontext_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/invocationcontext/ejb3_bb_stateless_interceptor_invocationcontext_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/invocationcontext/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/invocationcontext/ejb3_bb_stateless_interceptor_invocationcontext.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/annotated/ejb3_bb_stateless_interceptor_listener_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/annotated/ejb3_bb_stateless_interceptor_listener_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/annotated/ejb3_bb_stateless_interceptor_listener_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/annotated/ejb3_bb_stateless_interceptor_listener_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/descriptor/ejb3_bb_stateless_interceptor_listener_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/descriptor/ejb3_bb_stateless_interceptor_listener_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/descriptor/ejb3_bb_stateless_interceptor_listener_descriptor_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/descriptor/ejb3_bb_stateless_interceptor_listener_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/mixed [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/mixed [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/mixed/ejb3_bb_stateless_interceptor_listener_mixed_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/mixed package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/mixed/ejb3_bb_stateless_interceptor_listener_mixed_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/mixed/ejb3_bb_stateless_interceptor_listener_mixed_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/mixed/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/mixed/ejb3_bb_stateless_interceptor_listener_mixed.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/override [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/override [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/override/ejb3_bb_stateless_interceptor_listener_override_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/override package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/override/ejb3_bb_stateless_interceptor_listener_override_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/override/ejb3_bb_stateless_interceptor_listener_override_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/override/ejb3_bb_stateless_interceptor_listener_override.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/annotated/ejb3_bb_stateless_interceptor_method_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/annotated/ejb3_bb_stateless_interceptor_method_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/annotated/ejb3_bb_stateless_interceptor_method_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/annotated/ejb3_bb_stateless_interceptor_method_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/descriptor/ejb3_bb_stateless_interceptor_method_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/descriptor/ejb3_bb_stateless_interceptor_method_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/descriptor/ejb3_bb_stateless_interceptor_method_descriptor_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/descriptor/ejb3_bb_stateless_interceptor_method_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/migration [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar1: [echo] package.ejb.jar1 target in twojar-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/annotated/one_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/annotated package.ejb.jar2: [echo] package.ejb.jar2 target in twojar-import.xml Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/annotated/two_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/annotated package.ejb.jar: package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/annotated/stateless_migration_threetwo_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/annotated/stateless_migration_threetwo_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in leaf build.xml [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src ejb30 twojars import.package.ear: [echo] package.ear target in twojar-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/annotated/stateless_migration_threetwo_annotated.ear [echo] Copying sun runtime file to dist [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/annotated/shared.jar [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/annotated/stateless_migration_threetwo_annotated.ear package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar1: [echo] package.ejb.jar1 target in twojar-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/descriptor/one_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/descriptor package.ejb.jar2: [echo] package.ejb.jar2 target in twojar-import.xml Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/descriptor/two_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/descriptor package.ejb.jar: package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/descriptor/stateless_migration_threetwo_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/descriptor/stateless_migration_threetwo_descriptor_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in twojar-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/descriptor/stateless_migration_threetwo_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/override [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar1: [echo] package.ejb.jar1 target in twojar-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/override [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/override/one_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/override package.ejb.jar2: [echo] package.ejb.jar2 target in twojar-import.xml Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/override/two_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/override package.ejb.jar: package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/override/stateless_migration_threetwo_override_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/override/stateless_migration_threetwo_override_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in twojar-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/override/stateless_migration_threetwo_override.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/annotated/stateless_migration_twothree_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/annotated/stateless_migration_twothree_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/annotated/stateless_migration_twothree_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/annotated/stateless_migration_twothree_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/descriptor/stateless_migration_twothree_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/descriptor/stateless_migration_twothree_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/descriptor/stateless_migration_twothree_descriptor_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/descriptor/stateless_migration_twothree_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/override [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/override [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/override/stateless_migration_twothree_override_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/override package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/override/stateless_migration_twothree_override_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/override/stateless_migration_twothree_override_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/override/stateless_migration_twothree_override.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/noattrremotelocal [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/noattrremotelocal [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/noattrremotelocal/ejb3_bb_stateless_noattrremotelocal_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/noattrremotelocal package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/noattrremotelocal/ejb3_bb_stateless_noattrremotelocal_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/noattrremotelocal/ejb3_bb_stateless_noattrremotelocal_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/noattrremotelocal/ejb3_bb_stateless_noattrremotelocal.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/annotated/stateless_sessioncontext_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/annotated/stateless_sessioncontext_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/annotated/stateless_sessioncontext_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/annotated/stateless_sessioncontext_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/descriptor/stateless_sessioncontext_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/descriptor/stateless_sessioncontext_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/descriptor/stateless_sessioncontext_descriptor_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/descriptor/stateless_sessioncontext_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/common/allowed [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/ejb30/common/allowed build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/common/annotation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/common/helloejbjar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [echo] Copying sun runtime file to dist package.appclient.jar: package.war: [echo] noop in import.package.war package.ear: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/common/migration [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/appexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/appexception/singleton/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 15 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_appexception_singleton_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/singleton/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/singleton/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/singleton/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/singleton/annotated/ejblite_appexception_singleton_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_singleton_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/singleton/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/singleton/annotated/ejblite_appexception_singleton_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_singleton_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/singleton/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/singleton/annotated/ejblite_appexception_singleton_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_singleton_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/singleton/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/singleton/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/singleton/annotated/ejblite_appexception_singleton_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_singleton_annotated [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/ejbembed/InjectionResolver.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/singleton/annotated/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/appexception/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/appexception/singleton/inheritance [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_appexception_singleton_inherited [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/singleton/inheritance [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/singleton/inheritance [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/singleton/inheritance [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/singleton/inheritance/ejblite_appexception_singleton_inherited_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_singleton_inherited [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/singleton/inheritance [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/singleton/inheritance/ejblite_appexception_singleton_inherited_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_singleton_inherited [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/singleton/inheritance Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/singleton/inheritance/ejblite_appexception_singleton_inherited_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_singleton_inherited [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/singleton/inheritance [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/singleton/inheritance [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/singleton/inheritance/ejblite_appexception_singleton_inherited_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_singleton_inherited [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/singleton/inheritance/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/appexception/stateful/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_appexception_stateful_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/stateful/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/stateful/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateful/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateful/annotated/ejblite_appexception_stateful_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_stateful_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/stateful/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateful/annotated/ejblite_appexception_stateful_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_stateful_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateful/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateful/annotated/ejblite_appexception_stateful_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_stateful_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateful/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/stateful/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateful/annotated/ejblite_appexception_stateful_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_stateful_annotated [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateful/annotated/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/appexception/stateful [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/appexception/stateful/inheritance [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_appexception_stateful_inherited [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/stateful/inheritance [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/stateful/inheritance [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateful/inheritance [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateful/inheritance/ejblite_appexception_stateful_inherited_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_stateful_inherited [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/stateful/inheritance [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateful/inheritance/ejblite_appexception_stateful_inherited_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_stateful_inherited [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateful/inheritance Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateful/inheritance/ejblite_appexception_stateful_inherited_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_stateful_inherited [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateful/inheritance [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/stateful/inheritance [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateful/inheritance/ejblite_appexception_stateful_inherited_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_stateful_inherited [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateful/inheritance/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/appexception/stateless/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_appexception_stateless_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/stateless/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/stateless/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateless/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateless/annotated/ejblite_appexception_stateless_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_stateless_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/stateless/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateless/annotated/ejblite_appexception_stateless_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_stateless_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateless/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateless/annotated/ejblite_appexception_stateless_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_stateless_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateless/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/stateless/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateless/annotated/ejblite_appexception_stateless_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_stateless_annotated [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateless/annotated/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/appexception/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/appexception/stateless/override [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_appexception_stateless_override [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/stateless/override [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/stateless/override [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateless/override [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateless/override/ejblite_appexception_stateless_override_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_stateless_override [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/stateless/override [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateless/override/ejblite_appexception_stateless_override_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_stateless_override [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateless/override Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateless/override/ejblite_appexception_stateless_override_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_stateless_override [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateless/override [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/appexception/stateless/override [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateless/override/ejblite_appexception_stateless_override_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_appexception_stateless_override [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/appexception/stateless/override/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/async [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/async/singleton/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 24 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/singleton/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/singleton/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/singleton/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/singleton/annotated [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_async_singleton_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/singleton/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/singleton/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/annotated/ejblite_async_singleton_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/annotated [echo] about to sweep vehicle runtime [echo] name: ejblite_async_singleton_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/singleton/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/annotated/ejblite_async_singleton_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/annotated [echo] about to sweep vehicle runtime [echo] name: ejblite_async_singleton_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/annotated/ejblite_async_singleton_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/annotated [echo] about to sweep vehicle runtime [echo] name: ejblite_async_singleton_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/singleton/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/annotated/ejblite_async_singleton_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/annotated [echo] about to sweep vehicle runtime [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/singleton/annotated/ejblite_async_singleton_annotated_ejbliteservlet_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/singleton/annotated/ejblite_async_singleton_annotated_ejbliteservlet2_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/singleton/annotated/ejblite_async_singleton_annotated_ejblitejsf_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/singleton/annotated/ejblite_async_singleton_annotated_ejblitejsp_vehicle_web.war.sun-ejb-jar.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/async/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/async/singleton/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_async_singleton_descriptor [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/singleton/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/singleton/descriptor [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/descriptor/ejblite_async_singleton_descriptor_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_async_singleton_descriptor [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/singleton/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/descriptor/ejblite_async_singleton_descriptor_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_async_singleton_descriptor [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/descriptor Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/descriptor/ejblite_async_singleton_descriptor_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_async_singleton_descriptor [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/singleton/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/descriptor/ejblite_async_singleton_descriptor_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/async/singleton/metadata [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/singleton/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/singleton/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/singleton/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/singleton/metadata [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_async_singleton_metadata [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/singleton/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/singleton/metadata [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/metadata [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/metadata/ejblite_async_singleton_metadata_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/metadata [echo] about to sweep vehicle runtime [echo] name: ejblite_async_singleton_metadata [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/singleton/metadata [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/metadata/ejblite_async_singleton_metadata_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/metadata [echo] about to sweep vehicle runtime [echo] name: ejblite_async_singleton_metadata [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/metadata Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/metadata/ejblite_async_singleton_metadata_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/metadata [echo] about to sweep vehicle runtime [echo] name: ejblite_async_singleton_metadata [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/singleton/metadata [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/metadata/ejblite_async_singleton_metadata_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/singleton/metadata [echo] about to sweep vehicle runtime [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/singleton/metadata/ejblite_async_singleton_metadata_ejbliteservlet_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/singleton/metadata/ejblite_async_singleton_metadata_ejbliteservlet2_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/singleton/metadata/ejblite_async_singleton_metadata_ejblitejsf_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/singleton/metadata/ejblite_async_singleton_metadata_ejblitejsp_vehicle_web.war.sun-ejb-jar.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/async/stateful/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateful/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateful/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateful/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateful/annotated [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_async_stateful_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateful/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateful/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/annotated/ejblite_async_stateful_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/annotated [echo] about to sweep vehicle runtime [echo] name: ejblite_async_stateful_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateful/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/annotated/ejblite_async_stateful_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/annotated [echo] about to sweep vehicle runtime [echo] name: ejblite_async_stateful_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/annotated/ejblite_async_stateful_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/annotated [echo] about to sweep vehicle runtime [echo] name: ejblite_async_stateful_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateful/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/annotated/ejblite_async_stateful_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/annotated [echo] about to sweep vehicle runtime [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateful/annotated/ejblite_async_stateful_annotated_ejbliteservlet_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateful/annotated/ejblite_async_stateful_annotated_ejbliteservlet2_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateful/annotated/ejblite_async_stateful_annotated_ejblitejsf_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateful/annotated/ejblite_async_stateful_annotated_ejblitejsp_vehicle_web.war.sun-ejb-jar.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/async/stateful [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/async/stateful/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_async_stateful_descriptor [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateful/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateful/descriptor [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/descriptor/ejblite_async_stateful_descriptor_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_async_stateful_descriptor [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateful/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/descriptor/ejblite_async_stateful_descriptor_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_async_stateful_descriptor [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/descriptor Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/descriptor/ejblite_async_stateful_descriptor_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_async_stateful_descriptor [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateful/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/descriptor/ejblite_async_stateful_descriptor_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/async/stateful/metadata [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateful/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateful/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateful/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateful/metadata [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_async_stateful_metadata [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateful/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateful/metadata [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/metadata [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/metadata/ejblite_async_stateful_metadata_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/metadata [echo] about to sweep vehicle runtime [echo] name: ejblite_async_stateful_metadata [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateful/metadata [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/metadata/ejblite_async_stateful_metadata_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/metadata [echo] about to sweep vehicle runtime [echo] name: ejblite_async_stateful_metadata [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/metadata Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/metadata/ejblite_async_stateful_metadata_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/metadata [echo] about to sweep vehicle runtime [echo] name: ejblite_async_stateful_metadata [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateful/metadata [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/metadata/ejblite_async_stateful_metadata_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateful/metadata [echo] about to sweep vehicle runtime [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateful/metadata/ejblite_async_stateful_metadata_ejbliteservlet_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateful/metadata/ejblite_async_stateful_metadata_ejbliteservlet2_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateful/metadata/ejblite_async_stateful_metadata_ejblitejsf_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateful/metadata/ejblite_async_stateful_metadata_ejblitejsp_vehicle_web.war.sun-ejb-jar.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/async/stateless/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateless/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateless/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateless/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateless/annotated [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_async_stateless_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateless/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateless/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/annotated/ejblite_async_stateless_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/annotated [echo] about to sweep vehicle runtime [echo] name: ejblite_async_stateless_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateless/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/annotated/ejblite_async_stateless_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/annotated [echo] about to sweep vehicle runtime [echo] name: ejblite_async_stateless_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/annotated/ejblite_async_stateless_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/annotated [echo] about to sweep vehicle runtime [echo] name: ejblite_async_stateless_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateless/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/annotated/ejblite_async_stateless_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/annotated [echo] about to sweep vehicle runtime [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateless/annotated/ejblite_async_stateless_annotated_ejbliteservlet_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateless/annotated/ejblite_async_stateless_annotated_ejbliteservlet2_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateless/annotated/ejblite_async_stateless_annotated_ejblitejsf_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateless/annotated/ejblite_async_stateless_annotated_ejblitejsp_vehicle_web.war.sun-ejb-jar.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/async/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/async/stateless/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_async_stateless_descriptor [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateless/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateless/descriptor [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/descriptor/ejblite_async_stateless_descriptor_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_async_stateless_descriptor [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateless/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/descriptor/ejblite_async_stateless_descriptor_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_async_stateless_descriptor [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/descriptor Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/descriptor/ejblite_async_stateless_descriptor_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_async_stateless_descriptor [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateless/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/descriptor/ejblite_async_stateless_descriptor_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/async/stateless/metadata [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateless/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateless/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateless/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateless/metadata [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_async_stateless_metadata [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateless/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateless/metadata [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/metadata [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/metadata/ejblite_async_stateless_metadata_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/metadata [echo] about to sweep vehicle runtime [echo] name: ejblite_async_stateless_metadata [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateless/metadata [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/metadata/ejblite_async_stateless_metadata_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/metadata [echo] about to sweep vehicle runtime [echo] name: ejblite_async_stateless_metadata [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/metadata Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/metadata/ejblite_async_stateless_metadata_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/metadata [echo] about to sweep vehicle runtime [echo] name: ejblite_async_stateless_metadata [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/metadata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/async/stateless/metadata [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/metadata/ejblite_async_stateless_metadata_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/async/stateless/metadata [echo] about to sweep vehicle runtime [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateless/metadata/ejblite_async_stateless_metadata_ejbliteservlet_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateless/metadata/ejblite_async_stateless_metadata_ejbliteservlet2_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateless/metadata/ejblite_async_stateless_metadata_ejblitejsf_vehicle_web.war.sun-ejb-jar.xml [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/async/stateless/metadata/ejblite_async_stateless_metadata_ejblitejsp_vehicle_web.war.sun-ejb-jar.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/basic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/basic/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_basic_singleton [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/basic/singleton [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/basic/singleton [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/singleton [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/singleton/ejblite_basic_singleton_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_basic_singleton [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/basic/singleton [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/singleton/ejblite_basic_singleton_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_basic_singleton [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/singleton Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/singleton/ejblite_basic_singleton_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_basic_singleton [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/singleton [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/basic/singleton [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/singleton/ejblite_basic_singleton_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_basic_singleton [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/singleton/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/basic/stateful [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_basic_stateful [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/basic/stateful [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/basic/stateful [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/stateful [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/stateful/ejblite_basic_stateful_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_basic_stateful [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/basic/stateful [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/stateful/ejblite_basic_stateful_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_basic_stateful [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/stateful Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/stateful/ejblite_basic_stateful_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_basic_stateful [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/stateful [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/basic/stateful [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/stateful/ejblite_basic_stateful_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_basic_stateful [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/stateful/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/basic/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_basic_stateless [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/basic/stateless [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/basic/stateless [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/stateless [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/stateless/ejblite_basic_stateless_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_basic_stateless [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/basic/stateless [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/stateless/ejblite_basic_stateless_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_basic_stateless [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/stateless Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/stateless/ejblite_basic_stateless_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_basic_stateless [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/stateless [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/basic/stateless [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/stateless/ejblite_basic_stateless_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_basic_stateless [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/basic/stateless/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/ejbcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/ejbcontext/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_ejbcontext [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/ejbcontext/stateless [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/ejbcontext/stateless [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/ejbcontext/stateless [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/ejbcontext/stateless/ejblite_ejbcontext_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_ejbcontext [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/ejbcontext/stateless [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/ejbcontext/stateless/ejblite_ejbcontext_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_ejbcontext [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/ejbcontext/stateless Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/ejbcontext/stateless/ejblite_ejbcontext_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_ejbcontext [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/ejbcontext/stateless [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/ejbcontext/stateless [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/ejbcontext/stateless/ejblite_ejbcontext_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_ejbcontext [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/ejbcontext/stateless/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/enventry [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/enventry/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/enventry/common/ClientBase.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_enventry_singleton [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/enventry/singleton [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/enventry/singleton [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/singleton [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/singleton/ejblite_enventry_singleton_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_enventry_singleton [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/enventry/singleton [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/singleton/ejblite_enventry_singleton_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_enventry_singleton [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/singleton Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/singleton/ejblite_enventry_singleton_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_enventry_singleton [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/singleton [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/enventry/singleton [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/singleton/ejblite_enventry_singleton_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_enventry_singleton [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/singleton/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/enventry/stateful [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_enventry_stateful [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/enventry/stateful [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/enventry/stateful [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/stateful [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/stateful/ejblite_enventry_stateful_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_enventry_stateful [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/enventry/stateful [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/stateful/ejblite_enventry_stateful_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_enventry_stateful [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/stateful Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/stateful/ejblite_enventry_stateful_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_enventry_stateful [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/stateful [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/enventry/stateful [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/stateful/ejblite_enventry_stateful_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_enventry_stateful [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/stateful/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/enventry/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_enventry_stateless [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/enventry/stateless [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/enventry/stateless [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/stateless [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/stateless/ejblite_enventry_stateless_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_enventry_stateless [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/enventry/stateless [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/stateless/ejblite_enventry_stateless_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_enventry_stateless [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/stateless Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/stateless/ejblite_enventry_stateless_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_enventry_stateless [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/stateless [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/enventry/stateless [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/stateless/ejblite_enventry_stateless_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_enventry_stateless [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/enventry/stateless/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/interceptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/interceptor/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/interceptor/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 20 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_interceptor_singleton_business_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/annotated/ejblite_interceptor_singleton_business_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_business_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/annotated/ejblite_interceptor_singleton_business_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_business_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/annotated/ejblite_interceptor_singleton_business_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_business_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/annotated/ejblite_interceptor_singleton_business_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_business_annotated [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/annotated/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_interceptor_singleton_business_descriptor [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/descriptor [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/descriptor/ejblite_interceptor_singleton_business_descriptor_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_business_descriptor [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/descriptor/ejblite_interceptor_singleton_business_descriptor_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_business_descriptor [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/descriptor Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/descriptor/ejblite_interceptor_singleton_business_descriptor_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_business_descriptor [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/descriptor/ejblite_interceptor_singleton_business_descriptor_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_business_descriptor [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/business/descriptor/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/interceptor/singleton/invocationcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_interceptor_singleton_invocationcontext [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/invocationcontext [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/invocationcontext [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/invocationcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/invocationcontext/ejblite_interceptor_singleton_invocationcontext_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_invocationcontext [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/invocationcontext [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/invocationcontext/ejblite_interceptor_singleton_invocationcontext_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_invocationcontext [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/invocationcontext Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/invocationcontext/ejblite_interceptor_singleton_invocationcontext_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_invocationcontext [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/invocationcontext [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/invocationcontext [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/invocationcontext/ejblite_interceptor_singleton_invocationcontext_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_invocationcontext [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/invocationcontext/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 22 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_interceptor_singleton_lifecycle_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/annotated/ejblite_interceptor_singleton_lifecycle_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_lifecycle_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/annotated/ejblite_interceptor_singleton_lifecycle_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_lifecycle_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/annotated/ejblite_interceptor_singleton_lifecycle_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_lifecycle_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/annotated/ejblite_interceptor_singleton_lifecycle_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_lifecycle_annotated [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/annotated/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_interceptor_singleton_lifecycle_descriptor [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/descriptor [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/descriptor/ejblite_interceptor_singleton_lifecycle_descriptor_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_lifecycle_descriptor [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/descriptor/ejblite_interceptor_singleton_lifecycle_descriptor_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_lifecycle_descriptor [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/descriptor Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/descriptor/ejblite_interceptor_singleton_lifecycle_descriptor_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_lifecycle_descriptor [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/descriptor/ejblite_interceptor_singleton_lifecycle_descriptor_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_interceptor_singleton_lifecycle_descriptor [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/interceptor/singleton/lifecycle/descriptor/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/interceptor/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/lookup/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_lookup_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/lookup/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/lookup/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/lookup/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/lookup/annotated/ejblite_lookup_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_lookup_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/lookup/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/lookup/annotated/ejblite_lookup_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_lookup_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/lookup/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/lookup/annotated/ejblite_lookup_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_lookup_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/lookup/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/lookup/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/lookup/annotated/ejblite_lookup_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_lookup_annotated [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/lookup/annotated/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/lookup [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/lookup/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_lookup_descriptor [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/lookup/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/lookup/descriptor [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/lookup/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/lookup/descriptor/ejblite_lookup_descriptor_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_lookup_descriptor [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/lookup/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/lookup/descriptor/ejblite_lookup_descriptor_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_lookup_descriptor [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/lookup/descriptor Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/lookup/descriptor/ejblite_lookup_descriptor_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_lookup_descriptor [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/lookup/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/lookup/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/lookup/descriptor/ejblite_lookup_descriptor_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_lookup_descriptor [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/lookup/descriptor/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/naming [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/naming/context [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_naming_context [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/naming/context [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/naming/context [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/naming/context [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/naming/context/ejblite_naming_context_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_naming_context [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/naming/context [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/naming/context/ejblite_naming_context_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_naming_context [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/naming/context Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/naming/context/ejblite_naming_context_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_naming_context [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/naming/context [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/naming/context [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/naming/context/ejblite_naming_context_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_naming_context [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/naming/context/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/nointerface/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_nointerface_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/nointerface/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/nointerface/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/nointerface/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/nointerface/annotated/ejblite_nointerface_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_nointerface_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/nointerface/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/nointerface/annotated/ejblite_nointerface_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_nointerface_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/nointerface/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/nointerface/annotated/ejblite_nointerface_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_nointerface_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/nointerface/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/nointerface/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/nointerface/annotated/ejblite_nointerface_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_nointerface_annotated [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/nointerface/annotated/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/nointerface [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/nointerface/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_nointerface_descriptor [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/nointerface/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/nointerface/descriptor [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/nointerface/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/nointerface/descriptor/ejblite_nointerface_descriptor_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_nointerface_descriptor [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/nointerface/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/nointerface/descriptor/ejblite_nointerface_descriptor_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_nointerface_descriptor [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/nointerface/descriptor Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/nointerface/descriptor/ejblite_nointerface_descriptor_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_nointerface_descriptor [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/nointerface/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/nointerface/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/nointerface/descriptor/ejblite_nointerface_descriptor_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_nointerface_descriptor [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/nointerface/descriptor/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/embed [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/annotated/OneBean.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbembed [echo] vehicleoverride: [echo] name: ejblite_packaging_embed_classloader_annotated [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/annotated/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/annotated/ejbembed_two_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/annotated/ejbembed_three_ejb.jar [echo] Copying sun runtime file to dist [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/annotated/23 [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/annotated/23 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/annotated/2 [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/annotated/2 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbembed [echo] vehicleoverride: [echo] name: ejblite_packaging_embed_classloader_descriptor [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/descriptor/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/descriptor/ejbembed_two_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/descriptor/ejbembed_three_ejb.jar [echo] Copying sun runtime file to dist [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/descriptor/23/META-INF [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/descriptor/23 [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/descriptor/23/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/descriptor/2/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/descriptor/2 [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/classloader/descriptor/2/META-INF build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/embed/provider [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbembed [echo] vehicleoverride: [echo] name: ejblite_packaging_embed_provider [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/provider [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/provider/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/embed/provider/ejbembed_vehicle_ejb.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/war [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/global [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] jdbc.datasource.props in ts.jte: '${jdbc.datasource.props}' [echo] datasource properties for java files: [echo] datasource properties for xml files : [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/global compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejblitejsf [echo] vehicleoverride: [echo] name: ejblite_datasource_global [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/global [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/global/ejblite_datasource_global_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] jdbc.datasource.props in ts.jte: '${jdbc.datasource.props}' [echo] datasource properties for java files: [echo] datasource properties for xml files : [copy] Copying 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_packaging_war_datasource_singleton [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton/ejblite_packaging_war_datasource_singleton_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_datasource_singleton [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton/ejblite_packaging_war_datasource_singleton_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_datasource_singleton [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton/ejblite_packaging_war_datasource_singleton_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_datasource_singleton [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton/ejblite_packaging_war_datasource_singleton_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/stateful [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] jdbc.datasource.props in ts.jte: '${jdbc.datasource.props}' [echo] datasource properties for java files: [echo] datasource properties for xml files : [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/stateful compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_packaging_war_datasource_stateful [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/stateful [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/stateful [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/stateful [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/stateful/ejblite_packaging_war_datasource_stateful_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_datasource_stateful [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/stateful [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/stateful/ejblite_packaging_war_datasource_stateful_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_datasource_stateful [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/stateful Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/stateful/ejblite_packaging_war_datasource_stateful_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_datasource_stateful [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/stateful [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/stateful [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/stateful/ejblite_packaging_war_datasource_stateful_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/war/enventry [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_packaging_war_enventry [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/enventry [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/enventry [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/enventry [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/enventry/ejblite_packaging_war_enventry_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_enventry [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/enventry [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/enventry/ejblite_packaging_war_enventry_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_enventry [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/enventry Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/enventry/ejblite_packaging_war_enventry_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_enventry [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/enventry [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/enventry [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/enventry/ejblite_packaging_war_enventry_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/war/mbean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/business [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_packaging_war_mbean_interceptor_business [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/business [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/business [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/business [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/business/ejblite_packaging_war_mbean_interceptor_business_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_mbean_interceptor_business [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/business [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/business/ejblite_packaging_war_mbean_interceptor_business_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_mbean_interceptor_business [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/business Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/business/ejblite_packaging_war_mbean_interceptor_business_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_mbean_interceptor_business [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/business [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/business [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/business/ejblite_packaging_war_mbean_interceptor_business_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/invocationcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_packaging_war_mbean_interceptor_invocationcontext [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/invocationcontext [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/invocationcontext [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/invocationcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/invocationcontext/ejblite_packaging_war_mbean_interceptor_invocationcontext_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_mbean_interceptor_invocationcontext [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/invocationcontext [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/invocationcontext/ejblite_packaging_war_mbean_interceptor_invocationcontext_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_mbean_interceptor_invocationcontext [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/invocationcontext Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/invocationcontext/ejblite_packaging_war_mbean_interceptor_invocationcontext_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_mbean_interceptor_invocationcontext [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/invocationcontext [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/invocationcontext [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/invocationcontext/ejblite_packaging_war_mbean_interceptor_invocationcontext_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_packaging_war_mbean_interceptor_lifecycle [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycle [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycle/ejblite_packaging_war_mbean_interceptor_lifecycle_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_mbean_interceptor_lifecycle [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycle [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycle/ejblite_packaging_war_mbean_interceptor_lifecycle_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_mbean_interceptor_lifecycle [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycle Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycle/ejblite_packaging_war_mbean_interceptor_lifecycle_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_mbean_interceptor_lifecycle [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycle [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycle/ejblite_packaging_war_mbean_interceptor_lifecycle_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecyclecdi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_packaging_war_mbean_interceptor_lifecyclecdi [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecyclecdi [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecyclecdi [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecyclecdi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecyclecdi/ejblite_packaging_war_mbean_interceptor_lifecyclecdi_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_mbean_interceptor_lifecyclecdi [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecyclecdi [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecyclecdi/ejblite_packaging_war_mbean_interceptor_lifecyclecdi_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_mbean_interceptor_lifecyclecdi [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecyclecdi Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecyclecdi/ejblite_packaging_war_mbean_interceptor_lifecyclecdi_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_mbean_interceptor_lifecyclecdi [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecyclecdi [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecyclecdi [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecyclecdi/ejblite_packaging_war_mbean_interceptor_lifecyclecdi_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycleejbcdi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_packaging_war_mbean_interceptor_lifecycleejbcdi [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycleejbcdi [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycleejbcdi [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycleejbcdi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycleejbcdi/ejblite_packaging_war_mbean_interceptor_lifecycleejbcdi_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_mbean_interceptor_lifecycleejbcdi [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycleejbcdi [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycleejbcdi/ejblite_packaging_war_mbean_interceptor_lifecycleejbcdi_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_mbean_interceptor_lifecycleejbcdi [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycleejbcdi Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycleejbcdi/ejblite_packaging_war_mbean_interceptor_lifecycleejbcdi_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_mbean_interceptor_lifecycleejbcdi [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycleejbcdi [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycleejbcdi [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/mbean/interceptor/lifecycleejbcdi/ejblite_packaging_war_mbean_interceptor_lifecycleejbcdi_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/war/servletcontextlistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_packaging_war_servletcontextlistener [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/servletcontextlistener [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/servletcontextlistener [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/servletcontextlistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/servletcontextlistener/ejblite_packaging_war_servletcontextlistener_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_servletcontextlistener [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/servletcontextlistener [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/servletcontextlistener/ejblite_packaging_war_servletcontextlistener_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_servletcontextlistener [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/servletcontextlistener Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/servletcontextlistener/ejblite_packaging_war_servletcontextlistener_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_servletcontextlistener [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/servletcontextlistener [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/servletcontextlistener [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/servletcontextlistener/ejblite_packaging_war_servletcontextlistener_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/war/webinflib [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflib [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflib/1.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflib/2.jar [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_packaging_war_webinflib [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/webinflib [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/webinflib [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflib/ejblite_packaging_war_webinflib_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_webinflib [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/webinflib [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflib/ejblite_packaging_war_webinflib_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_webinflib [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflib Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflib/ejblite_packaging_war_webinflib_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_webinflib [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflib [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/webinflib [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflib/ejblite_packaging_war_webinflib_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/war/webinflibonly [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflibonly [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflibonly/0.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflibonly/1.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflibonly/2.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflibonly/3.jar [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_packaging_war_webinflibonly [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/webinflibonly [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/webinflibonly [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflibonly/ejblite_packaging_war_webinflibonly_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_webinflibonly [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/webinflibonly [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflibonly/ejblite_packaging_war_webinflibonly_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_webinflibonly [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflibonly Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflibonly/ejblite_packaging_war_webinflibonly_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_webinflibonly [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflibonly [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/webinflibonly [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/webinflibonly/ejblite_packaging_war_webinflibonly_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/war/xmloverride [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/packaging/war/xmloverride/ejbref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_packaging_war_xmloverride_ejbref [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/xmloverride/ejbref [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/xmloverride/ejbref [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/xmloverride/ejbref [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/xmloverride/ejbref/ejblite_packaging_war_xmloverride_ejbref_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_xmloverride_ejbref [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/xmloverride/ejbref [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/xmloverride/ejbref/ejblite_packaging_war_xmloverride_ejbref_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_xmloverride_ejbref [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/xmloverride/ejbref Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/xmloverride/ejbref/ejblite_packaging_war_xmloverride_ejbref_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_packaging_war_xmloverride_ejbref [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/xmloverride/ejbref [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/packaging/war/xmloverride/ejbref [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/packaging/war/xmloverride/ejbref/ejblite_packaging_war_xmloverride_ejbref_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/singleton/concurrency/bean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_singleton_concurrency_bean [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/concurrency/bean [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/concurrency/bean [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/bean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/bean/ejblite_singleton_concurrency_bean_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_concurrency_bean [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/concurrency/bean [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/bean/ejblite_singleton_concurrency_bean_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_concurrency_bean [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/bean Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/bean/ejblite_singleton_concurrency_bean_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_concurrency_bean [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/bean [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/concurrency/bean [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/bean/ejblite_singleton_concurrency_bean_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_concurrency_bean [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/bean/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/singleton/concurrency [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/accesstimeout [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 13 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_singleton_concurrency_container_accesstimeout [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/accesstimeout [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/accesstimeout [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/accesstimeout [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/accesstimeout/ejblite_singleton_concurrency_container_accesstimeout_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_concurrency_container_accesstimeout [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/accesstimeout [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/accesstimeout/ejblite_singleton_concurrency_container_accesstimeout_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_concurrency_container_accesstimeout [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/accesstimeout Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/accesstimeout/ejblite_singleton_concurrency_container_accesstimeout_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_concurrency_container_accesstimeout [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/accesstimeout [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/accesstimeout [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/accesstimeout/ejblite_singleton_concurrency_container_accesstimeout_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_concurrency_container_accesstimeout [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/accesstimeout/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_singleton_concurrency_container_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/annotated/ejblite_singleton_concurrency_container_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_concurrency_container_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/annotated/ejblite_singleton_concurrency_container_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_concurrency_container_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/annotated/ejblite_singleton_concurrency_container_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_concurrency_container_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/annotated/ejblite_singleton_concurrency_container_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_concurrency_container_annotated [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/annotated/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/inheritance [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_singleton_concurrency_container_inheritance [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/inheritance [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/inheritance [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/inheritance [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/inheritance/ejblite_singleton_concurrency_container_inheritance_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_concurrency_container_inheritance [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/inheritance [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/inheritance/ejblite_singleton_concurrency_container_inheritance_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_concurrency_container_inheritance [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/inheritance Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/inheritance/ejblite_singleton_concurrency_container_inheritance_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_concurrency_container_inheritance [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/inheritance [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/inheritance [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/inheritance/ejblite_singleton_concurrency_container_inheritance_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_concurrency_container_inheritance [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/concurrency/container/inheritance/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/singleton/dependson [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/singleton/dependson/graph [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_singleton_dependson_graph [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/dependson/graph [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/dependson/graph [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/dependson/graph [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/dependson/graph/ejblite_singleton_dependson_graph_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_dependson_graph [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/dependson/graph [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/dependson/graph/ejblite_singleton_dependson_graph_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_dependson_graph [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/dependson/graph Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/dependson/graph/ejblite_singleton_dependson_graph_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_dependson_graph [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/dependson/graph [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/dependson/graph [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/dependson/graph/ejblite_singleton_dependson_graph_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_dependson_graph [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/dependson/graph/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/singleton/dependson/triangle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_singleton_dependson_triangle [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/dependson/triangle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/dependson/triangle [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/dependson/triangle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/dependson/triangle/ejblite_singleton_dependson_triangle_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_dependson_triangle [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/dependson/triangle [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/dependson/triangle/ejblite_singleton_dependson_triangle_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_dependson_triangle [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/dependson/triangle Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/dependson/triangle/ejblite_singleton_dependson_triangle_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_dependson_triangle [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/dependson/triangle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/dependson/triangle [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/dependson/triangle/ejblite_singleton_dependson_triangle_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_dependson_triangle [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/dependson/triangle/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/bean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/bean/BeanBase.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_singleton_lifecycle_bean [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/bean [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/bean [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/bean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/bean/ejblite_singleton_lifecycle_bean_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_lifecycle_bean [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/bean [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/bean/ejblite_singleton_lifecycle_bean_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_lifecycle_bean [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/bean Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/bean/ejblite_singleton_lifecycle_bean_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_lifecycle_bean [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/bean [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/bean [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/bean/ejblite_singleton_lifecycle_bean_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_lifecycle_bean [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/bean/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/singleton/lifecycle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/interceptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 12 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_singleton_lifecycle_interceptor [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/interceptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/interceptor [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/interceptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/interceptor/ejblite_singleton_lifecycle_interceptor_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_lifecycle_interceptor [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/interceptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/interceptor/ejblite_singleton_lifecycle_interceptor_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_lifecycle_interceptor [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/interceptor Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/interceptor/ejblite_singleton_lifecycle_interceptor_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_lifecycle_interceptor [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/interceptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/interceptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/interceptor/ejblite_singleton_lifecycle_interceptor_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_singleton_lifecycle_interceptor [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/singleton/lifecycle/interceptor/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/stateful [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_stateful_concurrency_accesstimeout_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/annotated/ejblite_stateful_concurrency_accesstimeout_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_stateful_concurrency_accesstimeout_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/annotated/ejblite_stateful_concurrency_accesstimeout_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_stateful_concurrency_accesstimeout_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/annotated/ejblite_stateful_concurrency_accesstimeout_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_stateful_concurrency_accesstimeout_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/annotated/ejblite_stateful_concurrency_accesstimeout_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_stateful_concurrency_accesstimeout_annotated [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/annotated/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_stateful_concurrency_accesstimeout_descriptor [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/descriptor [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/descriptor/ejblite_stateful_concurrency_accesstimeout_descriptor_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_stateful_concurrency_accesstimeout_descriptor [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/descriptor/ejblite_stateful_concurrency_accesstimeout_descriptor_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_stateful_concurrency_accesstimeout_descriptor [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/descriptor Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/descriptor/ejblite_stateful_concurrency_accesstimeout_descriptor_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_stateful_concurrency_accesstimeout_descriptor [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/descriptor/ejblite_stateful_concurrency_accesstimeout_descriptor_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_stateful_concurrency_accesstimeout_descriptor [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/accesstimeout/descriptor/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/stateful/concurrency [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_stateful_concurrency_metadata_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/annotated/ejblite_stateful_concurrency_metadata_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_stateful_concurrency_metadata_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/annotated/ejblite_stateful_concurrency_metadata_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_stateful_concurrency_metadata_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/annotated/ejblite_stateful_concurrency_metadata_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_stateful_concurrency_metadata_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/annotated/ejblite_stateful_concurrency_metadata_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_stateful_concurrency_metadata_annotated [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/annotated/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_stateful_concurrency_metadata_descriptor [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/descriptor [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/descriptor/ejblite_stateful_concurrency_metadata_descriptor_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_stateful_concurrency_metadata_descriptor [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/descriptor/ejblite_stateful_concurrency_metadata_descriptor_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_stateful_concurrency_metadata_descriptor [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/descriptor Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/descriptor/ejblite_stateful_concurrency_metadata_descriptor_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_stateful_concurrency_metadata_descriptor [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/descriptor/ejblite_stateful_concurrency_metadata_descriptor_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_stateful_concurrency_metadata_descriptor [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/concurrency/metadata/descriptor/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/stateful/timeout/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_stateful_timeout_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/timeout/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/stateful/timeout/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/timeout/annotated/ejblite_stateful_timeout_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_stateful_timeout_annotated [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/timeout/annotated/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/stateful/timeout [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/stateful/timeout/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_stateful_timeout_descriptor [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/timeout/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/stateful/timeout/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/timeout/descriptor/ejblite_stateful_timeout_descriptor_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_stateful_timeout_descriptor [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/stateful/timeout/descriptor/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx/bm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx/bm/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx/bm/singleton/rw [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_tx_bm_singleton_rw [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/bm/singleton/rw [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/bm/singleton/rw [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/bm/singleton/rw [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/bm/singleton/rw/ejblite_tx_bm_singleton_rw_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_bm_singleton_rw [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/bm/singleton/rw [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/bm/singleton/rw/ejblite_tx_bm_singleton_rw_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_bm_singleton_rw [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/bm/singleton/rw Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/bm/singleton/rw/ejblite_tx_bm_singleton_rw_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_bm_singleton_rw [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/bm/singleton/rw [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/bm/singleton/rw [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/bm/singleton/rw/ejblite_tx_bm_singleton_rw_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_bm_singleton_rw [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/bm/singleton/rw/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx/cm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_tx_cm_singleton_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/annotated/ejblite_tx_cm_singleton_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_singleton_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/annotated/ejblite_tx_cm_singleton_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_singleton_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/annotated/ejblite_tx_cm_singleton_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_singleton_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/annotated/ejblite_tx_cm_singleton_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_singleton_annotated [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/annotated/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx/cm/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/inheritance [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 16 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_tx_cm_singleton_inheritance [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/inheritance [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/inheritance [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/inheritance [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/inheritance/ejblite_tx_cm_singleton_inheritance_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_singleton_inheritance [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/inheritance [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/inheritance/ejblite_tx_cm_singleton_inheritance_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_singleton_inheritance [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/inheritance Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/inheritance/ejblite_tx_cm_singleton_inheritance_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_singleton_inheritance [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/inheritance [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/inheritance [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/inheritance/ejblite_tx_cm_singleton_inheritance_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_singleton_inheritance [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/inheritance/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/rw [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_tx_cm_singleton_rw [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/rw [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/rw [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/rw [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/rw/ejblite_tx_cm_singleton_rw_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_singleton_rw [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/rw [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/rw/ejblite_tx_cm_singleton_rw_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_singleton_rw [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/rw Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/rw/ejblite_tx_cm_singleton_rw_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_singleton_rw [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/rw [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/rw [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/rw/ejblite_tx_cm_singleton_rw_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_singleton_rw [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/rw/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/webrw [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_tx_cm_singleton_webrw [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/webrw [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/webrw [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/webrw [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/webrw/ejblite_tx_cm_singleton_webrw_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_singleton_webrw [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/webrw [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/webrw/ejblite_tx_cm_singleton_webrw_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_singleton_webrw [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/webrw Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/webrw/ejblite_tx_cm_singleton_webrw_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_singleton_webrw [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/webrw [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/webrw [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/singleton/webrw/ejblite_tx_cm_singleton_webrw_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_tx_cm_stateful_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/annotated/ejblite_tx_cm_stateful_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateful_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/annotated/ejblite_tx_cm_stateful_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateful_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/annotated/ejblite_tx_cm_stateful_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateful_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/annotated/ejblite_tx_cm_stateful_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateful_annotated [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/annotated/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx/cm/stateful [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/rw [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_tx_cm_stateful_rw [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/rw [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/rw [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/rw [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/rw/ejblite_tx_cm_stateful_rw_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateful_rw [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/rw [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/rw/ejblite_tx_cm_stateful_rw_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateful_rw [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/rw Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/rw/ejblite_tx_cm_stateful_rw_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateful_rw [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/rw [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/rw [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/rw/ejblite_tx_cm_stateful_rw_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateful_rw [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/rw/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/sessionsync [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_tx_cm_stateful_sessionsync [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/sessionsync [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/sessionsync [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/sessionsync [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/sessionsync/ejblite_tx_cm_stateful_sessionsync_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateful_sessionsync [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/sessionsync [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/sessionsync/ejblite_tx_cm_stateful_sessionsync_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateful_sessionsync [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/sessionsync Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/sessionsync/ejblite_tx_cm_stateful_sessionsync_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateful_sessionsync [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/sessionsync [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/sessionsync [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/sessionsync/ejblite_tx_cm_stateful_sessionsync_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateful_sessionsync [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/sessionsync/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/webrw [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejb_lite_tx_cm_stateful_webrw [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/webrw [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/webrw [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/webrw [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/webrw/ejb_lite_tx_cm_stateful_webrw_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb_lite_tx_cm_stateful_webrw [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/webrw [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/webrw/ejb_lite_tx_cm_stateful_webrw_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb_lite_tx_cm_stateful_webrw [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/webrw Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/webrw/ejb_lite_tx_cm_stateful_webrw_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb_lite_tx_cm_stateful_webrw [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/webrw [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/webrw [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/webrw/ejb_lite_tx_cm_stateful_webrw_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_tx_cm_stateless_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/annotated/ejblite_tx_cm_stateless_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateless_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/annotated/ejblite_tx_cm_stateless_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateless_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/annotated/ejblite_tx_cm_stateless_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateless_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/annotated/ejblite_tx_cm_stateless_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateless_annotated [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/annotated/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx/cm/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/inheritance [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_tx_cm_stateless_inheritance [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/inheritance [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/inheritance [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/inheritance [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/inheritance/ejblite_tx_cm_stateless_inheritance_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateless_inheritance [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/inheritance [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/inheritance/ejblite_tx_cm_stateless_inheritance_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateless_inheritance [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/inheritance Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/inheritance/ejblite_tx_cm_stateless_inheritance_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateless_inheritance [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/inheritance [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/inheritance [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/inheritance/ejblite_tx_cm_stateless_inheritance_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateless_inheritance [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/inheritance/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/rw [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_tx_cm_stateless_rw [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/rw [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/rw [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/rw [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/rw/ejblite_tx_cm_stateless_rw_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateless_rw [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/rw [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/rw/ejblite_tx_cm_stateless_rw_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateless_rw [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/rw Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/rw/ejblite_tx_cm_stateless_rw_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateless_rw [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/rw [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/rw [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/rw/ejblite_tx_cm_stateless_rw_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateless_rw [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/rw/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/webrw [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejblite_tx_cm_stateless_webrw [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/webrw [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/webrw [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/webrw [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/webrw/ejblite_tx_cm_stateless_webrw_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateless_webrw [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/webrw [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/webrw/ejblite_tx_cm_stateless_webrw_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateless_webrw [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/webrw Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/webrw/ejblite_tx_cm_stateless_webrw_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_tx_cm_stateless_webrw [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/webrw [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/webrw [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/tx/cm/stateless/webrw/ejblite_tx_cm_stateless_webrw_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/view [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/view/equals [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_view_equals [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/view/equals [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/view/equals [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/equals [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/equals/ejblite_view_equals_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_view_equals [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/view/equals [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/equals/ejblite_view_equals_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_view_equals [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/equals Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/equals/ejblite_view_equals_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_view_equals [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/equals [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/view/equals [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/equals/ejblite_view_equals_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_view_equals [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/equals/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/view/singleton/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 12 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_view_singleton_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/view/singleton/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/view/singleton/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/singleton/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/ejblite_view_singleton_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_view_singleton_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/view/singleton/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/ejblite_view_singleton_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_view_singleton_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/singleton/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/ejblite_view_singleton_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_view_singleton_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/singleton/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/view/singleton/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/ejblite_view_singleton_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_view_singleton_annotated [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/view/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/view/stateful/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_view_stateful_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/view/stateful/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/view/stateful/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/stateful/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/ejblite_view_stateful_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_view_stateful_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/view/stateful/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/ejblite_view_stateful_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_view_stateful_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/stateful/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/ejblite_view_stateful_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_view_stateful_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/stateful/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/view/stateful/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/ejblite_view_stateful_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_view_stateful_annotated [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/view/stateful [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/view/stateless/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_view_stateless_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/view/stateless/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/view/stateless/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/stateless/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/ejblite_view_stateless_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_view_stateless_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/view/stateless/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/ejblite_view_stateless_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_view_stateless_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/stateless/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/ejblite_view_stateless_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_view_stateless_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/stateless/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/view/stateless/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/ejblite_view_stateless_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_view_stateless_annotated [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/view/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/xmloverride [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/xmloverride/ejbref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_xmloverride_ejbref [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/xmloverride/ejbref [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/xmloverride/ejbref [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/xmloverride/ejbref [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/xmloverride/ejbref/ejblite_xmloverride_ejbref_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_xmloverride_ejbref [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/xmloverride/ejbref [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/xmloverride/ejbref/ejblite_xmloverride_ejbref_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_xmloverride_ejbref [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/xmloverride/ejbref Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/xmloverride/ejbref/ejblite_xmloverride_ejbref_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_xmloverride_ejbref [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/xmloverride/ejbref [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/xmloverride/ejbref [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/xmloverride/ejbref/ejblite_xmloverride_ejbref_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_xmloverride_ejbref [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/xmloverride/ejbref/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/lite/xmloverride/resource [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejblite_xmloverride_resource [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/xmloverride/resource [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/xmloverride/resource [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/xmloverride/resource [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/xmloverride/resource/ejblite_xmloverride_resource_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_xmloverride_resource [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/xmloverride/resource [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/xmloverride/resource/ejblite_xmloverride_resource_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_xmloverride_resource [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/xmloverride/resource Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/xmloverride/resource/ejblite_xmloverride_resource_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_xmloverride_resource [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/xmloverride/resource [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/lite/xmloverride/resource [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/xmloverride/resource/ejblite_xmloverride_resource_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejblite_xmloverride_resource [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/lite/xmloverride/resource/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/datasource/appclientejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] jdbc.datasource.props in ts.jte: '${jdbc.datasource.props}' [echo] datasource properties for java files: [echo] datasource properties for xml files : [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/misc/datasource/appclientejb compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/appclientejb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/appclientejb/ejb3_misc_datasource_appclientejb_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/appclientejb package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/appclientejb/ejb3_misc_datasource_appclientejb_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/appclientejb/ejb3_misc_datasource_appclientejb_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/appclientejb/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/appclientejb/ejb3_misc_datasource_appclientejb.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/datasource [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/datasource/twojars [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] jdbc.datasource.props in ts.jte: '${jdbc.datasource.props}' [echo] datasource properties for java files: [echo] datasource properties for xml files : [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/misc/datasource/twojars compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/twojars [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/twojars/ejb3_2standalone_component_ejb.jar [echo] Copying sun runtime file to dist pre.package: package.ejb.jar: Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/twojars/ejb3_misc_datasource_twojars_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/twojars package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/twojars/ejb3_misc_datasource_twojars_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/twojars/ejb3_misc_datasource_twojars_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/twojars/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/twojars/ejb3_misc_datasource_twojars.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/datasource/twowars [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] jdbc.datasource.props in ts.jte: '${jdbc.datasource.props}' [echo] datasource properties for java files: [echo] datasource properties for xml files : [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/misc/datasource/twowars compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/twowars [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/twowars/two_standalone_component_web.war [echo] Copying sun runtime file to dist pre.package: package.ejb.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/twowars/ejb3_misc_datasource_twowars_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/twowars package.appclient.jar: package.war: [echo] package.war target in war-import.xml Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/twowars/ejb3_misc_datasource_twowars_web.war [echo] Copying sun runtime file to dist package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/twowars/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/datasource/twowars/ejb3_misc_datasource_twowars.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/getresource/appclient [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: package.appclient.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/getresource/appclient [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/getresource/appclient/misc_getresource_appclient_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/getresource/appclient/misc_getresource_appclient_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/getresource/appclient/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/getresource/appclient/misc_getresource_appclient.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/getresource [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/getresource/warejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/getresource/warejb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/getresource/warejb/misc_getresource_warejb_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/getresource/warejb package.appclient.jar: package.war: [echo] package.war target in war-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/getresource/warejb/misc_getresource_warejb_web.war [echo] Copying sun runtime file to dist package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/getresource/warejb/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/getresource/warejb/misc_getresource_warejb.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/jndi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/jndi/earjar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir... [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [echo] Copying sun runtime file to dist package.appclient.jar: package.war: [echo] noop in import.package.war package.ear: package: build: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/jndi/earjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/jndi/earjar/misc_jndi_earjar_ejb.jar [echo] Copying sun runtime file to dist package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/jndi/earjar/misc_jndi_earjar_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/jndi/earjar/misc_jndi_earjar_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/jndi/earjar package.war: [echo] noop in import.package.war package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/jndi/earjar/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/jndi/earjar/misc_jndi_earjar.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/jndi/earwar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: package.appclient.jar: package.war: [echo] package.war target in war-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/jndi/earwar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/jndi/earwar/misc_jndi_earwar_web.war [echo] Copying sun runtime file to dist package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/jndi/earwar/misc_jndi_earwar.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/jndi/earwarjar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/jndi/earwarjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/jndi/earwarjar/misc_jndi_earwarjar_ejb.jar [echo] Copying sun runtime file to dist package.appclient.jar: package.war: [echo] package.war target in war-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/jndi/earwarjar/misc_jndi_earwarjar_web.war [echo] Copying sun runtime file to dist package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/jndi/earwarjar/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/jndi/earwarjar/misc_jndi_earwarjar.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/metadataComplete/appclient2ejbjars [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar1: [echo] package.ejb.jar1 target in twojar-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/metadataComplete/appclient2ejbjars [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/metadataComplete/appclient2ejbjars/one_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/metadataComplete/appclient2ejbjars package.ejb.jar2: [echo] package.ejb.jar2 target in twojar-import.xml Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/metadataComplete/appclient2ejbjars/two_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/metadataComplete/appclient2ejbjars package.ejb.jar: package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/metadataComplete/appclient2ejbjars/misc_metadataComplete_appclient2ejbjars_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/metadataComplete/appclient2ejbjars/misc_metadataComplete_appclient2ejbjars_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [echo] package.ear target in twojar-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/metadataComplete/appclient2ejbjars/misc_metadataComplete_appclient2ejbjars.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/metadataComplete/appclientejbjars [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/metadataComplete/appclientejbjars [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/metadataComplete/appclientejbjars/misc_metadataComplete_appclientejbjars_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/metadataComplete/appclientejbjars package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/metadataComplete/appclientejbjars/misc_metadataComplete_appclientejbjars_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/metadataComplete/appclientejbjars/misc_metadataComplete_appclientejbjars_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/metadataComplete/appclientejbjars/misc_metadataComplete_appclientejbjars.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/metadataComplete [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/metadataComplete/warejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/metadataComplete/warejb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/metadataComplete/warejb/misc_metadataComplete_warejb_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/metadataComplete/warejb package.appclient.jar: package.war: [echo] package.war target in war-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/metadataComplete/warejb/misc_metadataComplete_warejb_web.war [echo] Copying sun runtime file to dist package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/metadataComplete/warejb/misc_metadataComplete_warejb.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/moduleName/appclientejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/appclientejb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/appclientejb/ejb3_misc_moduleName_appclientejb_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/appclientejb package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/appclientejb/ejb3_misc_moduleName_appclientejb_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/appclientejb/ejb3_misc_moduleName_appclientejb_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/appclientejb/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/appclientejb/ejb3_misc_moduleName_appclientejb.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/moduleName [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/moduleName/conflict [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/conflict [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/conflict/conflict.jar [war] Building war: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/conflict/conflict.war [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/conflict/shared.jar pre.package: package.ejb.jar: package.appclient.jar: package.war: [echo] package.war target in war-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/conflict/ejb3_misc_moduleName_conflict_web.war [echo] Copying sun runtime file to dist package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/conflict/ejb3_misc_moduleName_conflict.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/moduleName/twojars [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/twojars [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/twojars/two_standalone_component_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/twojars pre.package: package.ejb.jar: Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/twojars/ejb3_misc_moduleName_twojars_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/twojars package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/twojars/ejb3_misc_moduleName_twojars_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/twojars/ejb3_misc_moduleName_twojars_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/twojars/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/twojars/ejb3_misc_moduleName_twojars.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/moduleName/twowars [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/twowars [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/twowars/two_standalone_component_web.war [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/twowars pre.package: package.ejb.jar: package.appclient.jar: package.war: [echo] package.war target in war-import.xml Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/twowars/ejb3_misc_moduleName_twowars_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/twowars package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/twowars/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/moduleName/twowars/ejb3_misc_moduleName_twowars.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/nomethodbean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/nomethodbean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/nomethodbean/ejb3_misc_nomethodbean_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/nomethodbean package.appclient.jar: package.war: [echo] package.war target in war-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/nomethodbean/ejb3_misc_nomethodbean_web.war [echo] Copying sun runtime file to dist package.ear: [echo] creating library jars [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/nomethodbean/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/nomethodbean/ejb3_misc_nomethodbean.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/sameejbclass [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/sameejbclass [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/sameejbclass/misc_sameejbclass_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/sameejbclass package.appclient.jar: package.war: [echo] package.war target in war-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/sameejbclass/misc_sameejbclass_web.war [echo] Copying sun runtime file to dist package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/sameejbclass/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/sameejbclass/misc_sameejbclass.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/threebeans [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 13 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/threebeans [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/threebeans/ejb3_misc_threebeans_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/threebeans package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/threebeans/ejb3_misc_threebeans_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/threebeans/ejb3_misc_threebeans_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/threebeans/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/threebeans/ejb3_misc_threebeans.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/xmloverride [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/misc/xmloverride/ejbref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/xmloverride/ejbref [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/xmloverride/ejbref/misc_xmloverride_ejbref_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/xmloverride/ejbref package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/xmloverride/ejbref/misc_xmloverride_ejbref_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/xmloverride/ejbref/misc_xmloverride_ejbref_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/xmloverride/ejbref/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/misc/xmloverride/ejbref/misc_xmloverride_ejbref.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/sec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/sec/permsxml [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/permsxml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/permsxml/ejb3_sec_permsxml_ejb.jar [preservejar] com/sun/ts/tests/ejb30/sec/permsxml/PermDDTestEJB.class already added, skipping [preservejar] com/sun/ts/tests/ejb30/sec/permsxml/PermDDTestIF.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/permsxml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/permsxml/ejb3_sec_permsxml_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] com/sun/ts/tests/ejb30/sec/permsxml/PermDDTestIF.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/permsxml/ejb3_sec_permsxml_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/permsxml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/permsxml/ejb3_sec_permsxml.ear [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/permsxml/ejb3_sec_permsxml.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/permsxml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/sec/stateful [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/sec/stateful/lsecp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/lsecp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/lsecp/ejb3_sec_stateful_lsecp_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/lsecp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/lsecp/ejb3_sec_stateful_lsecp_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/lsecp/ejb3_sec_stateful_lsecp_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/lsecp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/lsecp/ejb3_sec_stateful_lsecp.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/lsecp build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/sec/stateful/lsecr [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/lsecr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/lsecr/ejb3_sec_stateful_lsecr_ejb.jar [preservejar] com/sun/ts/tests/ejb30/sec/stateful/lsecr/SecTestEJB.class already added, skipping [preservejar] com/sun/ts/tests/ejb30/sec/stateful/lsecr/lTestEJB.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/lsecr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/lsecr/ejb3_sec_stateful_lsecr_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/lsecr/ejb3_sec_stateful_lsecr_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/lsecr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/lsecr/ejb3_sec_stateful_lsecr.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/lsecr build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/sec/stateful/sec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/sec/ejb3_sec_stateful_sec_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/sec/ejb3_sec_stateful_sec_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/sec/ejb3_sec_stateful_sec_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/sec/ejb3_sec_stateful_sec.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/sec build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/sec/stateful/secpropagation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/secpropagation/ejb3_sec_stateful_secpropagation_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/secpropagation/ejb3_sec_stateful_secpropagation_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/secpropagation/ejb3_sec_stateful_secpropagation_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/secpropagation/ejb3_sec_stateful_secpropagation.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/secpropagation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/sec/stateful/secrunaspropagation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/secrunaspropagation/ejb3_sec_stateful_secrunaspropagation_ejb.jar [preservejar] com/sun/ts/tests/ejb30/sec/stateful/secrunaspropagation/SecTestEJB.class already added, skipping [preservejar] com/sun/ts/tests/ejb30/sec/stateful/secrunaspropagation/TestEJB.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/secrunaspropagation/ejb3_sec_stateful_secrunaspropagation_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/secrunaspropagation/ejb3_sec_stateful_secrunaspropagation_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/secrunaspropagation/ejb3_sec_stateful_secrunaspropagation.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateful/secrunaspropagation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/sec/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/sec/stateless/lsecp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/lsecp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/lsecp/ejb3_sec_stateless_lsecp_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/lsecp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/lsecp/ejb3_sec_stateless_lsecp_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] com/sun/ts/tests/ejb30/sec/stateless/lsecp/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/lsecp/ejb3_sec_stateless_lsecp_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/lsecp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/lsecp/ejb3_sec_stateless_lsecp.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/lsecp build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/sec/stateless/lsecr [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/lsecr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/lsecr/ejb3_sec_stateless_lsecr_ejb.jar [preservejar] com/sun/ts/tests/ejb30/sec/stateless/lsecr/SecTestEJB.class already added, skipping [preservejar] com/sun/ts/tests/ejb30/sec/stateless/lsecr/lTestEJB.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/lsecr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/lsecr/ejb3_sec_stateless_lsecr_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] com/sun/ts/tests/ejb30/sec/stateless/lsecr/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/lsecr/ejb3_sec_stateless_lsecr_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/lsecr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/lsecr/ejb3_sec_stateless_lsecr.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/lsecr build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/sec/stateless/sec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/sec/ejb3_sec_stateless_sec_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/sec/ejb3_sec_stateless_sec_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] com/sun/ts/tests/ejb30/sec/stateless/sec/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/sec/ejb3_sec_stateless_sec_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/sec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/sec/ejb3_sec_stateless_sec.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/sec build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/sec/stateless/secpropagation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/secpropagation/ejb3_sec_stateless_secpropagation_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/secpropagation/ejb3_sec_stateless_secpropagation_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] com/sun/ts/tests/ejb30/sec/stateless/secpropagation/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/secpropagation/ejb3_sec_stateless_secpropagation_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/secpropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/secpropagation/ejb3_sec_stateless_secpropagation.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/secpropagation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/sec/stateless/secrunaspropagation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/secrunaspropagation/ejb3_sec_stateless_secrunaspropagation_ejb.jar [preservejar] com/sun/ts/tests/ejb30/sec/stateless/secrunaspropagation/SecTestEJB.class already added, skipping [preservejar] com/sun/ts/tests/ejb30/sec/stateless/secrunaspropagation/TestEJB.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/secrunaspropagation/ejb3_sec_stateless_secrunaspropagation_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] com/sun/ts/tests/ejb30/sec/stateless/secrunaspropagation/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/secrunaspropagation/ejb3_sec_stateless_secrunaspropagation_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/secrunaspropagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/secrunaspropagation/ejb3_sec_stateless_secrunaspropagation.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/sec/stateless/secrunaspropagation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/basic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/basic/concurrency [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 17 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_basic_concurrency [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/basic/concurrency [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/basic/concurrency [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/basic/concurrency [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/basic/concurrency/ejb30_timer_basic_concurrency_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/basic/mdb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/basic/mdb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/basic/mdb/ejb3_timer_basic_mdb_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/basic/mdb package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/basic/mdb/ejb3_timer_basic_mdb_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/basic/mdb/ejb3_timer_basic_mdb_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/basic/mdb package.war: [echo] noop in import.package.war package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/basic/mdb/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/basic/mdb/ejb3_timer_basic_mdb.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/basic/sharing [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_basic_sharing [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/basic/sharing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/basic/sharing [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/basic/sharing [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/basic/sharing/ejb30_timer_basic_sharing_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/basic/xa [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_basic_xa [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/basic/xa [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/basic/xa [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/basic/xa [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/basic/xa/ejb30_timer_basic_xa_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/ejb30/timer/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/interceptor/aroundtimeout [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/interceptor/aroundtimeout/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 12 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/ejb30/timer/interceptor/aroundtimeout/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/interceptor/aroundtimeout/singleton/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_interceptor_aroundtimeout_singleton_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/interceptor/aroundtimeout/singleton/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/interceptor/aroundtimeout/singleton/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/interceptor/aroundtimeout/singleton/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/interceptor/aroundtimeout/singleton/annotated/ejb30_timer_interceptor_aroundtimeout_singleton_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/interceptor/aroundtimeout/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/interceptor/aroundtimeout/singleton/dual [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_interceptor_aroundtimeout_singleton_dual [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/interceptor/aroundtimeout/singleton/dual [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/interceptor/aroundtimeout/singleton/dual [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/interceptor/aroundtimeout/singleton/dual [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/interceptor/aroundtimeout/singleton/dual/ejb30_timer_interceptor_aroundtimeout_singleton_dual_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/interceptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/interceptor/business [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/interceptor/business/mdb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_interceptor_business_mdb [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/interceptor/business/mdb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/interceptor/business/mdb [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/interceptor/business/mdb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/interceptor/business/mdb/ejb30_timer_interceptor_business_mdb_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/interceptor/business/mdb [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/interceptor/business/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_interceptor_business_singleton [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/interceptor/business/singleton [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/interceptor/business/singleton [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/interceptor/business/singleton [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/interceptor/business/singleton/ejb30_timer_interceptor_business_singleton_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/interceptor/business/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_interceptor_business_stateless [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/interceptor/business/stateless [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/interceptor/business/stateless [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/interceptor/business/stateless [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/interceptor/business/stateless/ejb30_timer_interceptor_business_stateless_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/interceptor/lifecycle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/interceptor/lifecycle/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/interceptor/lifecycle/singleton [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/interceptor/lifecycle/singleton/ejb.jar [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_interceptor_lifecycle_singleton [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/interceptor/lifecycle/singleton [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/interceptor/lifecycle/singleton [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/interceptor/lifecycle/singleton/ejb30_timer_interceptor_lifecycle_singleton_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/schedule/auto/attr [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/schedule/auto/attr/mdb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_schedule_auto_attr_mdb [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/auto/attr/mdb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/auto/attr/mdb [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/auto/attr/mdb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/auto/attr/mdb/ejb30_timer_schedule_auto_attr_mdb_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/auto/attr/mdb [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/schedule/auto/attr/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_schedule_auto_attr_singleton [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/auto/attr/singleton [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/auto/attr/singleton [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/auto/attr/singleton [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/auto/attr/singleton/ejb30_timer_schedule_auto_attr_singleton_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/schedule/auto/attr/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_schedule_auto_attr_stateless [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/auto/attr/stateless [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/auto/attr/stateless [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/auto/attr/stateless [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/auto/attr/stateless/ejb30_timer_schedule_auto_attr_stateless_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/schedule/auto [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/schedule [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/schedule/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/schedule/descriptor/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_schedule_descriptor [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/descriptor/stateless [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/descriptor/stateless [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/descriptor/stateless [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/descriptor/stateless/ejb30_timer_schedule_descriptor_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/schedule/expire [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: [echo] Copy /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib/commons-lang3-3.3.2.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../dist/com/sun/ts/tests/ejb30/timer/schedule/expire [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/expire package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_schedule_expire [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/expire [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/expire [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/expire/ejb30_timer_schedule_expire_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/expire/commons-lang3-3.3.2.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/schedule/expression/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_schedule_expression_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/expression/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/expression/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/expression/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/expression/annotated/ejb30_timer_schedule_expression_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/schedule/expression [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/schedule/expression/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_schedule_expression_descriptor [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/expression/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/expression/descriptor [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/expression/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/expression/descriptor/ejb30_timer_schedule_expression_descriptor_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/schedule/lifecycle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_schedule_lifecycle [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/lifecycle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/lifecycle [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/lifecycle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/lifecycle/ejb30_timer_schedule_lifecycle_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/schedule/tx [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_schedule_tx [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/tx [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/tx [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/tx [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/tx/ejb30_timer_schedule_tx_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/schedule/txnonpersistent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_schedule_txnonpersistent [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/txnonpersistent [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/txnonpersistent [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/txnonpersistent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/txnonpersistent/ejb30_timer_schedule_txnonpersistent_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/schedule/tz [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/tz package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_schedule_tz [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/tz [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/schedule/tz [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/tz [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/schedule/tz/ejb30_timer_schedule_tz_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/timer/timerconfig [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb30_timer_timerconfig [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/timerconfig [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/timer/timerconfig [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/timerconfig [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/timer/timerconfig/ejb30_timer_timerconfig_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/common/session [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/mdb/bmt/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/bmt/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/bmt/annotated/mdb_tx_bmt_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/bmt/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/bmt/annotated/mdb_tx_bmt_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/bmt/annotated/mdb_tx_bmt_annotated_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/bmt/annotated package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/bmt/annotated/mdb_tx_bmt_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/mdb/bmt [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/mdb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/mdb/notsupported/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/notsupported/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/notsupported/annotated/mdb_tx_notsupported_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/notsupported/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/notsupported/annotated/mdb_tx_notsupported_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/notsupported/annotated/mdb_tx_notsupported_annotated_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/notsupported/annotated package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/notsupported/annotated/mdb_tx_notsupported_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/mdb/notsupported [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/mdb/required/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/required/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/required/annotated/mdb_tx_required_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/required/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/required/annotated/mdb_tx_required_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/required/annotated/mdb_tx_required_annotated_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/required/annotated package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/mdb/required/annotated/mdb_tx_required_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/mdb/required [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/session [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/session/stateful [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/session/stateful/cm/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateful/cm/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateful/cm/annotated/ejb3_tx_stateful_cm_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateful/cm/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateful/cm/annotated/ejb3_tx_stateful_cm_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateful/cm/annotated/ejb3_tx_stateful_cm_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateful/cm/annotated/ejb3_tx_stateful_cm_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/session/stateful/cm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/session/stateful/web [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateful/web [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateful/web/tx_stateful_web_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateful/web package.appclient.jar: package.war: [echo] package.war target in war-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateful/web/tx_stateful_web_web.war [echo] Copying sun runtime file to dist package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateful/web/tx_stateful_web.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/session/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/session/stateless/cm/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/annotated/ejb3_tx_stateless_cm_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/annotated/ejb3_tx_stateless_cm_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/annotated/ejb3_tx_stateless_cm_annotated_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/annotated/ejb3_tx_stateless_cm_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/session/stateless/cm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/session/stateless/cm/covariant [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/covariant [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/covariant/tx_stateless_covariant_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/covariant package.appclient.jar: package.war: [echo] package.war target in war-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/covariant/tx_stateless_covariant_web.war [echo] Copying sun runtime file to dist package.ear: [echo] creating library jars [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/covariant/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/covariant/tx_stateless_covariant.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/session/stateless/cm/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/descriptor/ejb3_tx_stateless_cm_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/descriptor/ejb3_tx_stateless_cm_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/descriptor/ejb3_tx_stateless_cm_descriptor_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/descriptor/ejb3_tx_stateless_cm_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/session/stateless/cm/generics [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/generics [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/generics/tx_stateless_generics_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/generics package.appclient.jar: package.war: [echo] package.war target in war-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/generics/tx_stateless_generics_web.war [echo] Copying sun runtime file to dist package.ear: [echo] creating library jars [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/generics/greeting-ejb-client-view.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/generics/tx_stateless_generics.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/session/stateless/cm/inheritance/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/inheritance/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/inheritance/annotated/tx_stateless_inheritance_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/inheritance/annotated package.appclient.jar: package.war: [echo] package.war target in war-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/inheritance/annotated/tx_stateless_inheritance_annotated_web.war [echo] Copying sun runtime file to dist package.ear: [echo] creating library jars [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/inheritance/annotated/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/inheritance/annotated/tx_stateless_inheritance_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/session/stateless/cm/inheritance [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/session/stateless/cm/varargs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/varargs [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/varargs/tx_stateless_varargs_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/varargs package.appclient.jar: package.war: [echo] package.war target in war-import.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/varargs/tx_stateless_varargs_web.war [echo] Copying sun runtime file to dist package.ear: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/varargs/shared.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/cm/varargs/tx_stateless_varargs.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/tx/session/stateless/web [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: package.appclient.jar: package.war: [echo] package.war target in war-import.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/web [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/tx/session/stateless/web/tx_stateless_web_web.war [echo] Copying sun runtime file to dist package.ear: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/webservice [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/webservice/clientview [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src packageendpoint: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_java2wsdl_generate_server: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/clientview/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/clientview/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/webservice/clientview/HelloService.wsdl [echo] impl=com.sun.ts.tests.ejb30.webservice.clientview.HelloImpl [echo] _impl=com/sun/ts/tests/ejb30/webservice/clientview/HelloImpl [echo] _impl2=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/ejb30/webservice/clientview/HelloImpl.class [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing Java-to-WSDL generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsgen] JAX-WS RI 3.0.0 [wsgen] command line: wsgen-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/clientview/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/clientview/generated_sources -verbose -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/el-impl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jmxremote_optional-repackaged.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.management.j2ee-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/ejb.security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/common-util.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/gmbal.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/bean-validator.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-hk2.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-jaxb.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-sse.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-processing.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jsonp-jaxrs.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-binding.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/guava.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-websocket-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-grizzly-extra-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/nucleus-grizzly-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-runtime-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-ri-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-commands.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/yasson.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-runtime.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.inject-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.validation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/clientview -wsdl:soap1.1 -r /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/clientview com.sun.ts.tests.ejb30.webservice.clientview.HelloImpl [wsgen] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsgen] com/sun/ts/tests/ejb30/webservice/clientview/jaxws/SayHello.java [wsgen] com/sun/ts/tests/ejb30/webservice/clientview/jaxws/SayHelloResponse.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/clientview/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/clientview [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/clientview/Hello_ejb.jar [preservejar] com/sun/ts/tests/ejb30/webservice/clientview/HelloImpl.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/clientview [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/clientview/Hello.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/clientview [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/clientview/application.xml packageclient: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/clientview [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/clientview/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/clientview/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/webservice/clientview/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/ejb30/webservice/clientview [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/ejb30/webservice/clientview [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/webservice/clientview [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/webservice/clientview [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/clientview/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/clientview/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/webservice/clientview/HelloService.wsdl -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/ejb30/webservice/clientview/Hello.java [wsimport] com/sun/ts/tests/ejb30/webservice/clientview/HelloService.java [wsimport] com/sun/ts/tests/ejb30/webservice/clientview/ObjectFactory.java [wsimport] com/sun/ts/tests/ejb30/webservice/clientview/SayHello.java [wsimport] com/sun/ts/tests/ejb30/webservice/clientview/SayHelloResponse.java [wsimport] com/sun/ts/tests/ejb30/webservice/clientview/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/clientview/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/clientview/generated_sources/com/sun/ts/tests/ejb30/webservice/clientview/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/clientview/generated_sources/com/sun/ts/tests/ejb30/webservice/clientview/HelloService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/clientview/generated_sources/com/sun/ts/tests/ejb30/webservice/clientview/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/clientview/generated_sources/com/sun/ts/tests/ejb30/webservice/clientview/SayHello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/clientview/generated_sources/com/sun/ts/tests/ejb30/webservice/clientview/SayHelloResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/clientview/generated_sources/com/sun/ts/tests/ejb30/webservice/clientview/package-info.java [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/clientview [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/clientview/HelloClnt_client.jar [preservejar] com/sun/ts/tests/ejb30/webservice/clientview/Hello.class already added, skipping [preservejar] com/sun/ts/tests/ejb30/webservice/clientview/HelloService.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/clientview/HelloClnt_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/clientview/HelloClnt.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/clientview/application.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/webservice/interceptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src packageendpoint: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_java2wsdl_generate_server: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/interceptor/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/interceptor/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/webservice/interceptor/HelloService.wsdl [echo] impl=com.sun.ts.tests.ejb30.webservice.interceptor.HelloImpl [echo] _impl=com/sun/ts/tests/ejb30/webservice/interceptor/HelloImpl [echo] _impl2=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/ejb30/webservice/interceptor/HelloImpl.class [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing Java-to-WSDL generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsgen] JAX-WS RI 3.0.0 [wsgen] command line: wsgen-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/interceptor/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/interceptor/generated_sources -verbose -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/el-impl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jmxremote_optional-repackaged.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.management.j2ee-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/ejb.security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/common-util.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/gmbal.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/bean-validator.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-hk2.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-jaxb.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-sse.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-processing.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jsonp-jaxrs.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-binding.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/guava.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-websocket-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-grizzly-extra-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/nucleus-grizzly-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-runtime-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-ri-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-commands.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/yasson.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-runtime.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.inject-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.validation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/interceptor -wsdl:soap1.1 -r /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/interceptor com.sun.ts.tests.ejb30.webservice.interceptor.HelloImpl [wsgen] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsgen] com/sun/ts/tests/ejb30/webservice/interceptor/jaxws/SayHello.java [wsgen] com/sun/ts/tests/ejb30/webservice/interceptor/jaxws/SayHelloResponse.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/interceptor/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/interceptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/interceptor/Hello_ejb.jar [preservejar] com/sun/ts/tests/ejb30/webservice/interceptor/HelloImpl.class already added, skipping [preservejar] com/sun/ts/tests/ejb30/webservice/interceptor/WebServiceInterceptor.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/interceptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/interceptor/Hello.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/interceptor [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/interceptor/application.xml packageclient: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/interceptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/interceptor/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/interceptor/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/webservice/interceptor/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/ejb30/webservice/interceptor [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/ejb30/webservice/interceptor [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/webservice/interceptor [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/webservice/interceptor [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/interceptor/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/interceptor/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/webservice/interceptor/HelloService.wsdl -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/ejb30/webservice/interceptor/Hello.java [wsimport] com/sun/ts/tests/ejb30/webservice/interceptor/HelloService.java [wsimport] com/sun/ts/tests/ejb30/webservice/interceptor/ObjectFactory.java [wsimport] com/sun/ts/tests/ejb30/webservice/interceptor/SayHello.java [wsimport] com/sun/ts/tests/ejb30/webservice/interceptor/SayHelloResponse.java [wsimport] com/sun/ts/tests/ejb30/webservice/interceptor/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/interceptor/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/interceptor/generated_sources/com/sun/ts/tests/ejb30/webservice/interceptor/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/interceptor/generated_sources/com/sun/ts/tests/ejb30/webservice/interceptor/HelloService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/interceptor/generated_sources/com/sun/ts/tests/ejb30/webservice/interceptor/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/interceptor/generated_sources/com/sun/ts/tests/ejb30/webservice/interceptor/SayHello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/interceptor/generated_sources/com/sun/ts/tests/ejb30/webservice/interceptor/SayHelloResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/interceptor/generated_sources/com/sun/ts/tests/ejb30/webservice/interceptor/package-info.java [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/interceptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/interceptor/HelloClnt_client.jar [preservejar] com/sun/ts/tests/ejb30/webservice/interceptor/Hello.class already added, skipping [preservejar] com/sun/ts/tests/ejb30/webservice/interceptor/HelloService.class already added, skipping [preservejar] com/sun/ts/tests/ejb30/webservice/interceptor/WebServiceInterceptor.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/interceptor/HelloClnt_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/interceptor/HelloClnt.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/interceptor/application.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/webservice/wscontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src packageendpoint: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_java2wsdl_generate_server: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/wscontext/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/wscontext/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/webservice/wscontext/HelloService.wsdl [echo] impl=com.sun.ts.tests.ejb30.webservice.wscontext.HelloImpl [echo] _impl=com/sun/ts/tests/ejb30/webservice/wscontext/HelloImpl [echo] _impl2=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/ejb30/webservice/wscontext/HelloImpl.class [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing Java-to-WSDL generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsgen] JAX-WS RI 3.0.0 [wsgen] command line: wsgen-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/wscontext/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/wscontext/generated_sources -verbose -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/el-impl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jmxremote_optional-repackaged.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.management.j2ee-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/ejb.security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/common-util.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/gmbal.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/bean-validator.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-hk2.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-jaxb.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-sse.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-processing.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jsonp-jaxrs.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-binding.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/guava.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-websocket-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-grizzly-extra-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/nucleus-grizzly-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-runtime-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-ri-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-commands.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/yasson.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-runtime.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.inject-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.validation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/wscontext -wsdl:soap1.1 -r /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/wscontext com.sun.ts.tests.ejb30.webservice.wscontext.HelloImpl [wsgen] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsgen] com/sun/ts/tests/ejb30/webservice/wscontext/jaxws/SayHelloProtected.java [wsgen] com/sun/ts/tests/ejb30/webservice/wscontext/jaxws/SayHelloProtectedResponse.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/wscontext/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/wscontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/wscontext/Hello_ejb.jar [preservejar] com/sun/ts/tests/ejb30/webservice/wscontext/HelloImpl.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/wscontext [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/wscontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/wscontext/Hello.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/wscontext [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/wscontext/application.xml packageclient: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/wscontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/wscontext/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/wscontext/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/webservice/wscontext/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/ejb30/webservice/wscontext [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/ejb30/webservice/wscontext [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/webservice/wscontext [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/webservice/wscontext [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/wscontext/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/wscontext/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/webservice/wscontext/HelloService.wsdl -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/ejb30/webservice/wscontext/Hello.java [wsimport] com/sun/ts/tests/ejb30/webservice/wscontext/HelloService.java [wsimport] com/sun/ts/tests/ejb30/webservice/wscontext/ObjectFactory.java [wsimport] com/sun/ts/tests/ejb30/webservice/wscontext/SayHelloProtected.java [wsimport] com/sun/ts/tests/ejb30/webservice/wscontext/SayHelloProtectedResponse.java [wsimport] com/sun/ts/tests/ejb30/webservice/wscontext/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/wscontext/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/wscontext/generated_sources/com/sun/ts/tests/ejb30/webservice/wscontext/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/wscontext/generated_sources/com/sun/ts/tests/ejb30/webservice/wscontext/HelloService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/wscontext/generated_sources/com/sun/ts/tests/ejb30/webservice/wscontext/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/wscontext/generated_sources/com/sun/ts/tests/ejb30/webservice/wscontext/SayHelloProtected.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/wscontext/generated_sources/com/sun/ts/tests/ejb30/webservice/wscontext/SayHelloProtectedResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb30/webservice/wscontext/generated_sources/com/sun/ts/tests/ejb30/webservice/wscontext/package-info.java [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/wscontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/wscontext/HelloClnt_client.jar [preservejar] com/sun/ts/tests/ejb30/webservice/wscontext/Hello.class already added, skipping [preservejar] com/sun/ts/tests/ejb30/webservice/wscontext/HelloService.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/wscontext/HelloClnt_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/webservice/wscontext/HelloClnt.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/ejb30/webservice/wscontext/application.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb30/zombie [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/zombie [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/zombie/mdb_zombie_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/zombie package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/zombie/mdb_zombie_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/zombie/mdb_zombie_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb30/zombie/mdb_zombie.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/basic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/basic/concurrency [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejb32_lite_timer_basic_concurrency [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/basic/concurrency [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/basic/concurrency [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/concurrency [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/concurrency/ejb32_lite_timer_basic_concurrency_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_basic_concurrency [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/basic/concurrency [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/concurrency/ejb32_lite_timer_basic_concurrency_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_basic_concurrency [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/concurrency Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/concurrency/ejb32_lite_timer_basic_concurrency_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_basic_concurrency [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/concurrency [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/basic/concurrency [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/concurrency/ejb32_lite_timer_basic_concurrency_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_basic_concurrency [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/concurrency/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejb32_lite_timer_basic_sharing [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/basic/sharing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/basic/sharing [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/sharing [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/ejb32_lite_timer_basic_sharing_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_basic_sharing [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/basic/sharing [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/ejb32_lite_timer_basic_sharing_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_basic_sharing [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/sharing Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/ejb32_lite_timer_basic_sharing_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_basic_sharing [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/sharing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/basic/sharing [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/ejb32_lite_timer_basic_sharing_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_basic_sharing [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/basic/xa [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejb32_lite_timer_basic_xa [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/basic/xa [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/basic/xa [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/xa [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/xa/ejb32_lite_timer_basic_xa_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_basic_xa [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/basic/xa [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/xa/ejb32_lite_timer_basic_xa_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_basic_xa [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/xa Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/xa/ejb32_lite_timer_basic_xa_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_basic_xa [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/xa [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/basic/xa [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/basic/xa/ejb32_lite_timer_basic_xa_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/META-INF build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejb32_lite_timer_interceptor_aroundtimeout_singleton_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/annotated/ejb32_lite_timer_interceptor_aroundtimeout_singleton_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_interceptor_aroundtimeout_singleton_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/annotated/ejb32_lite_timer_interceptor_aroundtimeout_singleton_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_interceptor_aroundtimeout_singleton_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/annotated/ejb32_lite_timer_interceptor_aroundtimeout_singleton_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_interceptor_aroundtimeout_singleton_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/annotated/ejb32_lite_timer_interceptor_aroundtimeout_singleton_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/dual [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejb32_lite_timer_interceptor_aroundtimeout_singleton_dual [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/dual [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/dual [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/dual [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/dual/ejb32_lite_timer_interceptor_aroundtimeout_singleton_dual_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_interceptor_aroundtimeout_singleton_dual [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/dual [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/dual/ejb32_lite_timer_interceptor_aroundtimeout_singleton_dual_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_interceptor_aroundtimeout_singleton_dual [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/dual Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/dual/ejb32_lite_timer_interceptor_aroundtimeout_singleton_dual_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_interceptor_aroundtimeout_singleton_dual [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/dual [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/dual [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/dual/ejb32_lite_timer_interceptor_aroundtimeout_singleton_dual_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_interceptor_aroundtimeout_singleton_dual [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/aroundtimeout/singleton/dual/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/interceptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/interceptor/business [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejb32_lite_timer_interceptor_business_singleton [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/singleton [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/singleton [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/singleton [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/singleton/ejb32_lite_timer_interceptor_business_singleton_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_interceptor_business_singleton [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/singleton [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/singleton/ejb32_lite_timer_interceptor_business_singleton_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_interceptor_business_singleton [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/singleton Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/singleton/ejb32_lite_timer_interceptor_business_singleton_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_interceptor_business_singleton [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/singleton [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/singleton [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/singleton/ejb32_lite_timer_interceptor_business_singleton_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_interceptor_business_singleton [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/singleton/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejb32_lite_timer_interceptor_business_stateless [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/stateless [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/stateless [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/stateless [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/stateless/ejb32_lite_timer_interceptor_business_stateless_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_interceptor_business_stateless [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/stateless [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/stateless/ejb32_lite_timer_interceptor_business_stateless_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_interceptor_business_stateless [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/stateless Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/stateless/ejb32_lite_timer_interceptor_business_stateless_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_interceptor_business_stateless [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/stateless [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/stateless [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/stateless/ejb32_lite_timer_interceptor_business_stateless_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_interceptor_business_stateless [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/stateless/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton/ejb.jar [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejb32_lite_timer_interceptor_lifecycle_singleton [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton/ejb32_lite_timer_interceptor_lifecycle_singleton_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_interceptor_lifecycle_singleton [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton/ejb32_lite_timer_interceptor_lifecycle_singleton_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_interceptor_lifecycle_singleton [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton/ejb32_lite_timer_interceptor_lifecycle_singleton_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_interceptor_lifecycle_singleton [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton/ejb32_lite_timer_interceptor_lifecycle_singleton_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejb32_lite_timer_schedule_auto_attr_singleton [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/singleton [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/singleton [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/singleton [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/singleton/ejb32_lite_timer_schedule_auto_attr_singleton_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_auto_attr_singleton [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/singleton [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/singleton/ejb32_lite_timer_schedule_auto_attr_singleton_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_auto_attr_singleton [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/singleton Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/singleton/ejb32_lite_timer_schedule_auto_attr_singleton_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_auto_attr_singleton [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/singleton [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/singleton [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/singleton/ejb32_lite_timer_schedule_auto_attr_singleton_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_auto_attr_singleton [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/singleton/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejb32_lite_timer_schedule_auto_attr_stateless [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/stateless [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/stateless [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/stateless [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/stateless/ejb32_lite_timer_schedule_auto_attr_stateless_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_auto_attr_stateless [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/stateless [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/stateless/ejb32_lite_timer_schedule_auto_attr_stateless_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_auto_attr_stateless [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/stateless Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/stateless/ejb32_lite_timer_schedule_auto_attr_stateless_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_auto_attr_stateless [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/stateless [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/stateless [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/stateless/ejb32_lite_timer_schedule_auto_attr_stateless_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_auto_attr_stateless [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/auto/attr/stateless/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/schedule/auto [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/schedule [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/schedule/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/schedule/descriptor/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejb32_lite_timer_schedule_descriptor_stateless [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/descriptor/stateless [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/descriptor/stateless [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/descriptor/stateless [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/descriptor/stateless/ejb32_lite_timer_schedule_descriptor_stateless_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_descriptor_stateless [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/descriptor/stateless [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/descriptor/stateless/ejb32_lite_timer_schedule_descriptor_stateless_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_descriptor_stateless [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/descriptor/stateless Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/descriptor/stateless/ejb32_lite_timer_schedule_descriptor_stateless_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_descriptor_stateless [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/descriptor/stateless [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/descriptor/stateless [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/descriptor/stateless/ejb32_lite_timer_schedule_descriptor_stateless_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_descriptor_stateless [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/descriptor/stateless/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/schedule/expire [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: [echo] Copy /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib/commons-lang3-3.3.2.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expire [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expire package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejb32_lite_timer_schedule_expire [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/expire [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/expire [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expire/ejb32_lite_timer_schedule_expire_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_expire [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/expire [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expire/ejb32_lite_timer_schedule_expire_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_expire [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expire Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expire/ejb32_lite_timer_schedule_expire_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_expire [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expire [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/expire [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expire/ejb32_lite_timer_schedule_expire_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_expire [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expire/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expire/commons-lang3-3.3.2.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejb32_lite_timer_schedule_expression_annotated [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/annotated [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/annotated/ejb32_lite_timer_schedule_expression_annotated_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_expression_annotated [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/annotated/ejb32_lite_timer_schedule_expression_annotated_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_expression_annotated [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/annotated Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/annotated/ejb32_lite_timer_schedule_expression_annotated_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_expression_annotated [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/annotated [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/annotated [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/annotated/ejb32_lite_timer_schedule_expression_annotated_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_expression_annotated [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/annotated/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/schedule/expression [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejb32_lite_timer_schedule_expression_descriptor [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/descriptor [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/descriptor/ejb32_lite_timer_schedule_expression_descriptor_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_expression_descriptor [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/descriptor/ejb32_lite_timer_schedule_expression_descriptor_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_expression_descriptor [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/descriptor Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/descriptor/ejb32_lite_timer_schedule_expression_descriptor_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_expression_descriptor [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/descriptor [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/descriptor/ejb32_lite_timer_schedule_expression_descriptor_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_expression_descriptor [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/expression/descriptor/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/schedule/lifecycle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejb32_lite_timer_schedule_lifecycle [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/lifecycle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/lifecycle [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/lifecycle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/lifecycle/ejb32_lite_timer_schedule_lifecycle_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_lifecycle [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/lifecycle [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/lifecycle/ejb32_lite_timer_schedule_lifecycle_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_lifecycle [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/lifecycle Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/lifecycle/ejb32_lite_timer_schedule_lifecycle_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_lifecycle [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/lifecycle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/lifecycle [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/lifecycle/ejb32_lite_timer_schedule_lifecycle_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/schedule/tx [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejb32_lite_timer_schedule_tx [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/tx [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/tx [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/tx [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/tx/ejb32_lite_timer_schedule_tx_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_tx [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/tx [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/tx/ejb32_lite_timer_schedule_tx_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_tx [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/tx Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/tx/ejb32_lite_timer_schedule_tx_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_tx [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/tx [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/tx [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/tx/ejb32_lite_timer_schedule_tx_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/schedule/txnonpersistent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejb32_lite_timer_schedule_txnonpersistent [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/txnonpersistent [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/txnonpersistent [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/txnonpersistent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/txnonpersistent/ejb32_lite_timer_schedule_txnonpersistent_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_txnonpersistent [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/txnonpersistent [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/txnonpersistent/ejb32_lite_timer_schedule_txnonpersistent_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_txnonpersistent [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/txnonpersistent Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/txnonpersistent/ejb32_lite_timer_schedule_txnonpersistent_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_txnonpersistent [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/txnonpersistent [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/txnonpersistent [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/txnonpersistent/ejb32_lite_timer_schedule_txnonpersistent_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/schedule/tz [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/tz package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejb32_lite_timer_schedule_tz [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/tz [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/tz [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/tz [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/tz/ejb32_lite_timer_schedule_tz_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_tz [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/tz [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/tz/ejb32_lite_timer_schedule_tz_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_tz [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/tz Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/tz/ejb32_lite_timer_schedule_tz_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_tz [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/tz [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/schedule/tz [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/tz/ejb32_lite_timer_schedule_tz_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_schedule_tz [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/schedule/tz/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/service [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/service/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejb32_lite_timer_service_singleton [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/service/singleton [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/service/singleton [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/service/singleton [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/service/singleton/ejb32_lite_timer_service_singleton_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_service_singleton [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/service/singleton [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/service/singleton/ejb32_lite_timer_service_singleton_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_service_singleton [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/service/singleton Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/service/singleton/ejb32_lite_timer_service_singleton_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_service_singleton [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/service/singleton [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/service/singleton [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/service/singleton/ejb32_lite_timer_service_singleton_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/service/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: ejb32_lite_timer_service_stateless [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/service/stateless [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/service/stateless [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/service/stateless [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/service/stateless/ejb32_lite_timer_service_stateless_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_service_stateless [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/service/stateless [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/service/stateless/ejb32_lite_timer_service_stateless_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_service_stateless [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/service/stateless Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/service/stateless/ejb32_lite_timer_service_stateless_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_service_stateless [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/service/stateless [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/service/stateless [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/service/stateless/ejb32_lite_timer_service_stateless_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/lite/timer/timerconfig [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp ejbembed [echo] vehicleoverride: [echo] name: ejb32_lite_timer_timerconfig [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/timerconfig [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/timerconfig [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/timerconfig [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/timerconfig/ejb32_lite_timer_timerconfig_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_timerconfig [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/timerconfig [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/timerconfig/ejb32_lite_timer_timerconfig_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_timerconfig [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/timerconfig Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/timerconfig/ejb32_lite_timer_timerconfig_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_timerconfig [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/timerconfig [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/lite/timer/timerconfig [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/timerconfig/ejb32_lite_timer_timerconfig_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: ejb32_lite_timer_timerconfig [echo] vehicle: ejbembed [echo] Building ejbembed vehicle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/lite/timer/timerconfig/ejbembed_vehicle_ejb.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/mdb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/mdb/modernconnector [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/mdb/modernconnector/ejb32_mdb_modernconnector_ra.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/mdb/modernconnector/ejb32_mdb_modernconnector_ra.rar package.ejb.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/mdb/modernconnector/ejb32_mdb_modernconnector_ejb.jar [echo] Copying sun runtime file to dist package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/mdb/modernconnector/ejb32_mdb_modernconnector_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/mdb/modernconnector/ejb32_mdb_modernconnector_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/mdb/modernconnector/ejb32_mdb_modernconnector.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/relaxedclientview [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/relaxedclientview/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/relaxedclientview/singleton [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/relaxedclientview/singleton/singleton_relaxed_client_view_ejb.jar [echo] Copying sun runtime file to dist package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/relaxedclientview/singleton/singleton_relaxed_client_view_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/relaxedclientview/singleton/singleton_relaxed_client_view_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/relaxedclientview/singleton/singleton_relaxed_client_view.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/relaxedclientview/stateful [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/relaxedclientview/stateful [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/relaxedclientview/stateful/stateful_relaxed_client_view_ejb.jar [echo] Copying sun runtime file to dist package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/relaxedclientview/stateful/stateful_relaxed_client_view_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/relaxedclientview/stateful/stateful_relaxed_client_view_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/relaxedclientview/stateful/stateful_relaxed_client_view.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/relaxedclientview/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/relaxedclientview/stateless [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/relaxedclientview/stateless/stateless_relaxed_client_view_ejb.jar [echo] Copying sun runtime file to dist package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/relaxedclientview/stateless/stateless_relaxed_client_view_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/relaxedclientview/stateless/stateless_relaxed_client_view_client.jar [echo] Copying sun runtime file to dist package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/relaxedclientview/stateless/stateless_relaxed_client_view.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/timer [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/timer/service [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/timer/service/singleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb32_timer_service_singleton [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/timer/service/singleton [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/timer/service/singleton [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/timer/service/singleton [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/timer/service/singleton/ejb32_timer_service_singleton_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/ejb32/timer/service/stateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejbliteservlet [echo] vehicleoverride: [echo] name: ejb32_timer_service_stateless [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/timer/service/stateless [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/ejb32/timer/service/stateless [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/timer/service/stateless [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/ejb32/timer/service/stateless/ejb32_timer_service_stateless_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el/arrayelresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/el/api/resolver/BarELResolver.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: arrayelresolver [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/arrayelresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/arrayelresolver/arrayelresolver_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/arrayelresolver/arrayelresolver_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: arrayelresolver [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/arrayelresolver/arrayelresolver_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/arrayelresolver/arrayelresolver_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el/beanelresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: beanelresolver [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/beanelresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/beanelresolver/beanelresolver_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/beanelresolver/beanelresolver_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: beanelresolver [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/beanelresolver/beanelresolver_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/beanelresolver/beanelresolver_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el/beannameelresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: beannameelresolver [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/beannameelresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/beannameelresolver/beannameelresolver_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/beannameelresolver/beannameelresolver_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: beannameelresolver [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/beannameelresolver/beannameelresolver_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/beannameelresolver/beannameelresolver_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el/compositeelresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: compositeelresolver [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/compositeelresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/compositeelresolver/compositeelresolver_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/compositeelresolver/compositeelresolver_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: compositeelresolver [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/compositeelresolver/compositeelresolver_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/compositeelresolver/compositeelresolver_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el/elcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: elcontext [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/elcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/elcontext/elcontext_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/elcontext/elcontext_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: elcontext [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/elcontext/elcontext_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/elcontext/elcontext_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el/elprocessor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: elcontext [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/elprocessor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/elprocessor/elcontext_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/elprocessor/elcontext_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: elcontext [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/elprocessor/elcontext_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/elprocessor/elcontext_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el/elresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: elresolver [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/elresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/elresolver/elresolver_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/elresolver/elresolver_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: elresolver [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/elresolver/elresolver_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/elresolver/elresolver_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el/expression [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: expression [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/expression [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/expression/expression_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/expression/expression_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: expression [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/expression/expression_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/expression/expression_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el/expressionfactory [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: expressionfactory [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/expressionfactory [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/expressionfactory/expressionfactory_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/expressionfactory/expressionfactory_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: expressionfactory [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/expressionfactory/expressionfactory_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/expressionfactory/expressionfactory_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el/functionmapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: functionmapper [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/functionmapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/functionmapper/functionmapper_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/functionmapper/functionmapper_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: functionmapper [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/functionmapper/functionmapper_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/functionmapper/functionmapper_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el/lambdaexpression [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: expression [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/lambdaexpression [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/lambdaexpression/expression_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/lambdaexpression/expression_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: expression [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/lambdaexpression/expression_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/lambdaexpression/expression_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el/listelresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: listelresolver [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/listelresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/listelresolver/listelresolver_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/listelresolver/listelresolver_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: listelresolver [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/listelresolver/listelresolver_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/listelresolver/listelresolver_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el/mapelresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: mapelresolver [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/mapelresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/mapelresolver/mapelresolver_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/mapelresolver/mapelresolver_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: mapelresolver [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/mapelresolver/mapelresolver_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/mapelresolver/mapelresolver_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el/methodexpression [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: methodexpression [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/methodexpression [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/methodexpression/methodexpression_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/methodexpression/methodexpression_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: methodexpression [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/methodexpression/methodexpression_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/methodexpression/methodexpression_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el/methodinfo [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: methodinfo [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/methodinfo [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/methodinfo/methodinfo_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/methodinfo/methodinfo_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: methodinfo [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/methodinfo/methodinfo_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/methodinfo/methodinfo_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el/resourcebundleelresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/el/api/jakarta_el/resourcebundleelresolver/ELClient.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: resourcebundleelresolver [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/resourcebundleelresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/resourcebundleelresolver/resourcebundleelresolver_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/resourcebundleelresolver/resourcebundleelresolver_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resourcebundleelresolver [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/resourcebundleelresolver/resourcebundleelresolver_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/resourcebundleelresolver/resourcebundleelresolver_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el/staticfieldelresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: staticfieldelresolver [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/staticfieldelresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/staticfieldelresolver/staticfieldelresolver_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/el/api/jakarta_el/staticfieldelresolver/TCKELClass.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/staticfieldelresolver/staticfieldelresolver_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: staticfieldelresolver [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/staticfieldelresolver/staticfieldelresolver_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/el/api/jakarta_el/staticfieldelresolver/TCKELClass.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/staticfieldelresolver/staticfieldelresolver_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el/valueexpression [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: valueexpression [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/valueexpression [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/valueexpression/valueexpression_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/el/api/jakarta_el/valueexpression/Worker.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/valueexpression/valueexpression_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: valueexpression [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/valueexpression/valueexpression_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/el/api/jakarta_el/valueexpression/Worker.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/api/jakarta_el/valueexpression/valueexpression_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/api/jakarta_el/variablemapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/el/api/jakarta_el/variablemapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/spec/assignmentoperator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: assignmentoperator [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/assignmentoperator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/assignmentoperator/assignmentoperator_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/assignmentoperator/assignmentoperator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: assignmentoperator [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/assignmentoperator/assignmentoperator_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/assignmentoperator/assignmentoperator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/spec/binaryoperator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: binaryoperator [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/binaryoperator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/binaryoperator/binaryoperator_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/binaryoperator/binaryoperator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: binaryoperator [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/binaryoperator/binaryoperator_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/binaryoperator/binaryoperator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/spec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/spec/coercion [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/el/spec/coercion/ELClient.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: coercion [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/coercion [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/coercion/coercion_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/coercion/coercion_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: coercion [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/coercion/coercion_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/coercion/coercion_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/spec/collectionoperators [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: CollectionOperators [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/collectionoperators [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/collectionoperators/CollectionOperators_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/collectionoperators/CollectionOperators_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: CollectionOperators [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/collectionoperators/CollectionOperators_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/collectionoperators/CollectionOperators_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/spec/concatoperator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: concatenationoperator [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/concatoperator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/concatoperator/concatenationoperator_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/concatoperator/concatenationoperator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: concatenationoperator [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/concatoperator/concatenationoperator_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/concatoperator/concatenationoperator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/spec/conditionaloperator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: conditionaloperator [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/conditionaloperator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/conditionaloperator/conditionaloperator_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/conditionaloperator/conditionaloperator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: conditionaloperator [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/conditionaloperator/conditionaloperator_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/conditionaloperator/conditionaloperator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/spec/emptyoperator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/el/spec/emptyoperator/ELClient.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: emptyoperator [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/emptyoperator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/emptyoperator/emptyoperator_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/emptyoperator/emptyoperator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: emptyoperator [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/emptyoperator/emptyoperator_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/emptyoperator/emptyoperator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/spec/lambda [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: Lambdaexpression [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/lambda [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/lambda/Lambdaexpression_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/lambda/Lambdaexpression_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: Lambdaexpression [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/lambda/Lambdaexpression_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/lambda/Lambdaexpression_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/spec/language [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/el/spec/language/ELClient.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: language [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/language [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/language/language_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/language/language_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: language [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/language/language_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/language/language_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/spec/literal [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/el/spec/literal/ELClient.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: literal [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/literal [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/literal/literal_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/literal/literal_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: literal [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/literal/literal_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/literal/literal_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/spec/mapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/el/spec/mapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/spec/operatorprecedence [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: operatorprecedence [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/operatorprecedence [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/operatorprecedence/operatorprecedence_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/operatorprecedence/operatorprecedence_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: operatorprecedence [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/operatorprecedence/operatorprecedence_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/operatorprecedence/operatorprecedence_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/spec/relationaloperator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: relationaloperator [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/relationaloperator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/relationaloperator/relationaloperator_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/relationaloperator/relationaloperator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: relationaloperator [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/relationaloperator/relationaloperator_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/relationaloperator/relationaloperator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/spec/semicolonoperator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: semicolonoperator [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/semicolonoperator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/semicolonoperator/semicolonoperator_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/semicolonoperator/semicolonoperator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: semicolonoperator [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/semicolonoperator/semicolonoperator_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/semicolonoperator/semicolonoperator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/el/spec/unaryoperator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet jsp [echo] vehicleoverride: [echo] name: unaryoperator [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/unaryoperator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/unaryoperator/unaryoperator_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/unaryoperator/unaryoperator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: unaryoperator [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/unaryoperator/unaryoperator_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/el/spec/unaryoperator/unaryoperator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/integration [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/integration/entity [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/integration/entity/jspejbjdbc [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/entity/jspejbjdbc [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/entity/jspejbjdbc/int_E_jspejbjdbc_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/entity/jspejbjdbc [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/entity/jspejbjdbc/int_E_jspejbjdbc_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/integration/entity/jspejbjdbc/AccessJSPBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/entity/jspejbjdbc [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/entity/jspejbjdbc/int_E_jspejbjdbc.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/integration/entity/servletejbjdbc [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/entity/servletejbjdbc [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/entity/servletejbjdbc/int_E_servletejbjdbc_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/entity/servletejbjdbc [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/entity/servletejbjdbc/int_E_servletejbjdbc_servlet_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/entity/servletejbjdbc [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/entity/servletejbjdbc/int_E_servletejbjdbc.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/integration/sec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/integration/sec/propagation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/ejb/ee/bb/entity/util build: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/sec/propagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/sec/propagation/integration_sec_propagation_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/sec/propagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/sec/propagation/integration_sec_propagation_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/sec/propagation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/sec/propagation/integration_sec_propagation.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/sec/propagation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/integration/sec/secbasicssl [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/sec/secbasicssl [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/sec/secbasicssl/integration_sec_secbasicssl_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/sec/secbasicssl/integration_sec_secbasicssl.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/sec/secbasicssl build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/integration/session [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/integration/session/jspejbjdbc [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/session/jspejbjdbc [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/session/jspejbjdbc/int_S_jspejbjdbc_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/session/jspejbjdbc [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/session/jspejbjdbc/int_S_jspejbjdbc_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/integration/session/jspejbjdbc/AccessJSPBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/session/jspejbjdbc [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/session/jspejbjdbc/int_S_jspejbjdbc.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/integration/session/servletejbjdbc [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/session/servletejbjdbc [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/session/servletejbjdbc/int_S_servletejbjdbc_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/session/servletejbjdbc [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/session/servletejbjdbc/int_S_servletejbjdbc_servlet_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/session/servletejbjdbc [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/integration/session/servletejbjdbc/int_S_servletejbjdbc.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/integration/util [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/integration/util build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jacc [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jacc/ejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jacc/ejb/methodperm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jacc/util/LogFileProcessor.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/ejb/methodperm [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/ejb/methodperm/jacc_ejb_methodperm_ejb.jar [preservejar] com/sun/ts/tests/jacc/ejb/methodperm/MethodPermBean.class already added, skipping [preservejar] com/sun/ts/tests/jacc/ejb/methodperm/MethodPermInterface.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/ejb/methodperm [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/ejb/methodperm/jacc_ejb_methodperm_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] com/sun/ts/tests/jacc/ejb/methodperm/MethodPermInterface.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/ejb/methodperm/jacc_ejb_methodperm_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/ejb/methodperm [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/ejb/methodperm/jacc_ejb_methodperm.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jacc/ejb/mr [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: -postcompile: package: [echo] vehiclestobuild: ejblitesecuredjsp [echo] vehicleoverride: [echo] name: jacc_ejb_mr [echo] vehicle: ejblitesecuredjsp [echo] Building ejblitesecuredjsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/ejb/mr [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/jacc/ejb/mr [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/ejb/mr/jacc_ejb_mr_ejblitesecuredjsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/ejb/mr [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jacc/util [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jacc/util/FetchLogs.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/util [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/util/jacc_util_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/util/jacc_util.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/util build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jacc/web [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jacc/web/containerContracts [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/containerContracts [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/containerContracts/jacc_web_containerContracts_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/containerContracts [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: jacc_web_containerContracts [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/containerContracts/jacc_web_containerContracts_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/containerContracts/jacc_web_containerContracts_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/containerContracts/jacc_web_containerContracts_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/containerContracts/jacc_web_containerContracts_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/containerContracts [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/containerContracts [echo] about to sweep vehicle runtime [echo] name: jacc_web_containerContracts [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/containerContracts/jacc_web_containerContracts_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/containerContracts/jacc_web_containerContracts_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jacc_web_containerContracts [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/containerContracts/jacc_web_containerContracts_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/containerContracts/jacc_web_containerContracts_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jacc_web_containerContracts [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/containerContracts/jacc_web_containerContracts_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jacc/web/containerContracts/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/containerContracts/jacc_web_containerContracts_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/containerContracts/jacc_web_containerContracts_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jacc/web/principal2role [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/principal2role [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/principal2role/jacc_web_principal2role_first_module_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/principal2role Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/principal2role/jacc_web_principal2role_second_module_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/principal2role [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: jacc_web_principal2role [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/principal2role/jacc_web_principal2role_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/principal2role/jacc_web_principal2role_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/principal2role/jacc_web_principal2role_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/principal2role/jacc_web_principal2role_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/principal2role [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/principal2role [echo] about to sweep vehicle runtime [echo] name: jacc_web_principal2role [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/principal2role/jacc_web_principal2role_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/principal2role/jacc_web_principal2role_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jacc_web_principal2role [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/principal2role/jacc_web_principal2role_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/principal2role/jacc_web_principal2role_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jacc_web_principal2role [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/principal2role/jacc_web_principal2role_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jacc/web/principal2role/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/principal2role/jacc_web_principal2role_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/principal2role/jacc_web_principal2role_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jacc/web/providerContracts [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/providerContracts [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/providerContracts/jacc_web_providerContracts_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/providerContracts [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: jacc_web_providerContracts [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/providerContracts/jacc_web_providerContracts_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/providerContracts/jacc_web_providerContracts_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/providerContracts/jacc_web_providerContracts_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/providerContracts/jacc_web_providerContracts_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/providerContracts [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/providerContracts [echo] about to sweep vehicle runtime [echo] name: jacc_web_providerContracts [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/providerContracts/jacc_web_providerContracts_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/providerContracts/jacc_web_providerContracts_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jacc_web_providerContracts [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/providerContracts/jacc_web_providerContracts_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/providerContracts/jacc_web_providerContracts_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jacc_web_providerContracts [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/providerContracts/jacc_web_providerContracts_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jacc/web/providerContracts/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/providerContracts/jacc_web_providerContracts_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/providerContracts/jacc_web_providerContracts_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jacc/web/toolsContracts [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/toolsContracts [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/toolsContracts/jacc_web_toolsContracts_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/toolsContracts [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: jacc_web_toolsContracts [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/toolsContracts/jacc_web_toolsContracts_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/toolsContracts/jacc_web_toolsContracts_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/toolsContracts/jacc_web_toolsContracts_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/toolsContracts/jacc_web_toolsContracts_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/toolsContracts [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/toolsContracts [echo] about to sweep vehicle runtime [echo] name: jacc_web_toolsContracts [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/toolsContracts/jacc_web_toolsContracts_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/toolsContracts/jacc_web_toolsContracts_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jacc_web_toolsContracts [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/toolsContracts/jacc_web_toolsContracts_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/toolsContracts/jacc_web_toolsContracts_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jacc_web_toolsContracts [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/toolsContracts/jacc_web_toolsContracts_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jacc/web/toolsContracts/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/toolsContracts/jacc_web_toolsContracts_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jacc/web/toolsContracts/jacc_web_toolsContracts_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaspic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/baseline [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: jaspicservlet [echo] vehicleoverride: [echo] name: spitests_baseline [echo] vehicle: jaspicservlet [echo] Building jaspicservlet vehicle [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] Inside the jaspic servlet vehicle part of ts.vehicles [echo] vehicle.name = jaspicservlet_vehicle [echo] vehicle.prefix = jaspicservlet_vehicle_web [echo] name = spitests_baseline [echo] jaspicservletdd = servlet_vehicle_web.xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaspic/spi/baseline [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaspic/spi/baseline/spitests_baseline_jaspicservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleClient.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleRunnable.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/common/vehicle/jaspicservlet/JaspicServletVehicle.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaspic/spi/baseline/Client.class already added, skipping [echo] Copying sun runtime file to dist [echo] Copying spitests_baseline_servlet_vehicle_web.war.sun-web.xml to spitests_baseline_jaspicservlet_vehicle_web.war.sun-web.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaspic/spi/baseline [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaspic/spi/baseline/spitests_baseline_jaspicservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaspic/spi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jaspic/spi/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaspic/spi/servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaspic/util/LogFileProcessor.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: checkPlatformMode: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaspic/spi/servlet [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaspic/spi/servlet/spitests_servlet_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaspic/spi/servlet/ACFTestServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaspic/spi/servlet/AnotherMandatoryAuthen.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaspic/spi/servlet/AuthStatusMandatorySuccess.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaspic/spi/servlet/ModTestServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaspic/spi/servlet/OpenToAllServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaspic/spi/servlet/OptionalAuthen.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaspic/spi/servlet/WrapperServlet.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaspic/spi/servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src updateArchiveIfStandalone: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaspic/tssv [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaspic/tssv/module [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaspic/tssv/util [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jaspic/tssv/util build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaspic/util [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaspic/util [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaspic/util/jaspic_util_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaspic/util/FetchLogs.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaspic/util/LogRecordEntry.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/javaee [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/javaee/resource [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/javaee/resource/servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 15 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: prepackage: [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp/lib [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp/lib/lib.jar package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javaee/resource/servlet [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javaee/resource/servlet/javaee_resource_servlet_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javaee/resource/servlet/javaee_resource_servlet.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/javamail [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/javamail/ee [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/javamail/ee/fetchprofile [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: fetchprofile [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/fetchprofile [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_Test.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/fetchprofile Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: fetchprofile [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/fetchprofile Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/fetchprofile Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: fetchprofile [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/fetchprofile Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: fetchprofile [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/fetchprofile Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/javamail/ee/getMessageContent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: getMessageContent [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/getMessageContent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/getMessageContent/getMessageContent_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/javamail/ee/getMessageContent/getMessageContent_Test.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/getMessageContent/getMessageContent_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/getMessageContent Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/getMessageContent/getMessageContent_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: getMessageContent [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/getMessageContent/getMessageContent_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/javamail/ee/getMessageContent/getMessageContent_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/getMessageContent Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/getMessageContent/getMessageContent_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/getMessageContent/getMessageContent_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/getMessageContent Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/getMessageContent/getMessageContent_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: getMessageContent [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/getMessageContent/getMessageContent_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/getMessageContent/getMessageContent_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/getMessageContent Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/getMessageContent/getMessageContent_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: getMessageContent [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/getMessageContent/getMessageContent_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/getMessageContent/getMessageContent_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/getMessageContent Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/getMessageContent/getMessageContent_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/javamail/ee/internetMimeMultipart [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.java:21: warning: [deprecation] StringBufferInputStream in java.io has been deprecated [ts.javac] import java.io.StringBufferInputStream; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.java:482: warning: [deprecation] StringBufferInputStream in java.io has been deprecated [ts.javac] return new MimeMessage(session, new StringBufferInputStream(content)); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.java:492: warning: [deprecation] StringBufferInputStream in java.io has been deprecated [ts.javac] return new MimeMessage(session, new StringBufferInputStream(content)); [ts.javac] ^ [ts.javac] 3 warnings -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: internetMimeMultipart [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetMimeMultipart [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/javamail/ee/internetMimeMultipart/MyMimeMultipart.class already added, skipping [preservejar] com/sun/ts/tests/javamail/ee/internetMimeMultipart/NullOutputStream.class already added, skipping [preservejar] com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetMimeMultipart Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: internetMimeMultipart [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/javamail/ee/internetMimeMultipart/MyMimeMultipart.class already added, skipping [preservejar] com/sun/ts/tests/javamail/ee/internetMimeMultipart/NullOutputStream.class already added, skipping [preservejar] com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetMimeMultipart Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetMimeMultipart Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: internetMimeMultipart [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/internetMimeMultipart/MyMimeMultipart.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/internetMimeMultipart/NullOutputStream.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetMimeMultipart Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: internetMimeMultipart [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/internetMimeMultipart/MyMimeMultipart.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/internetMimeMultipart/NullOutputStream.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetMimeMultipart Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/javamail/ee/internetaddress [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: internetaddress [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetaddress [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test$TestCase.class already added, skipping [preservejar] com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetaddress Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: internetaddress [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test$TestCase.class already added, skipping [preservejar] com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetaddress Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetaddress Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: internetaddress [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test$TestCase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetaddress Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: internetaddress [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test$TestCase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetaddress Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/javamail/ee/mimemessage [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: mimemessage [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/mimemessage [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/javamail/ee/mimemessage/MyMimeMessage.class already added, skipping [preservejar] com/sun/ts/tests/javamail/ee/mimemessage/MyReplyMimeMessage.class already added, skipping [preservejar] com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/mimemessage Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: mimemessage [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/javamail/ee/mimemessage/MyMimeMessage.class already added, skipping [preservejar] com/sun/ts/tests/javamail/ee/mimemessage/MyReplyMimeMessage.class already added, skipping [preservejar] com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/mimemessage Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/mimemessage Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: mimemessage [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/mimemessage/MyMimeMessage.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/mimemessage/MyReplyMimeMessage.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/mimemessage Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: mimemessage [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/mimemessage/MyMimeMessage.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/mimemessage/MyReplyMimeMessage.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/mimemessage Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/javamail/ee/multipart [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: multipart [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/multipart [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/multipart/multipart_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/javamail/ee/multipart/multipart_Test.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/multipart/multipart_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/multipart Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/multipart/multipart_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: multipart [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/multipart/multipart_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/javamail/ee/multipart/multipart_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/multipart Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/multipart/multipart_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/multipart/multipart_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/multipart Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/multipart/multipart_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: multipart [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/multipart/multipart_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/multipart/multipart_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/multipart Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/multipart/multipart_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: multipart [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/multipart/multipart_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/multipart/multipart_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/multipart Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/multipart/multipart_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/javamail/ee/transport [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: transport [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/transport [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/transport/transport_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/javamail/ee/transport/send_Test.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/transport/transport_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/transport Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/transport/transport_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: transport [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/transport/transport_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/javamail/ee/transport/send_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/transport Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/transport/transport_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/transport/transport_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/transport Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/transport/transport_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: transport [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/transport/transport_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/transport/send_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/transport Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/transport/transport_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: transport [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/transport/transport_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/javamail/ee/transport/send_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/transport Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/transport/transport_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/javamail/ee/util [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/util [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/javamail/ee/common [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/javamail/ee/util build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: jaxrs_client_client [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/client/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/client/client/jaxrs_client_client_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/client/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client/clientbuilder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: jaxrs_client_clientbuilder [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/client/clientbuilder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/client/clientbuilder/jaxrs_client_clientbuilder_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientbuilder/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: jaxrs_client_clientrequestcontext [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/jaxrs_client_clientrequestcontext_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/ContextProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/GetPropertyNamesIsImmutableProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/GetPropertyNamesProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/GetSetPropertyProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/RemovePropertyProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/SetEntityProvider$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/SetEntityProvider$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/SetEntityProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/ContextProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/GetPropertyNamesIsImmutableProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/GetPropertyNamesProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/GetSetPropertyProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$10.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$11.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$12.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$13.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$14.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$15.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$16.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$17.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$18.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$19.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$20.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$21.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$22.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$23.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$24.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$25.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$26.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$27.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$28.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$29.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$30.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$31.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$32.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$33.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$34.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$35.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$36.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$37.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$38.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$39.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$40.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$41.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$42.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$8.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient$9.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/RemovePropertyProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/SetEntityProvider$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/SetEntityProvider$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/SetEntityProvider.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: jaxrs_client_clientresponsecontext [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/jaxrs_client_clientresponsecontext_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/ContextProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/NullStringBeanHeaderDelegate.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/NullStringBeanRuntimeDelegate.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/ContextProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$10.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$11.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$12.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$13.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$14.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$15.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$16.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$17.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$18.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$19.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$20.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$21.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$22.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$23.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$24.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$25.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$26.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$27.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$28$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$28.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$29.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$8.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient$9.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/JAXRSClient.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/NullStringBeanHeaderDelegate.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext/NullStringBeanRuntimeDelegate.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client/entity [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: jaxrs_api_client_entity [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/client/entity [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/client/entity/jaxrs_api_client_entity_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/entity/AnnotatedClass.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/entity/SerializableClass.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/entity/AnnotatedClass.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/entity/JAXRSClient$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/entity/JAXRSClient$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/entity/JAXRSClient.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/entity/SerializableClass.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client/invocation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: jaxrs_api_client_invocation [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/client/invocation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/client/invocation/jaxrs_api_client_invocation_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/invocation/GenericTypeResponse.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/invocation/GenericTypeResponse.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/invocation/JAXRSClient$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/invocation/JAXRSClient$10.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/invocation/JAXRSClient$11.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/invocation/JAXRSClient$12.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/invocation/JAXRSClient$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/invocation/JAXRSClient$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/invocation/JAXRSClient$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/invocation/JAXRSClient$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/invocation/JAXRSClient$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/invocation/JAXRSClient$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/invocation/JAXRSClient$8.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/invocation/JAXRSClient$9.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/invocation/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client/invocationcallback [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: jaxrs_api_client_invocationcallback [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/client/invocationcallback [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/client/invocationcallback/jaxrs_api_client_invocationcallback_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/invocationcallback/JAXRSClient$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/invocationcallback/JAXRSClient$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/invocationcallback/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client/responseprocessingexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: responseprocessingexception [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/client/responseprocessingexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/client/responseprocessingexception/responseprocessingexception_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/responseprocessingexception/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client/webtarget [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: jaxrs_api_client_webtarget [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/client/webtarget [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/client/webtarget/jaxrs_api_client_webtarget_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/webtarget/JAXRSClient$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/client/webtarget/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/badrequestexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: badrequestexception [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/badrequestexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/badrequestexception/badrequestexception_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/badrequestexception/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/bindingpriority [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: bindingpriority [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/bindingpriority [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/bindingpriority/bindingpriority_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/bindingpriority/ContextProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/bindingpriority/HigherPriorityProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/bindingpriority/LowerPriorityProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/bindingpriority/ContextProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/bindingpriority/HigherPriorityProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/bindingpriority/JAXRSClient.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/bindingpriority/LowerPriorityProvider.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/clienterrorexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: clienterrorexception [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/clienterrorexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/clienterrorexception/clienterrorexception_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/clienterrorexception/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/abstractmultivaluedmap [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: api_rs_core_abstractmultivaluedmap [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/abstractmultivaluedmap [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/abstractmultivaluedmap/api_rs_core_abstractmultivaluedmap_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/abstractmultivaluedmap/JAXRSClient$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/abstractmultivaluedmap/JAXRSClient$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/abstractmultivaluedmap/JAXRSClient$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/abstractmultivaluedmap/JAXRSClient$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/abstractmultivaluedmap/JAXRSClient$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/abstractmultivaluedmap/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/cachecontrol [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/cachecontrol/JAXRSClient.java:551: warning: [deprecation] toString() in CacheControl has been deprecated [ts.javac] String value = ccl8.toString().toLowerCase(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/cachecontrol/JAXRSClient.java:672: warning: [deprecation] valueOf(String) in CacheControl has been deprecated [ts.javac] CacheControl ccl8 = CacheControl.valueOf(value_to_parse); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/cachecontrol/JAXRSClient.java:674: warning: [deprecation] toString() in CacheControl has been deprecated [ts.javac] String value = ccl8.toString().toLowerCase(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/cachecontrol/JAXRSClient.java:736: warning: [deprecation] valueOf(String) in CacheControl has been deprecated [ts.javac] CacheControl.valueOf(null); [ts.javac] ^ [ts.javac] 4 warnings -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: cachecontrol [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/cachecontrol [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/cachecontrol/cachecontrol_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/cachecontrol/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/configurable [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: core_configurable [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/configurable [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/configurable/core_configurable_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/Assertable.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/CallableProvider$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/CallableProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/ConfigurableObject.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/FeatureReturningFalse.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/Registrar.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/SingleCheckAssertable.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/Assertable.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/CallableProvider$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/CallableProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/ConfigurableObject.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/FeatureReturningFalse.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/JAXRSClient$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/JAXRSClient$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/JAXRSClient$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/JAXRSClient$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/JAXRSClient$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/JAXRSClient$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/JAXRSClient.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/Registrar.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configurable/SingleCheckAssertable.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/configuration [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: jaxrs_api_core_configuration [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/configuration [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/configuration/jaxrs_api_core_configuration_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/CallableProvider1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/CallableProvider2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/CallableProvider1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/CallableProvider2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$10.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$11.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$12.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$13.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$14.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$15.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$16.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$17.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$18.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$19.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$20.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$8.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient$9.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/configuration/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/cookie [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/cookie/JAXRSClient.java:160: warning: [deprecation] valueOf(String) in Cookie has been deprecated [ts.javac] Cookie ck6 = jakarta.ws.rs.core.Cookie.valueOf(cookie_toParse); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/cookie/JAXRSClient.java:181: warning: [deprecation] valueOf(String) in Cookie has been deprecated [ts.javac] Cookie ck7 = jakarta.ws.rs.core.Cookie.valueOf(cookie_toParse); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/cookie/JAXRSClient.java:196: warning: [deprecation] valueOf(String) in Cookie has been deprecated [ts.javac] jakarta.ws.rs.core.Cookie.valueOf(null); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/cookie/JAXRSClient.java:320: warning: [deprecation] toString() in Cookie has been deprecated [ts.javac] String cookie = ck11.toString().toLowerCase(); [ts.javac] ^ [ts.javac] 4 warnings -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: cookie [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/cookie [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/cookie/cookie_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/cookie/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/entitytag [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/entitytag/JAXRSClient.java:102: warning: [deprecation] toString() in EntityTag has been deprecated [ts.javac] sb.append("Strong entity Tag equals test failed. " + et4.toString() + ";" [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/entitytag/JAXRSClient.java:103: warning: [deprecation] toString() in EntityTag has been deprecated [ts.javac] + et5.toString() + ";"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/entitytag/JAXRSClient.java:108: warning: [deprecation] toString() in EntityTag has been deprecated [ts.javac] sb.append("Strong entity Tag hashCode test failed. " + et4.toString() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/entitytag/JAXRSClient.java:109: warning: [deprecation] toString() in EntityTag has been deprecated [ts.javac] + ";" + et5.toString() + ";"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/entitytag/JAXRSClient.java:118: warning: [deprecation] toString() in EntityTag has been deprecated [ts.javac] sb.append("Weak entity Tag equals test failed. " + et6.toString() + ";" [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/entitytag/JAXRSClient.java:119: warning: [deprecation] toString() in EntityTag has been deprecated [ts.javac] + et7.toString() + ";"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/entitytag/JAXRSClient.java:124: warning: [deprecation] toString() in EntityTag has been deprecated [ts.javac] sb.append("Weak entity Tag hashCode test failed. " + et6.toString() + ";" [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/entitytag/JAXRSClient.java:125: warning: [deprecation] toString() in EntityTag has been deprecated [ts.javac] + et7.toString() + ";"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/entitytag/JAXRSClient.java:147: warning: [deprecation] toString() in EntityTag has been deprecated [ts.javac] String header = et8.toString(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/entitytag/JAXRSClient.java:160: warning: [deprecation] toString() in EntityTag has been deprecated [ts.javac] header = et9.toString(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/entitytag/JAXRSClient.java:183: warning: [deprecation] valueOf(String) in EntityTag has been deprecated [ts.javac] EntityTag.valueOf(null); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/entitytag/JAXRSClient.java:201: warning: [deprecation] valueOf(String) in EntityTag has been deprecated [ts.javac] EntityTag et10 = EntityTag.valueOf(value); [ts.javac] ^ [ts.javac] 12 warnings -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: entitytag [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/entitytag [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/entitytag/entitytag_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/entitytag/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/form [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: rs_core_form [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/form [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/form/rs_core_form_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/form/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/genericentity [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: genericentity [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/genericentity [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/genericentity_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$10.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$11.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$12.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$13.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$14.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$15.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$16.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$17.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$18.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$19.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$20.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$21.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$22.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$23.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$8.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient$9.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/genericentity/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/generictype [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: generictype [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/generictype [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/generictype/generictype_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/generictype/JAXRSClient$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/generictype/JAXRSClient$10.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/generictype/JAXRSClient$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/generictype/JAXRSClient$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/generictype/JAXRSClient$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/generictype/JAXRSClient$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/generictype/JAXRSClient$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/generictype/JAXRSClient$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/generictype/JAXRSClient$8.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/generictype/JAXRSClient$9.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/generictype/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/link [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: link [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/link [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/link/link_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/link/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/link/ResourceWithProduces.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/link/JAXRSClient$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/link/JAXRSClient$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/link/JAXRSClient.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/link/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/link/ResourceWithProduces.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/linkbuilder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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: servlet [echo] vehicleoverride: [echo] name: jaxrs_rs_core_linkbuilder [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/linkbuilder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/linkbuilder/jaxrs_rs_core_linkbuilder_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/linkbuilder/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/linkbuilder/JAXRSClient$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/linkbuilder/JAXRSClient.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/linkbuilder/Resource.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/linkjaxbadapter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: jaxrs_rs_core_linkjaxadapter [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/linkjaxbadapter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/linkjaxbadapter/jaxrs_rs_core_linkjaxadapter_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/linkjaxbadapter/JaxbAdapterEx.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/linkjaxbadapter/JaxbLinkEx.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/linkjaxbadapter/Model.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/linkjaxbadapter/JAXRSClient.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/linkjaxbadapter/JaxbAdapterEx.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/linkjaxbadapter/JaxbLinkEx.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/linkjaxbadapter/Model.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/linkjaxblink [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: jaxrs_rs_core_linkjaxblink [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/linkjaxblink [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/linkjaxblink/jaxrs_rs_core_linkjaxblink_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/linkjaxblink/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/mediatype [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: mediatype [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/mediatype [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/mediatype/mediatype_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/mediatype/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/multivaluedhashmap [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: api_rs_core_multivaluedhashmap [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/multivaluedhashmap [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/multivaluedhashmap/api_rs_core_multivaluedhashmap_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/multivaluedhashmap/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/multivaluedmap [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: multivaluedmap [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/multivaluedmap [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/multivaluedmap/multivaluedmap_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/multivaluedmap/JAXRSClient$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/multivaluedmap/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/newcookie [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/newcookie/JAXRSClient.java:772: warning: [deprecation] valueOf(String) in NewCookie has been deprecated [ts.javac] NewCookie nck26 = jakarta.ws.rs.core.NewCookie.valueOf(NewCookie_toParse); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/newcookie/JAXRSClient.java:795: warning: [deprecation] valueOf(String) in NewCookie has been deprecated [ts.javac] NewCookie nck27 = jakarta.ws.rs.core.NewCookie.valueOf(newCookie_toParse); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/newcookie/JAXRSClient.java:810: warning: [deprecation] valueOf(String) in NewCookie has been deprecated [ts.javac] jakarta.ws.rs.core.NewCookie.valueOf(null); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/newcookie/JAXRSClient.java:850: warning: [deprecation] toString() in NewCookie has been deprecated [ts.javac] sb.append("First :").append(nck28.toString()).append(newline); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/newcookie/JAXRSClient.java:851: warning: [deprecation] toString() in NewCookie has been deprecated [ts.javac] sb.append("Second :").append(nck29.toString()).append(newline); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/newcookie/JAXRSClient.java:865: warning: [deprecation] toString() in NewCookie has been deprecated [ts.javac] sb.append("First :").append(nck28.toString()).append(newline); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/newcookie/JAXRSClient.java:866: warning: [deprecation] toString() in NewCookie has been deprecated [ts.javac] sb.append("Second :").append(nck29.toString()).append(newline); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/newcookie/JAXRSClient.java:910: warning: [deprecation] toString() in Cookie has been deprecated [ts.javac] sb.append("First :").append(ck30.toString()).append(newline); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/newcookie/JAXRSClient.java:911: warning: [deprecation] toString() in Cookie has been deprecated [ts.javac] sb.append("Second :").append(ck31.toString()).append(newline); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/newcookie/JAXRSClient.java:952: warning: [deprecation] toString() in NewCookie has been deprecated [ts.javac] String nk_String = nck31.toString(); [ts.javac] ^ [ts.javac] 10 warnings -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: newcookie [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/newcookie [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/newcookie/newcookie_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/newcookie/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/nocontentexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: nocontentexception [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/nocontentexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/nocontentexception/nocontentexception_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/nocontentexception/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/responsebuilder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/JAXRSClient.java:1007: warning: [deprecation] toString() in NewCookie has been deprecated [ts.javac] List cookies = Arrays.asList(nck1.toString().toLowerCase(), [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/JAXRSClient.java:1008: warning: [deprecation] toString() in NewCookie has been deprecated [ts.javac] nck2.toString().toLowerCase(), nck3.toString().toLowerCase()); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/JAXRSClient.java:1008: warning: [deprecation] toString() in NewCookie has been deprecated [ts.javac] nck2.toString().toLowerCase(), nck3.toString().toLowerCase()); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/JAXRSClient.java:1063: warning: [deprecation] toString() in NewCookie has been deprecated [ts.javac] List cookies = Arrays.asList(nck1.toString().toLowerCase()); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/JAXRSClient.java:1105: warning: [deprecation] toString() in NewCookie has been deprecated [ts.javac] List cookies = Arrays.asList(nck1.toString().toLowerCase()); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/JAXRSClient.java:1480: warning: [deprecation] toString() in NewCookie has been deprecated [ts.javac] List cookies = Arrays.asList(cookie1.toString().toLowerCase(), [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/JAXRSClient.java:1481: warning: [deprecation] toString() in NewCookie has been deprecated [ts.javac] cookie2.toString().toLowerCase()); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/JAXRSClient.java:1491: warning: [deprecation] toString() in NewCookie has been deprecated [ts.javac] assertFault(entry.getValue().equals(cookie1), cookie1.toString(), [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/JAXRSClient.java:1494: warning: [deprecation] toString() in NewCookie has been deprecated [ts.javac] assertFault(entry.getValue().equals(cookie2), cookie2.toString(), [ts.javac] ^ [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/common/impl/SinglevaluedMap.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 9 warnings -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: responsebuilder [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/responsebuilder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/responsebuilder/responsebuilder_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/responsebuilder/BuilderClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/responseclient [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: responseclient [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/responseclient [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/responseclient_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/VerificationResult.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/JAXRSClient.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/VerificationResult.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/responsestatustype [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: responsestatustype [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/responsestatustype [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/responsestatustype/responsestatustype_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/responsestatustype/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/uribuilder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: responseCTest [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/uribuilder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/uribuilder/responseCTest_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/uribuilder/TestPath.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/uribuilder/TestPathBad.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/uribuilder/JAXRSClient$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/uribuilder/JAXRSClient$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/uribuilder/JAXRSClient$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/uribuilder/JAXRSClient$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/uribuilder/JAXRSClient$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/uribuilder/JAXRSClient$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/uribuilder/JAXRSClient$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/uribuilder/JAXRSClient.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/uribuilder/TestPath.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/uribuilder/TestPathBad.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/variant [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: variant [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/variant [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/variant/variant_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/variant/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/variantlistbuilder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: variantListBuilderTest [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/variantlistbuilder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/core/variantlistbuilder/variantListBuilderTest_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/core/variantlistbuilder/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/ext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/interceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/readerinterceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -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-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/ext/runtimedelegate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/ext/runtimedelegate/create [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: runtimedelegatecreate [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/ext/runtimedelegate/create [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/ext/runtimedelegate/create/runtimedelegatecreate_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/ext/runtimedelegate/create/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/ext/runtimedelegate/create/JAXRSClient$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/ext/runtimedelegate/create/JAXRSClient.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/ext/runtimedelegate/create/Resource.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/ext/runtimedelegate/setinstance [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: setInstanceTest [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/ext/runtimedelegate/setinstance [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/ext/runtimedelegate/setinstance/setInstanceTest_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/ext/runtimedelegate/setinstance/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/forbiddenexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: forbiddenexception [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/forbiddenexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/forbiddenexception/forbiddenexception_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/forbiddenexception/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/internalservererrorexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: internalservererrorexception [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/internalservererrorexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/internalservererrorexception/internalservererrorexception_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/internalservererrorexception/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/notacceptableexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: notacceptableexception [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/notacceptableexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/notacceptableexception/notacceptableexception_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/notacceptableexception/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/notallowedexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: notallowedexception [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/notallowedexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/notallowedexception/notallowedexception_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/notallowedexception/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/notauthorizedexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: notauthorizedexception [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/notauthorizedexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/notauthorizedexception/notauthorizedexception_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/notauthorizedexception/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/notfoundexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: notauthorizedexception [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/notfoundexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/notfoundexception/notauthorizedexception_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/notfoundexception/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/notsupportedexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: notsupportedexception [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/notsupportedexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/notsupportedexception/notsupportedexception_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/notsupportedexception/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/processingexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: processingexception [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/processingexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/processingexception/processingexception_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/processingexception/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/redirectexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: redirectexception [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/redirectexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/redirectexception/redirectexception_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/redirectexception/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/runtimetype [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: runtimetype [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/runtimetype [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/runtimetype/runtimetype_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/runtimetype/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/servererrorexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: servererrorexception [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/servererrorexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/servererrorexception/servererrorexception_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/servererrorexception/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/serviceunavailableexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: serviceunavailableexception [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/serviceunavailableexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/serviceunavailableexception/serviceunavailableexception_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/serviceunavailableexception/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/webapplicationexceptiontest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: webapplicationexceptiontest [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/webapplicationexceptiontest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/api/rs/webapplicationexceptiontest/webapplicationexceptiontest_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/api/rs/webapplicationexceptiontest/JAXRSClient.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/common/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/common/impl [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jaxrs/common/impl build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/common/provider [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jaxrs/common/provider build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/common/util [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jaxrs/common/util build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/resource/java2entity [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/resource/java2entity [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/resource/java2entity build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/nomapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/resource/webappexception/nomapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/resource/webappexception/nomapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/bean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/bean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/bean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/bean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/bean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/bean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/bean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/client/asyncinvoker [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/client/asyncinvoker [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/client/asyncinvoker build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/client/clientrequestcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/client/clientrequestcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/client/clientrequestcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/client/invocationbuilder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/client/invocationbuilder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/client/invocationbuilder build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/client/syncinvoker [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/client/syncinvoker [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/client/syncinvoker build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/constrainedto [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/constrainedto [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/constrainedto build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/container [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 20 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/security [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/security [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/security [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/security [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src copy.sun-web.xml: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/container/resourceinfo [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/container/resourceinfo [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/container/resourceinfo build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/container/responsecontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/container/responsecontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/container/responsecontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/application [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/application [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/application build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/configurable [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/configurable [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/configurable build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/configuration [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/configuration [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/configuration build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/headers [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/headers [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/headers build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/request [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/ee/rs/core/request/RequestTest.java:181: warning: [deprecation] valueOf(String) in EntityTag has been deprecated [ts.javac] return EntityTag.valueOf(xtag); [ts.javac] ^ [ts.javac] 1 warning -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/request [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/request build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/response [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/response [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/response build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/responsebuilder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/responsebuilder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/responsebuilder build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: check.TSAppConfig.built: build.TSAppConfig: [echo] BUILDING [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src copy.sun-web.xml: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src copy.sun-application.xml: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/uriinfo [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/uriinfo [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/core/uriinfo build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/delete [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/delete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/delete build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/interceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/interceptorcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/interceptorcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/writerinterceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/writerinterceptorcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/writerinterceptorcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/interceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/interceptorcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/interceptorcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/readerinterceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/readerinterceptorcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/readerinterceptorcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/interceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/interceptorcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/interceptorcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/writerinterceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/writerinterceptorcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/writerinterceptorcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/writer/interceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/writer/writerinterceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/providers [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/providers build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/runtimedelegate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/formparam [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/get [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/get [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/get build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/head [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/head [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/head build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/headerparam [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/options [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/options [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/options build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/pathparam [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/produceconsume [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/produceconsume build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/put [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/put [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/put build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/queryparam [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/queryparam [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/queryparam build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/api [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/api/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/api/client/invocationbuilder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: servlet [echo] vehicleoverride: [echo] name: jaxrs21_api_client_invocationbuilder [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/api/client/invocationbuilder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/api/client/invocationbuilder/jaxrs21_api_client_invocationbuilder_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/jaxrs21/api/client/invocationbuilder/TCKRxInvoker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/jaxrs21/api/client/invocationbuilder/TCKRxInvokerProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/jaxrs21/api/client/invocationbuilder/JAXRSClient.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/jaxrs21/api/client/invocationbuilder/TCKRxInvoker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/jaxrs21/api/client/invocationbuilder/TCKRxInvokerProvider.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/executor/async [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/executor/async [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/executor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/executor/rx [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/executor/rx [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/rxinvoker [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/rxinvoker [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/rxinvoker build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/patch [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/patch/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/patch/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/priority [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/priority [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/ssebroadcaster [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/ssebroadcaster [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/ssebroadcaster build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsink [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsink [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsink build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsource [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsource [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsource build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/platform [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonp build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/spec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/spec/classsubresourcelocator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/spec/classsubresourcelocator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/spec/completionstage [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/jaxrs21/spec/completionstage [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 17 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/beanvalidation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/container/asyncejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/container/asyncejb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/container/asyncresponse [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/container/asyncresponse [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/container/asyncresponse build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/container/completioncallback [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/container/completioncallback [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/container/completioncallback build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/ejbsingleton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/ejbsingleton [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/ejbsingleton build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/ejbstateless [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/ejbstateless [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/ejbstateless build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/environment/servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/environment/servlet [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/environment/servlet build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/managedbean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/managedbean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/managedbean build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/managedbean299 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/managedbean299 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/provider [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/provider/jsonp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/provider/jsonp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/provider/jsonp build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/servletapp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/servletapp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/servletapp1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/servletapp1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/servletapp2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/servletapp2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/servletconfig [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/servletconfig [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/servletnoapp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/platform/servletnoapp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/servlet3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/servlet3/rs/applicationpath [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/servlet3/rs/applicationpath [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/servlet3/rs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/servlet3/rs/core [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/servlet3/rs/core/streamingoutput [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/servlet3/rs/core/streamingoutput [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/servlet3/rs/ext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/servlet3/rs/ext/paramconverter/autodiscovery [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/servlet3/rs/ext/paramconverter/autodiscovery [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/servlet3/rs/ext/paramconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/client/instance [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/client/instance [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/client/invocations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/client/invocations [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/client/invocations build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/client/resource [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/client/resource [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/client/resource build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/client/typedentities [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/client/typedentities [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/client/typedentities build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/client/typedentitieswithxmlbinding [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/client/typedentitieswithxmlbinding [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/client/typedentitieswithxmlbinding/jaxrs_spec_client_typedentitieswithxmlbinding_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/client/typedentitieswithxmlbinding/EntityMessageReader.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/client/typedentitieswithxmlbinding/EntityMessageWriter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/client/typedentitieswithxmlbinding/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/client/typedentitieswithxmlbinding/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/client/typedentitieswithxmlbinding build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/client/webtarget [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/client/webtarget [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/context [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/context/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/context/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/context/client build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/context/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/context/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/context/server build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/filter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/filter/dynamicfeature [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/filter/dynamicfeature [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/filter/dynamicfeature build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/filter/exception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/filter/exception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/filter/exception build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/filter/globalbinding [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/filter/globalbinding [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/filter/globalbinding build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/filter/interceptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/filter/interceptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/filter/interceptor build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/filter/lastvalue [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/filter/lastvalue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/filter/lastvalue build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/filter/namebinding [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/filter/namebinding [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/filter/namebinding build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/inheritance [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/inheritance [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/inheritance build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 13 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext/SomeJaxbContext.java:23: warning: [deprecation] Validator in jakarta.xml.bind has been deprecated [ts.javac] import jakarta.xml.bind.Validator; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext/SomeUnmarshaller.java:86: warning: [deprecation] isValidating() in Unmarshaller has been deprecated [ts.javac] public boolean isValidating() throws JAXBException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext/SomeUnmarshaller.java:120: 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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/overridestandard [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 17 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/overridestandard [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/overridestandard build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/reader [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/reader [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/reader build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/sort [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/sort [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/sort build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/standard [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/standard [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/standard build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/standardwithxmlbinding [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/standardwithxmlbinding [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/standardwithxmlbinding/jaxrs_spec_provider_standardwithxmlbinding_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/standardwithxmlbinding/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/standardwithxmlbinding/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/standardwithxmlbinding build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/visibility [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/visibility [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/visibility build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/writer [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/writer [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/provider/writer build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/resource/locator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/resource/locator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/resource/locator build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/resource/requestmatching [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/resource/requestmatching build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/resourceconstructor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/resourceconstructor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/resourceconstructor build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/returntype [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/returntype [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/returntype build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/template [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/template [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jaxrs/spec/template build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 15 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jaxws/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/wsi/constants [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jaxws/wsi/constants build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/batchUpdate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jdbc/ee/common/JDBCTestMsg.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: batchUpdate [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/batchUpdate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdate_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/batchUpdate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdate_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdate_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/batchUpdate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdate_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: batchUpdate [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdate_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/batchUpdate Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdate_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: batchUpdate [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdate_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/batchUpdate Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdate_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: batchUpdate [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdate_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdate_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/batchUpdate Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdate_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt1 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmt1_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmt1_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmt1_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmt1_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt1 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmt1_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmt1_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt1 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmt1_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmt1_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt1 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmt1_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmt1_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmt1_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt10 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmt10_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmt10_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmt10_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmt10_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt10 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmt10_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmt10_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt10 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmt10_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmt10_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt10 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmt10_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmt10_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmt10_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt11 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmt11_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmt11_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmt11_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmt11_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt11 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmt11_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmt11_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt11 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmt11_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmt11_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt11 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmt11_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmt11_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmt11_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt12 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmt12_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmt12_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmt12_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmt12_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt12 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmt12_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmt12_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt12 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmt12_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmt12_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt12 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmt12_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmt12_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmt12_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt13 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmt13_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmt13_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmt13_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmt13_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt13 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmt13_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmt13_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt13 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmt13_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmt13_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt13 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmt13_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmt13_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmt13_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt14 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmt14_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmt14_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmt14_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmt14_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt14 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmt14_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmt14_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt14 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmt14_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmt14_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt14 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmt14_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmt14_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmt14_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt15 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmt15_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmt15_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmt15_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmt15_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt15 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmt15_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmt15_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt15 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmt15_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmt15_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt15 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmt15_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmt15_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmt15_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt16 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmt16_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmt16_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmt16_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmt16_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt16 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmt16_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmt16_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt16 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmt16_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmt16_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt16 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmt16_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmt16_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmt16_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt17 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmt17_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmt17_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmt17_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmt17_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt17 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmt17_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmt17_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt17 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmt17_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmt17_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt17 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmt17_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmt17_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmt17_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt18 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmt18_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmt18_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmt18_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmt18_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt18 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmt18_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmt18_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt18 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmt18_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmt18_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt18 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmt18_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmt18_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmt18_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt19 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmt19_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmt19_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmt19_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmt19_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt19 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmt19_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmt19_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt19 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmt19_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmt19_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt19 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmt19_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmt19_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmt19_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt2 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmt2_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmt2_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmt2_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmt2_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt2 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmt2_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmt2_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt2 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmt2_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmt2_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt2 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmt2_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmt2_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmt2_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt20 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmt20_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmt20_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmt20_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmt20_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt20 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmt20_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmt20_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt20 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmt20_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmt20_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt20 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmt20_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmt20_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmt20_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt21 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmt21_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmt21_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmt21_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmt21_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt21 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmt21_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmt21_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt21 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmt21_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmt21_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt21 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmt21_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmt21_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmt21_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt22 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmt22_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmt22_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmt22_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmt22_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt22 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmt22_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmt22_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt22 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmt22_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmt22_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt22 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmt22_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmt22_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmt22_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt3 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmt3_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmt3_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmt3_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmt3_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt3 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmt3_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmt3_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt3 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmt3_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmt3_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt3 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmt3_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmt3_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmt3_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt4 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmt4_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmt4_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmt4_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmt4_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt4 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmt4_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmt4_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt4 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmt4_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmt4_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt4 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmt4_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmt4_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmt4_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt5 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmt5_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmt5_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmt5_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmt5_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt5 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmt5_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmt5_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt5 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmt5_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmt5_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt5 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmt5_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmt5_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmt5_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt6 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmt6_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmt6_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmt6_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmt6_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt6 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmt6_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmt6_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt6 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmt6_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmt6_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt6 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmt6_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmt6_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmt6_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt7 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmt7_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmt7_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmt7_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmt7_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt7 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmt7_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmt7_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt7 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmt7_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmt7_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt7 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmt7_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmt7_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmt7_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt8 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmt8_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmt8_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmt8_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmt8_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt8 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmt8_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmt8_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt8 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmt8_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmt8_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt8 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmt8_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmt8_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmt8_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: callStmt9 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmt9_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmt9_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmt9_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmt9_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt9 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmt9_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmt9_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt9 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmt9_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmt9_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: callStmt9 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmt9_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmt9_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmt9_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jdbc/ee/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/connection [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/connection/connection1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: connection1 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/connection/connection1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/connection/connection1/connection1_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/connection/connection1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/connection/connection1/connection1_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/connection/connection1/connection1_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/connection/connection1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/connection/connection1/connection1_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: connection1 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/connection/connection1/connection1_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/connection/connection1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/connection/connection1/connection1_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: connection1 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/connection/connection1/connection1_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/connection/connection1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/connection/connection1/connection1_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: connection1 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/connection/connection1/connection1_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/connection/connection1/connection1_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/connection/connection1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/connection/connection1/connection1_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/dateTime [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/dateTime/dateTime1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: dateTime1 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime1/dateTime1_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime1/dateTime1_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime1/dateTime1_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime1/dateTime1_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dateTime1 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime1/dateTime1_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime1/dateTime1_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dateTime1 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime1/dateTime1_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime1/dateTime1_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dateTime1 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime1/dateTime1_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/dateTime/dateTime1/dateTimeClient1.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime1/dateTime1_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime1/dateTime1_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/dateTime/dateTime2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: dateTime2 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime2/dateTime2_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime2/dateTime2_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime2/dateTime2_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime2/dateTime2_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dateTime2 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime2/dateTime2_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime2/dateTime2_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dateTime2 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime2/dateTime2_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime2/dateTime2_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dateTime2 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime2/dateTime2_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/dateTime/dateTime2/dateTimeClient2.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime2/dateTime2_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime2/dateTime2_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/dateTime/dateTime3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: dateTime3 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime3/dateTime3_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime3/dateTime3_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime3/dateTime3_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime3/dateTime3_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dateTime3 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime3/dateTime3_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime3/dateTime3_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dateTime3 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime3/dateTime3_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime3/dateTime3_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dateTime3 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime3/dateTime3_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/dateTime/dateTime3/dateTimeClient3.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime3/dateTime3_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dateTime/dateTime3/dateTime3_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/dbMeta [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: dbMeta1 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMeta1_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMeta1_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMeta1_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMeta1_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta1 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMeta1_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMeta1_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta1 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMeta1_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMeta1_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta1 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMeta1_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMeta1_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMeta1_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: dbMeta10 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMeta10_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMeta10_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMeta10_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMeta10_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta10 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMeta10_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMeta10_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta10 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMeta10_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMeta10_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta10 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMeta10_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMeta10_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMeta10_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: dbMeta11 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMeta11_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMeta11_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMeta11_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMeta11_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta11 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMeta11_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMeta11_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta11 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMeta11_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMeta11_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta11 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMeta11_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMeta11_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMeta11_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: dbMeta12 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMeta12_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMeta12_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMeta12_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMeta12_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta12 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMeta12_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMeta12_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta12 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMeta12_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMeta12_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta12 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMeta12_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMeta12_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMeta12_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: dbMeta2 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMeta2_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMeta2_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMeta2_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMeta2_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta2 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMeta2_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMeta2_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta2 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMeta2_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMeta2_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta2 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMeta2_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMeta2_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMeta2_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: dbMeta3 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMeta3_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMeta3_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMeta3_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMeta3_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta3 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMeta3_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMeta3_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta3 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMeta3_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMeta3_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta3 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMeta3_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMeta3_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMeta3_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: dbMeta4 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMeta4_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMeta4_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMeta4_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMeta4_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta4 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMeta4_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMeta4_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta4 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMeta4_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMeta4_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta4 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMeta4_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMeta4_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMeta4_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: dbMeta5 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMeta5_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMeta5_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMeta5_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMeta5_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta5 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMeta5_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMeta5_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta5 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMeta5_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMeta5_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta5 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMeta5_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMeta5_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMeta5_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: dbMeta6 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMeta6_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMeta6_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMeta6_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMeta6_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta6 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMeta6_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMeta6_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta6 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMeta6_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMeta6_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta6 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMeta6_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMeta6_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMeta6_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: dbMeta7 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMeta7_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMeta7_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMeta7_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMeta7_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta7 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMeta7_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMeta7_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta7 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMeta7_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMeta7_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta7 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMeta7_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMeta7_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMeta7_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: dbMeta8 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMeta8_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMeta8_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMeta8_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMeta8_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta8 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMeta8_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMeta8_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta8 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMeta8_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMeta8_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta8 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMeta8_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMeta8_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMeta8_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: dbMeta9 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMeta9_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMeta9_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMeta9_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMeta9_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta9 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMeta9_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMeta9_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta9 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMeta9_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMeta9_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: dbMeta9 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMeta9_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMeta9_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMeta9_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/escapeSyntax [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: scalar1 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalar1_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalar1_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalar1_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalar1_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: scalar1 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalar1_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalar1_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: scalar1 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalar1_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalar1_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: scalar1 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalar1_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalarClient1.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalar1_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalar1_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: scalar2 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalar2_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalar2_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalar2_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalar2_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: scalar2 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalar2_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalar2_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: scalar2 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalar2_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalar2_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: scalar2 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalar2_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalarClient2.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalar2_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalar2_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: scalar3 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalar3_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalar3_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalar3_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalar3_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: scalar3 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalar3_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalar3_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: scalar3 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalar3_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalar3_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: scalar3 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalar3_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalarClient3.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalar3_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalar3_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar4 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: scalar4 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar4/scalar4_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar4/scalar4_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar4/scalar4_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar4/scalar4_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: scalar4 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar4/scalar4_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar4/scalar4_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: scalar4 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar4/scalar4_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar4/scalar4_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: scalar4 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar4/scalar4_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar4/scalarClient4.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar4/scalar4_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar4/scalar4_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/exception/batUpdExcept [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: batUpdExcept [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/batUpdExcept [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/batUpdExcept/batUpdExcept_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/batUpdExcept [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/batUpdExcept/batUpdExcept_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/batUpdExcept/batUpdExcept_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/batUpdExcept [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/batUpdExcept/batUpdExcept_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: batUpdExcept [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/batUpdExcept/batUpdExcept_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/batUpdExcept Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/batUpdExcept/batUpdExcept_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: batUpdExcept [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/batUpdExcept/batUpdExcept_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/batUpdExcept Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/batUpdExcept/batUpdExcept_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: batUpdExcept [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/batUpdExcept/batUpdExcept_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/exception/batUpdExcept/batUpdExceptClient.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/batUpdExcept/batUpdExcept_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/batUpdExcept Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/batUpdExcept/batUpdExcept_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/exception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/exception/sqlException [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: sqlException [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/sqlException [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/sqlException/sqlException_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/sqlException [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/sqlException/sqlException_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/sqlException/sqlException_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/sqlException [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/sqlException/sqlException_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: sqlException [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/sqlException/sqlException_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/sqlException Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/sqlException/sqlException_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: sqlException [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/sqlException/sqlException_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/sqlException Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/sqlException/sqlException_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: sqlException [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/sqlException/sqlException_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/exception/sqlException/sqlExceptionClient.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/sqlException/sqlException_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/sqlException Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/exception/sqlException/sqlException_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/prepStmt [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: prepStmt1 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmt1_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmt1_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmt1_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmt1_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt1 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmt1_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmt1_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt1 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmt1_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmt1_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt1 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmt1_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmt1_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmt1_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: prepStmt10 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmt10_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmt10_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmt10_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmt10_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt10 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmt10_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmt10_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt10 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmt10_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmt10_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt10 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmt10_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmt10_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmt10_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: prepStmt11 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmt11_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmt11_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmt11_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmt11_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt11 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmt11_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmt11_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt11 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmt11_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmt11_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt11 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmt11_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmt11_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmt11_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: prepStmt12 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmt12_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmt12_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmt12_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmt12_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt12 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmt12_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmt12_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt12 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmt12_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmt12_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt12 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmt12_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmt12_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmt12_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: prepStmt13 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmt13_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmt13_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmt13_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmt13_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt13 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmt13_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmt13_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt13 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmt13_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmt13_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt13 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmt13_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmt13_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmt13_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: prepStmt14 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmt14_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmt14_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmt14_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmt14_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt14 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmt14_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmt14_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt14 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmt14_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmt14_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt14 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmt14_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmt14_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmt14_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: prepStmt15 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmt15_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmt15_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmt15_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmt15_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt15 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmt15_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmt15_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt15 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmt15_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmt15_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt15 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmt15_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmt15_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmt15_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: prepStmt16 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmt16_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmt16_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmt16_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmt16_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt16 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmt16_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmt16_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt16 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmt16_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmt16_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt16 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmt16_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmt16_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmt16_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: prepStmt2 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmt2_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmt2_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmt2_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmt2_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt2 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmt2_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmt2_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt2 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmt2_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmt2_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt2 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmt2_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmt2_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmt2_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: prepStmt3 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmt3_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmt3_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmt3_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmt3_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt3 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmt3_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmt3_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt3 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmt3_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmt3_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt3 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmt3_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmt3_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmt3_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: prepStmt4 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmt4_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmt4_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmt4_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmt4_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt4 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmt4_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmt4_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt4 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmt4_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmt4_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt4 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmt4_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmt4_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmt4_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: prepStmt5 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmt5_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmt5_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmt5_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmt5_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt5 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmt5_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmt5_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt5 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmt5_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmt5_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt5 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmt5_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmt5_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmt5_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: prepStmt6 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmt6_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmt6_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmt6_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmt6_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt6 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmt6_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmt6_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt6 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmt6_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmt6_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt6 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmt6_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmt6_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmt6_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: prepStmt7 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmt7_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmt7_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmt7_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmt7_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt7 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmt7_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmt7_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt7 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmt7_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmt7_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt7 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmt7_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmt7_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmt7_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: prepStmt8 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmt8_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmt8_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmt8_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmt8_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt8 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmt8_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmt8_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt8 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmt8_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmt8_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt8 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmt8_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmt8_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmt8_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: prepStmt9 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmt9_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmt9_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmt9_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmt9_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt9 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmt9_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmt9_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt9 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmt9_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmt9_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: prepStmt9 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmt9_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmt9_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmt9_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/resultSet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: resultSet1 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSet1_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSet1_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSet1_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSet1_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet1 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSet1_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSet1_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet1 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSet1_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSet1_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet1 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSet1_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSet1_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSet1_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: resultSet10 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSet10_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSet10_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSet10_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSet10_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet10 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSet10_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSet10_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet10 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSet10_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSet10_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet10 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSet10_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSet10_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSet10_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: resultSet11 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSet11_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSet11_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSet11_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSet11_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet11 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSet11_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSet11_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet11 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSet11_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSet11_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet11 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSet11_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSet11_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSet11_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: resultSet14 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSet14_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSet14_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSet14_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSet14_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet14 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSet14_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSet14_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet14 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSet14_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSet14_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet14 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSet14_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSet14_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSet14_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: resultSet17 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSet17_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSet17_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSet17_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSet17_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet17 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSet17_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSet17_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet17 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSet17_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSet17_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet17 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSet17_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSet17_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSet17_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: resultSet18 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSet18_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSet18_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSet18_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSet18_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet18 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSet18_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSet18_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet18 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSet18_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSet18_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet18 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSet18_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSet18_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSet18_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: resultSet41 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSet41_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSet41_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSet41_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSet41_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet41 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSet41_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSet41_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet41 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSet41_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSet41_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet41 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSet41_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSetClient41.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSet41_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSet41_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: resultSet45 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSet45_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSet45_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSet45_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSet45_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet45 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSet45_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSet45_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet45 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSet45_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSet45_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet45 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSet45_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSet45_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSet45_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: resultSet47 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSet47_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSet47_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSet47_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSet47_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet47 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSet47_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSet47_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet47 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSet47_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSet47_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet47 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSet47_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSet47_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSet47_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: resultSet49 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSet49_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSet49_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSet49_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSet49_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet49 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSet49_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSet49_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet49 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSet49_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSet49_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet49 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSet49_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSet49_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSet49_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: resultSet7 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSet7_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSet7_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSet7_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSet7_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet7 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSet7_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSet7_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet7 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSet7_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSet7_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resultSet7 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSet7_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSet7_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSet7_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/rsMeta [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: rsMeta [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/rsMeta [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/rsMeta/rsMeta_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/rsMeta [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/rsMeta/rsMeta_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/rsMeta/rsMeta_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/rsMeta [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/rsMeta/rsMeta_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: rsMeta [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/rsMeta/rsMeta_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/rsMeta Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/rsMeta/rsMeta_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: rsMeta [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/rsMeta/rsMeta_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/rsMeta Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/rsMeta/rsMeta_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: rsMeta [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/rsMeta/rsMeta_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/rsMeta/rsMeta_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/rsMeta Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/rsMeta/rsMeta_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/stmt [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/stmt/stmt1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: stmt1 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt1/stmt1_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt1/stmt1_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt1/stmt1_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt1/stmt1_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: stmt1 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt1/stmt1_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt1/stmt1_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: stmt1 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt1/stmt1_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt1/stmt1_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: stmt1 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt1/stmt1_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/stmt/stmt1/stmtClient1.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt1/stmt1_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt1/stmt1_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/stmt/stmt2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: stmt2 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt2/stmt2_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt2/stmt2_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt2/stmt2_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt2/stmt2_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: stmt2 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt2/stmt2_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt2/stmt2_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: stmt2 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt2/stmt2_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt2/stmt2_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: stmt2 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt2/stmt2_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/stmt/stmt2/stmtClient2.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt2/stmt2_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt2/stmt2_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jdbc/ee/stmt/stmt3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: stmt3 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt3/stmt3_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt3/stmt3_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt3/stmt3_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt3/stmt3_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: stmt3 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt3/stmt3_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt3/stmt3_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: stmt3 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt3/stmt3_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt3/stmt3_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: stmt3 [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt3/stmt3_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jdbc/ee/stmt/stmt3/stmtClient3.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt3/stmt3_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jdbc/ee/stmt/stmt3/stmt3_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jms/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/commonee [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jms/commonee build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/appclient [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/appclient/closedQueueConnection [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient [echo] vehicleoverride: [echo] name: closedQueueConnection [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedQueueConnection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedQueueConnection/closedQueueConnection_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/appclient/closedQueueConnection/ClosedQueueConnectionTests$1.class already added, skipping [preservejar] com/sun/ts/tests/jms/core/appclient/closedQueueConnection/ClosedQueueConnectionTests$2.class already added, skipping [preservejar] com/sun/ts/tests/jms/core/appclient/closedQueueConnection/ClosedQueueConnectionTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedQueueConnection/closedQueueConnection_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedQueueConnection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedQueueConnection/closedQueueConnection_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/appclient/closedQueueReceiver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient [echo] vehicleoverride: [echo] name: closedQueueReceiver [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedQueueReceiver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedQueueReceiver/closedQueueReceiver_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/appclient/closedQueueReceiver/ClosedQueueReceiverTests$1.class already added, skipping [preservejar] com/sun/ts/tests/jms/core/appclient/closedQueueReceiver/ClosedQueueReceiverTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedQueueReceiver/closedQueueReceiver_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedQueueReceiver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedQueueReceiver/closedQueueReceiver_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/appclient/closedQueueSession [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient [echo] vehicleoverride: [echo] name: closedQueueSession [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedQueueSession [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedQueueSession/closedQueueSession_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/appclient/closedQueueSession/ClosedQueueSessionTests$1.class already added, skipping [preservejar] com/sun/ts/tests/jms/core/appclient/closedQueueSession/ClosedQueueSessionTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedQueueSession/closedQueueSession_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedQueueSession [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedQueueSession/closedQueueSession_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/appclient/closedTopicConnection [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient [echo] vehicleoverride: [echo] name: closedTopicConnection [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedTopicConnection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedTopicConnection/closedTopicConnection_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/appclient/closedTopicConnection/ClosedTopicConnectionTests$1.class already added, skipping [preservejar] com/sun/ts/tests/jms/core/appclient/closedTopicConnection/ClosedTopicConnectionTests$2.class already added, skipping [preservejar] com/sun/ts/tests/jms/core/appclient/closedTopicConnection/ClosedTopicConnectionTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedTopicConnection/closedTopicConnection_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedTopicConnection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedTopicConnection/closedTopicConnection_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/appclient/closedTopicSession [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient [echo] vehicleoverride: [echo] name: closedTopicSession [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedTopicSession [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedTopicSession/closedTopicSession_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/appclient/closedTopicSession/ClosedTopicSessionTests$1.class already added, skipping [preservejar] com/sun/ts/tests/jms/core/appclient/closedTopicSession/ClosedTopicSessionTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedTopicSession/closedTopicSession_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedTopicSession [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/closedTopicSession/closedTopicSession_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/appclient/invalidDest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient [echo] vehicleoverride: [echo] name: invalidDest [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/invalidDest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/invalidDest/invalidDest_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/appclient/invalidDest/InvalidDestTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/invalidDest/invalidDest_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/invalidDest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/invalidDest/invalidDest_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/appclient/queueconn [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/core/appclient/queueconn/QueueConnTests.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: appclient [echo] vehicleoverride: [echo] name: queueconn [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/queueconn [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/queueconn/queueconn_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/appclient/queueconn/QueueConnTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/queueconn/queueconn_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/queueconn [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/queueconn/queueconn_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/appclient/queuetests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/core/appclient/queuetests/QueueTests.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: appclient [echo] vehicleoverride: [echo] name: queuetests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/queuetests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/queuetests/queuetests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/appclient/queuetests/QueueTests$1.class already added, skipping [preservejar] com/sun/ts/tests/jms/core/appclient/queuetests/QueueTests$AutoAckMsgListener.class already added, skipping [preservejar] com/sun/ts/tests/jms/core/appclient/queuetests/QueueTests$RequestorMsgListener.class already added, skipping [preservejar] com/sun/ts/tests/jms/core/appclient/queuetests/QueueTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/queuetests/queuetests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/queuetests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/queuetests/queuetests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/appclient/topictests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/core/appclient/topictests/TopicTests.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: appclient [echo] vehicleoverride: [echo] name: topictests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/topictests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/topictests/topictests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/appclient/topictests/TopicTests$1.class already added, skipping [preservejar] com/sun/ts/tests/jms/core/appclient/topictests/TopicTests$AutoAckMsgListener.class already added, skipping [preservejar] com/sun/ts/tests/jms/core/appclient/topictests/TopicTests$RequestorMsgListener.class already added, skipping [preservejar] com/sun/ts/tests/jms/core/appclient/topictests/TopicTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/topictests/topictests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/topictests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/topictests/topictests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/appclient/txqueuetests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/core/appclient/txqueuetests/TxQueueTests.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: appclient [echo] vehicleoverride: [echo] name: txqueuetests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/txqueuetests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/txqueuetests/txqueuetests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/appclient/txqueuetests/TxQueueTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/txqueuetests/txqueuetests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/txqueuetests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/txqueuetests/txqueuetests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/appclient/txtopictests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/core/appclient/txtopictests/TxTopicTests.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: appclient [echo] vehicleoverride: [echo] name: txTopicTests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/txtopictests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/txtopictests/txTopicTests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/appclient/txtopictests/TxTopicTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/txtopictests/txTopicTests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/txtopictests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/appclient/txtopictests/txTopicTests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/bytesMsgQueue [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: bytesMsgQueue [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgQueue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgQueue/bytesMsgQueue_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/bytesMsgQueue/BytesMsgQueueTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgQueue/bytesMsgQueue_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgQueue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgQueue/bytesMsgQueue_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: bytesMsgQueue [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgQueue/bytesMsgQueue_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/bytesMsgQueue/BytesMsgQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgQueue Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgQueue/bytesMsgQueue_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgQueue/bytesMsgQueue_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgQueue/bytesMsgQueue_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: bytesMsgQueue [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgQueue/bytesMsgQueue_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/bytesMsgQueue/BytesMsgQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgQueue/bytesMsgQueue_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: bytesMsgQueue [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgQueue/bytesMsgQueue_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/bytesMsgQueue/BytesMsgQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgQueue/bytesMsgQueue_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/bytesMsgTopic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: bytesMsgTopic [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgTopic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgTopic/bytesMsgTopic_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/bytesMsgTopic/BytesMsgTopicTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgTopic/bytesMsgTopic_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgTopic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgTopic/bytesMsgTopic_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: bytesMsgTopic [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgTopic/bytesMsgTopic_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/bytesMsgTopic/BytesMsgTopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgTopic Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgTopic/bytesMsgTopic_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgTopic/bytesMsgTopic_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgTopic/bytesMsgTopic_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: bytesMsgTopic [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgTopic/bytesMsgTopic_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/bytesMsgTopic/BytesMsgTopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgTopic/bytesMsgTopic_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: bytesMsgTopic [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgTopic/bytesMsgTopic_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/bytesMsgTopic/BytesMsgTopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/bytesMsgTopic/bytesMsgTopic_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/closedQueueConnection [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: closedQueueConnection [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueConnection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueConnection/closedQueueConnection_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/closedQueueConnection/ClosedQueueConnectionTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueConnection/closedQueueConnection_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueConnection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueConnection/closedQueueConnection_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedQueueConnection [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueConnection/closedQueueConnection_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/closedQueueConnection/ClosedQueueConnectionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueConnection Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueConnection/closedQueueConnection_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueConnection/closedQueueConnection_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueConnection Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueConnection/closedQueueConnection_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedQueueConnection [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueConnection/closedQueueConnection_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/closedQueueConnection/ClosedQueueConnectionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueConnection Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueConnection/closedQueueConnection_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedQueueConnection [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueConnection/closedQueueConnection_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/closedQueueConnection/ClosedQueueConnectionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueConnection Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueConnection/closedQueueConnection_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/closedQueueReceiver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: closedQueueReceiver [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueReceiver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueReceiver/closedQueueReceiver_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/closedQueueReceiver/ClosedQueueReceiverTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueReceiver/closedQueueReceiver_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueReceiver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueReceiver/closedQueueReceiver_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedQueueReceiver [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueReceiver/closedQueueReceiver_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/closedQueueReceiver/ClosedQueueReceiverTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueReceiver Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueReceiver/closedQueueReceiver_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueReceiver/closedQueueReceiver_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueReceiver Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueReceiver/closedQueueReceiver_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedQueueReceiver [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueReceiver/closedQueueReceiver_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/closedQueueReceiver/ClosedQueueReceiverTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueReceiver Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueReceiver/closedQueueReceiver_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedQueueReceiver [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueReceiver/closedQueueReceiver_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/closedQueueReceiver/ClosedQueueReceiverTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueReceiver Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueReceiver/closedQueueReceiver_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/closedQueueSender [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: closedQueueSender [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSender [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSender/closedQueueSender_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/closedQueueSender/ClosedQueueSenderTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSender/closedQueueSender_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSender [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSender/closedQueueSender_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedQueueSender [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSender/closedQueueSender_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/closedQueueSender/ClosedQueueSenderTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSender Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSender/closedQueueSender_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSender/closedQueueSender_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSender Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSender/closedQueueSender_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedQueueSender [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSender/closedQueueSender_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/closedQueueSender/ClosedQueueSenderTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSender Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSender/closedQueueSender_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedQueueSender [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSender/closedQueueSender_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/closedQueueSender/ClosedQueueSenderTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSender Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSender/closedQueueSender_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/closedQueueSession [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: closedQueueSession [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSession [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSession/closedQueueSession_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/closedQueueSession/ClosedQueueSessionTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSession/closedQueueSession_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSession [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSession/closedQueueSession_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedQueueSession [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSession/closedQueueSession_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/closedQueueSession/ClosedQueueSessionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSession Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSession/closedQueueSession_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSession/closedQueueSession_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSession Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSession/closedQueueSession_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedQueueSession [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSession/closedQueueSession_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/closedQueueSession/ClosedQueueSessionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSession Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSession/closedQueueSession_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedQueueSession [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSession/closedQueueSession_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/closedQueueSession/ClosedQueueSessionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSession Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedQueueSession/closedQueueSession_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/closedTopicConnection [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: closedTopicConnection [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicConnection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicConnection/closedTopicConnection_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/closedTopicConnection/ClosedTopicConnectionTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicConnection/closedTopicConnection_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicConnection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicConnection/closedTopicConnection_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedTopicConnection [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicConnection/closedTopicConnection_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/closedTopicConnection/ClosedTopicConnectionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicConnection Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicConnection/closedTopicConnection_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicConnection/closedTopicConnection_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicConnection Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicConnection/closedTopicConnection_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedTopicConnection [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicConnection/closedTopicConnection_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/closedTopicConnection/ClosedTopicConnectionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicConnection Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicConnection/closedTopicConnection_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedTopicConnection [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicConnection/closedTopicConnection_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/closedTopicConnection/ClosedTopicConnectionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicConnection Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicConnection/closedTopicConnection_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/closedTopicPublisher [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: closedTopicPublisher [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicPublisher [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicPublisher/closedTopicPublisher_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/closedTopicPublisher/ClosedTopicPublisherTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicPublisher/closedTopicPublisher_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicPublisher [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicPublisher/closedTopicPublisher_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedTopicPublisher [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicPublisher/closedTopicPublisher_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/closedTopicPublisher/ClosedTopicPublisherTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicPublisher Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicPublisher/closedTopicPublisher_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicPublisher/closedTopicPublisher_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicPublisher Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicPublisher/closedTopicPublisher_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedTopicPublisher [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicPublisher/closedTopicPublisher_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/closedTopicPublisher/ClosedTopicPublisherTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicPublisher Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicPublisher/closedTopicPublisher_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedTopicPublisher [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicPublisher/closedTopicPublisher_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/closedTopicPublisher/ClosedTopicPublisherTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicPublisher Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicPublisher/closedTopicPublisher_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/closedTopicSession [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: closedTopicSession [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSession [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSession/closedTopicSession_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/closedTopicSession/ClosedTopicSessionTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSession/closedTopicSession_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSession [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSession/closedTopicSession_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedTopicSession [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSession/closedTopicSession_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/closedTopicSession/ClosedTopicSessionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSession Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSession/closedTopicSession_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSession/closedTopicSession_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSession Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSession/closedTopicSession_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedTopicSession [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSession/closedTopicSession_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/closedTopicSession/ClosedTopicSessionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSession Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSession/closedTopicSession_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedTopicSession [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSession/closedTopicSession_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/closedTopicSession/ClosedTopicSessionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSession Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSession/closedTopicSession_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/closedTopicSubscriber [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: closedTopicSubscriber [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSubscriber [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSubscriber/closedTopicSubscriber_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/closedTopicSubscriber/ClosedTopicSubscriberTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSubscriber/closedTopicSubscriber_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSubscriber [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSubscriber/closedTopicSubscriber_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedTopicSubscriber [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSubscriber/closedTopicSubscriber_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/closedTopicSubscriber/ClosedTopicSubscriberTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSubscriber Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSubscriber/closedTopicSubscriber_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSubscriber/closedTopicSubscriber_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSubscriber Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSubscriber/closedTopicSubscriber_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedTopicSubscriber [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSubscriber/closedTopicSubscriber_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/closedTopicSubscriber/ClosedTopicSubscriberTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSubscriber Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSubscriber/closedTopicSubscriber_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: closedTopicSubscriber [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSubscriber/closedTopicSubscriber_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/closedTopicSubscriber/ClosedTopicSubscriberTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSubscriber Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/closedTopicSubscriber/closedTopicSubscriber_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/exceptionQueue [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: exceptionQueue [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionQueue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionQueue/exceptionQueue_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/exceptionQueue/ExceptionQueueTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionQueue/exceptionQueue_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionQueue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionQueue/exceptionQueue_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: exceptionQueue [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionQueue/exceptionQueue_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/exceptionQueue/ExceptionQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionQueue Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionQueue/exceptionQueue_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionQueue/exceptionQueue_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionQueue/exceptionQueue_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: exceptionQueue [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionQueue/exceptionQueue_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/exceptionQueue/ExceptionQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionQueue/exceptionQueue_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: exceptionQueue [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionQueue/exceptionQueue_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/exceptionQueue/ExceptionQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionQueue/exceptionQueue_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/exceptionTopic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: exceptionTopic [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionTopic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionTopic/exceptionTopic_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/exceptionTopic/ExceptionTopicTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionTopic/exceptionTopic_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionTopic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionTopic/exceptionTopic_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: exceptionTopic [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionTopic/exceptionTopic_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/exceptionTopic/ExceptionTopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionTopic Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionTopic/exceptionTopic_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionTopic/exceptionTopic_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionTopic/exceptionTopic_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: exceptionTopic [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionTopic/exceptionTopic_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/exceptionTopic/ExceptionTopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionTopic/exceptionTopic_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: exceptionTopic [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionTopic/exceptionTopic_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/exceptionTopic/ExceptionTopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptionTopic/exceptionTopic_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/exceptiontests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: exceptiontests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptiontests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptiontests/exceptiontests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/exceptiontests/ExceptionTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptiontests/exceptiontests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptiontests/exceptiontests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: exceptiontests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptiontests/exceptiontests_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/exceptiontests/ExceptionTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptiontests/exceptiontests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptiontests/exceptiontests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptiontests/exceptiontests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptiontests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptiontests [echo] about to sweep vehicle runtime [echo] name: exceptiontests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptiontests/exceptiontests_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/exceptiontests/ExceptionTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptiontests/exceptiontests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: exceptiontests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptiontests/exceptiontests_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/exceptiontests/ExceptionTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/exceptiontests/exceptiontests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/foreignMsgQueue [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: foreignMsgQueue [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgQueue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgQueue/foreignMsgQueue_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/foreignMsgQueue/ForeignMsgQueueTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgQueue/foreignMsgQueue_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgQueue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgQueue/foreignMsgQueue_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: foreignMsgQueue [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgQueue/foreignMsgQueue_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/foreignMsgQueue/ForeignMsgQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgQueue Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgQueue/foreignMsgQueue_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgQueue/foreignMsgQueue_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgQueue/foreignMsgQueue_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: foreignMsgQueue [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgQueue/foreignMsgQueue_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/foreignMsgQueue/ForeignMsgQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgQueue/foreignMsgQueue_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: foreignMsgQueue [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgQueue/foreignMsgQueue_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/foreignMsgQueue/ForeignMsgQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgQueue/foreignMsgQueue_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/foreignMsgTopic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: foreignMsgTopic [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgTopic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgTopic/foreignMsgTopic_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/foreignMsgTopic/ForeignMsgTopicTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgTopic/foreignMsgTopic_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgTopic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgTopic/foreignMsgTopic_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: foreignMsgTopic [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgTopic/foreignMsgTopic_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/foreignMsgTopic/ForeignMsgTopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgTopic Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgTopic/foreignMsgTopic_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgTopic/foreignMsgTopic_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgTopic/foreignMsgTopic_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: foreignMsgTopic [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgTopic/foreignMsgTopic_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/foreignMsgTopic/ForeignMsgTopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgTopic/foreignMsgTopic_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: foreignMsgTopic [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgTopic/foreignMsgTopic_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/foreignMsgTopic/ForeignMsgTopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/foreignMsgTopic/foreignMsgTopic_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/mapMsgQueue [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: mapMsgQueue [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgQueue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgQueue/mapMsgQueue_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/mapMsgQueue/MapMsgQueueTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgQueue/mapMsgQueue_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgQueue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgQueue/mapMsgQueue_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: mapMsgQueue [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgQueue/mapMsgQueue_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/mapMsgQueue/MapMsgQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgQueue Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgQueue/mapMsgQueue_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgQueue/mapMsgQueue_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgQueue/mapMsgQueue_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: mapMsgQueue [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgQueue/mapMsgQueue_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/mapMsgQueue/MapMsgQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgQueue/mapMsgQueue_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: mapMsgQueue [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgQueue/mapMsgQueue_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/mapMsgQueue/MapMsgQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgQueue/mapMsgQueue_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/mapMsgTopic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: mapMsgTopic [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgTopic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgTopic/mapMsgTopic_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/mapMsgTopic/MapMsgTopicTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgTopic/mapMsgTopic_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgTopic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgTopic/mapMsgTopic_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: mapMsgTopic [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgTopic/mapMsgTopic_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/mapMsgTopic/MapMsgTopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgTopic Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgTopic/mapMsgTopic_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgTopic/mapMsgTopic_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgTopic/mapMsgTopic_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: mapMsgTopic [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgTopic/mapMsgTopic_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/mapMsgTopic/MapMsgTopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgTopic/mapMsgTopic_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: mapMsgTopic [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgTopic/mapMsgTopic_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/mapMsgTopic/MapMsgTopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/mapMsgTopic/mapMsgTopic_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/messageProducer [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: messageProducer [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageProducer [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageProducer/messageProducer_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/messageProducer/MessageProducerTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageProducer/messageProducer_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageProducer [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageProducer/messageProducer_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: messageProducer [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageProducer/messageProducer_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/messageProducer/MessageProducerTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageProducer Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageProducer/messageProducer_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageProducer/messageProducer_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageProducer Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageProducer/messageProducer_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: messageProducer [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageProducer/messageProducer_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/messageProducer/MessageProducerTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageProducer Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageProducer/messageProducer_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: messageProducer [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageProducer/messageProducer_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/messageProducer/MessageProducerTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageProducer Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageProducer/messageProducer_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/messageQueue [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: messageQueue [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageQueue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageQueue/messageQueue_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/messageQueue/MessageQueueTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageQueue/messageQueue_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageQueue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageQueue/messageQueue_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: messageQueue [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageQueue/messageQueue_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/messageQueue/MessageQueueTest.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageQueue Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageQueue/messageQueue_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageQueue/messageQueue_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageQueue/messageQueue_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: messageQueue [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageQueue/messageQueue_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/messageQueue/MessageQueueTest.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageQueue/messageQueue_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: messageQueue [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageQueue/messageQueue_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/messageQueue/MessageQueueTest.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageQueue/messageQueue_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/messageTopic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: messageTopic [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageTopic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageTopic/messageTopic_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/messageTopic/MessageTopicTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageTopic/messageTopic_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageTopic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageTopic/messageTopic_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: messageTopic [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageTopic/messageTopic_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/messageTopic/MessageTopicTest.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageTopic Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageTopic/messageTopic_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageTopic/messageTopic_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageTopic/messageTopic_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: messageTopic [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageTopic/messageTopic_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/messageTopic/MessageTopicTest.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageTopic/messageTopic_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: messageTopic [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageTopic/messageTopic_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/messageTopic/MessageTopicTest.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/messageTopic/messageTopic_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/objectMsgQueue [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: objectMsgQueue [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgQueue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgQueue/objectMsgQueue_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/objectMsgQueue/ObjectMsgQueueTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgQueue/objectMsgQueue_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgQueue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgQueue/objectMsgQueue_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: objectMsgQueue [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgQueue/objectMsgQueue_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/objectMsgQueue/ObjectMsgQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgQueue Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgQueue/objectMsgQueue_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgQueue/objectMsgQueue_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgQueue/objectMsgQueue_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: objectMsgQueue [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgQueue/objectMsgQueue_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/objectMsgQueue/ObjectMsgQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgQueue/objectMsgQueue_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: objectMsgQueue [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgQueue/objectMsgQueue_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/objectMsgQueue/ObjectMsgQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgQueue/objectMsgQueue_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/objectMsgTopic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: objectMsgTopic [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgTopic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgTopic/objectMsgTopic_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/objectMsgTopic/ObjectMsgTopicTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgTopic/objectMsgTopic_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgTopic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgTopic/objectMsgTopic_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: objectMsgTopic [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgTopic/objectMsgTopic_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/objectMsgTopic/ObjectMsgTopicTest.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgTopic Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgTopic/objectMsgTopic_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgTopic/objectMsgTopic_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgTopic/objectMsgTopic_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: objectMsgTopic [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgTopic/objectMsgTopic_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/objectMsgTopic/ObjectMsgTopicTest.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgTopic/objectMsgTopic_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: objectMsgTopic [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgTopic/objectMsgTopic_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/objectMsgTopic/ObjectMsgTopicTest.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/objectMsgTopic/objectMsgTopic_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/queueConnection [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/core/queueConnection/QueueConnectionTests.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: queueConnection [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueConnection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueConnection/queueConnection_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/queueConnection/QueueConnectionTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueConnection/queueConnection_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueConnection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueConnection/queueConnection_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: queueConnection [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueConnection/queueConnection_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/queueConnection/QueueConnectionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueConnection Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueConnection/queueConnection_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueConnection/queueConnection_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueConnection Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueConnection/queueConnection_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: queueConnection [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueConnection/queueConnection_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/queueConnection/QueueConnectionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueConnection Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueConnection/queueConnection_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: queueConnection [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueConnection/queueConnection_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/queueConnection/QueueConnectionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueConnection Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueConnection/queueConnection_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/queueMsgHeaders [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: queueMsgHeaders [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgHeaders [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgHeaders/queueMsgHeaders_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/queueMsgHeaders/QueueHeaderTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgHeaders/queueMsgHeaders_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgHeaders [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgHeaders/queueMsgHeaders_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: queueMsgHeaders [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgHeaders/queueMsgHeaders_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/queueMsgHeaders/QueueHeaderTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgHeaders Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgHeaders/queueMsgHeaders_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgHeaders/queueMsgHeaders_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgHeaders Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgHeaders/queueMsgHeaders_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: queueMsgHeaders [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgHeaders/queueMsgHeaders_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/queueMsgHeaders/QueueHeaderTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgHeaders Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgHeaders/queueMsgHeaders_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: queueMsgHeaders [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgHeaders/queueMsgHeaders_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/queueMsgHeaders/QueueHeaderTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgHeaders Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgHeaders/queueMsgHeaders_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/queueMsgProperties [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: queueMsgProperties [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgProperties [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgProperties/queueMsgProperties_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/queueMsgProperties/QueuePropertyTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgProperties/queueMsgProperties_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgProperties [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgProperties/queueMsgProperties_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: queueMsgProperties [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgProperties/queueMsgProperties_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/queueMsgProperties/QueuePropertyTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgProperties Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgProperties/queueMsgProperties_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgProperties/queueMsgProperties_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgProperties Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgProperties/queueMsgProperties_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: queueMsgProperties [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgProperties/queueMsgProperties_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/queueMsgProperties/QueuePropertyTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgProperties Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgProperties/queueMsgProperties_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: queueMsgProperties [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgProperties/queueMsgProperties_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/queueMsgProperties/QueuePropertyTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgProperties Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queueMsgProperties/queueMsgProperties_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/queuetests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/core/queuetests/QueueTests.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: queuetests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queuetests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queuetests/queuetests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/queuetests/QueueTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queuetests/queuetests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queuetests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queuetests/queuetests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: queuetests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queuetests/queuetests_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/queuetests/QueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queuetests Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queuetests/queuetests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queuetests/queuetests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queuetests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queuetests/queuetests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: queuetests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queuetests/queuetests_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/queuetests/QueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queuetests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queuetests/queuetests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: queuetests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queuetests/queuetests_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/queuetests/QueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queuetests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/queuetests/queuetests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/selectorQueue [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: selectorQueue [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorQueue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorQueue/selectorQueue_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/selectorQueue/MsgSelectorQueueTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorQueue/selectorQueue_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorQueue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorQueue/selectorQueue_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: selectorQueue [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorQueue/selectorQueue_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/selectorQueue/MsgSelectorQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorQueue Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorQueue/selectorQueue_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorQueue/selectorQueue_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorQueue/selectorQueue_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: selectorQueue [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorQueue/selectorQueue_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/selectorQueue/MsgSelectorQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorQueue/selectorQueue_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: selectorQueue [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorQueue/selectorQueue_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/selectorQueue/MsgSelectorQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorQueue/selectorQueue_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/selectorTopic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: selectorTopic [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorTopic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorTopic/selectorTopic_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/selectorTopic/MsgSelectorTopicTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorTopic/selectorTopic_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorTopic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorTopic/selectorTopic_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: selectorTopic [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorTopic/selectorTopic_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/selectorTopic/MsgSelectorTopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorTopic Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorTopic/selectorTopic_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorTopic/selectorTopic_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorTopic/selectorTopic_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: selectorTopic [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorTopic/selectorTopic_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/selectorTopic/MsgSelectorTopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorTopic/selectorTopic_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: selectorTopic [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorTopic/selectorTopic_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/selectorTopic/MsgSelectorTopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/selectorTopic/selectorTopic_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/sessiontests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: sessiontests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/sessiontests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/sessiontests/sessiontests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/sessiontests/SessionTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/sessiontests/sessiontests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/sessiontests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/sessiontests/sessiontests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: sessiontests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/sessiontests/sessiontests_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/sessiontests/SessionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/sessiontests Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/sessiontests/sessiontests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/sessiontests/sessiontests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/sessiontests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/sessiontests/sessiontests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: sessiontests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/sessiontests/sessiontests_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/sessiontests/SessionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/sessiontests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/sessiontests/sessiontests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: sessiontests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/sessiontests/sessiontests_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/sessiontests/SessionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/sessiontests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/sessiontests/sessiontests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/streamMsgQueue [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: streamMsgQueue [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgQueue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgQueue/streamMsgQueue_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/streamMsgQueue/StreamMsgQueueTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgQueue/streamMsgQueue_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgQueue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgQueue/streamMsgQueue_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: streamMsgQueue [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgQueue/streamMsgQueue_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/streamMsgQueue/StreamMsgQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgQueue Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgQueue/streamMsgQueue_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgQueue/streamMsgQueue_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgQueue/streamMsgQueue_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: streamMsgQueue [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgQueue/streamMsgQueue_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/streamMsgQueue/StreamMsgQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgQueue/streamMsgQueue_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: streamMsgQueue [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgQueue/streamMsgQueue_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/streamMsgQueue/StreamMsgQueueTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgQueue Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgQueue/streamMsgQueue_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/streamMsgTopic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: streamMsgTopic [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgTopic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgTopic/streamMsgTopic_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/streamMsgTopic/StreamMsgTopicTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgTopic/streamMsgTopic_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgTopic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgTopic/streamMsgTopic_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: streamMsgTopic [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgTopic/streamMsgTopic_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/streamMsgTopic/StreamMsgTopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgTopic Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgTopic/streamMsgTopic_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgTopic/streamMsgTopic_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgTopic/streamMsgTopic_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: streamMsgTopic [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgTopic/streamMsgTopic_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/streamMsgTopic/StreamMsgTopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgTopic/streamMsgTopic_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: streamMsgTopic [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgTopic/streamMsgTopic_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/streamMsgTopic/StreamMsgTopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgTopic Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/streamMsgTopic/streamMsgTopic_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/topicConnection [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/core/topicConnection/TopicConnectionTests.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: topicConnection [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicConnection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicConnection/topicConnection_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/topicConnection/TopicConnectionTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicConnection/topicConnection_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicConnection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicConnection/topicConnection_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: topicConnection [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicConnection/topicConnection_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/topicConnection/TopicConnectionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicConnection Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicConnection/topicConnection_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicConnection/topicConnection_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicConnection Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicConnection/topicConnection_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: topicConnection [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicConnection/topicConnection_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/topicConnection/TopicConnectionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicConnection Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicConnection/topicConnection_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: topicConnection [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicConnection/topicConnection_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/topicConnection/TopicConnectionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicConnection Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicConnection/topicConnection_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/topicMsgHeaders [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: topicMsgHeaders [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgHeaders [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgHeaders/topicMsgHeaders_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/topicMsgHeaders/TopicHeaderTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgHeaders/topicMsgHeaders_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgHeaders [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgHeaders/topicMsgHeaders_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: topicMsgHeaders [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgHeaders/topicMsgHeaders_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/topicMsgHeaders/TopicHeaderTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgHeaders Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgHeaders/topicMsgHeaders_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgHeaders/topicMsgHeaders_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgHeaders Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgHeaders/topicMsgHeaders_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: topicMsgHeaders [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgHeaders/topicMsgHeaders_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/topicMsgHeaders/TopicHeaderTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgHeaders Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgHeaders/topicMsgHeaders_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: topicMsgHeaders [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgHeaders/topicMsgHeaders_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/topicMsgHeaders/TopicHeaderTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgHeaders Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgHeaders/topicMsgHeaders_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/topicMsgProperties [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: topicMsgProperties [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgProperties [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgProperties/topicMsgProperties_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/topicMsgProperties/TopicPropertyTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgProperties/topicMsgProperties_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgProperties [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgProperties/topicMsgProperties_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: topicMsgProperties [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgProperties/topicMsgProperties_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/topicMsgProperties/TopicPropertyTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgProperties Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgProperties/topicMsgProperties_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgProperties/topicMsgProperties_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgProperties Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgProperties/topicMsgProperties_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: topicMsgProperties [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgProperties/topicMsgProperties_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/topicMsgProperties/TopicPropertyTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgProperties Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgProperties/topicMsgProperties_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: topicMsgProperties [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgProperties/topicMsgProperties_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/topicMsgProperties/TopicPropertyTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgProperties Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topicMsgProperties/topicMsgProperties_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core/topictests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/core/topictests/TopicTests.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: topictests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topictests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topictests/topictests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core/topictests/TopicTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topictests/topictests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topictests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topictests/topictests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: topictests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topictests/topictests_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/core/topictests/TopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topictests Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topictests/topictests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topictests/topictests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topictests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topictests/topictests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: topictests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topictests/topictests_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/topictests/TopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topictests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topictests/topictests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: topictests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topictests/topictests_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/core/topictests/TopicTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topictests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core/topictests/topictests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core20/appclient [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core20/appclient/jmsconsumertests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient [echo] vehicleoverride: [echo] name: jmsconsumertests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/jmsconsumertests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/jmsconsumertests/jmsconsumertests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core20/appclient/jmsconsumertests/Client.class already added, skipping [preservejar] com/sun/ts/tests/jms/core20/appclient/jmsconsumertests/MyMessageListener.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/jmsconsumertests/jmsconsumertests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/jmsconsumertests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/jmsconsumertests/jmsconsumertests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core20/appclient/jmscontextqueuetests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient [echo] vehicleoverride: [echo] name: jmscontextqueuetests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/jmscontextqueuetests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/jmscontextqueuetests/jmscontextqueuetests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core20/appclient/jmscontextqueuetests/Client.class already added, skipping [preservejar] com/sun/ts/tests/jms/core20/appclient/jmscontextqueuetests/MyCompletionListener.class already added, skipping [preservejar] com/sun/ts/tests/jms/core20/appclient/jmscontextqueuetests/MyCompletionListener2.class already added, skipping [preservejar] com/sun/ts/tests/jms/core20/appclient/jmscontextqueuetests/MyExceptionListener.class already added, skipping [preservejar] com/sun/ts/tests/jms/core20/appclient/jmscontextqueuetests/MyMessageListener.class already added, skipping [preservejar] com/sun/ts/tests/jms/core20/appclient/jmscontextqueuetests/MyMessageListener2.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/jmscontextqueuetests/jmscontextqueuetests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/jmscontextqueuetests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/jmscontextqueuetests/jmscontextqueuetests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core20/appclient/jmscontexttopictests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient [echo] vehicleoverride: [echo] name: jmscontexttopictests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/jmscontexttopictests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/jmscontexttopictests/jmscontexttopictests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core20/appclient/jmscontexttopictests/Client.class already added, skipping [preservejar] com/sun/ts/tests/jms/core20/appclient/jmscontexttopictests/MyCompletionListener.class already added, skipping [preservejar] com/sun/ts/tests/jms/core20/appclient/jmscontexttopictests/MyCompletionListener2.class already added, skipping [preservejar] com/sun/ts/tests/jms/core20/appclient/jmscontexttopictests/MyExceptionListener.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/jmscontexttopictests/jmscontexttopictests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/jmscontexttopictests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/jmscontexttopictests/jmscontexttopictests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core20/appclient/listenerexceptiontests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient [echo] vehicleoverride: [echo] name: listenerexceptiontests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/listenerexceptiontests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/listenerexceptiontests/listenerexceptiontests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core20/appclient/listenerexceptiontests/Client.class already added, skipping [preservejar] com/sun/ts/tests/jms/core20/appclient/listenerexceptiontests/MyCompletionListener.class already added, skipping [preservejar] com/sun/ts/tests/jms/core20/appclient/listenerexceptiontests/MyMessageListener.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/listenerexceptiontests/listenerexceptiontests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/listenerexceptiontests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/listenerexceptiontests/listenerexceptiontests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core20/appclient/messageconsumertests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient [echo] vehicleoverride: [echo] name: messageconsumertests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/messageconsumertests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/messageconsumertests/messageconsumertests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core20/appclient/messageconsumertests/Client.class already added, skipping [preservejar] com/sun/ts/tests/jms/core20/appclient/messageconsumertests/MyMessageListener.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/messageconsumertests/messageconsumertests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/messageconsumertests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/messageconsumertests/messageconsumertests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core20/appclient/messageproducertests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient [echo] vehicleoverride: [echo] name: messageproducertests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/messageproducertests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/messageproducertests/messageproducertests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core20/appclient/messageproducertests/Client.class already added, skipping [preservejar] com/sun/ts/tests/jms/core20/appclient/messageproducertests/MyCompletionListener.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/messageproducertests/messageproducertests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/messageproducertests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/appclient/messageproducertests/messageproducertests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core20 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core20/connectionfactorytests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: connectionfactorytests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/connectionfactorytests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/connectionfactorytests/connectionfactorytests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core20/connectionfactorytests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/connectionfactorytests/connectionfactorytests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/connectionfactorytests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/connectionfactorytests/connectionfactorytests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: connectionfactorytests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/connectionfactorytests/connectionfactorytests_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/connectionfactorytests Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/connectionfactorytests/connectionfactorytests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/connectionfactorytests/connectionfactorytests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/connectionfactorytests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/connectionfactorytests/connectionfactorytests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: connectionfactorytests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/connectionfactorytests/connectionfactorytests_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/connectionfactorytests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/connectionfactorytests/connectionfactorytests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: connectionfactorytests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/connectionfactorytests/connectionfactorytests_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/connectionfactorytests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/connectionfactorytests/connectionfactorytests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core20/jmsconsumertests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/core20/jmsconsumertests/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: jmsconsumertests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsconsumertests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsconsumertests/jmsconsumertests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core20/jmsconsumertests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsconsumertests/jmsconsumertests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsconsumertests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsconsumertests/jmsconsumertests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jmsconsumertests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsconsumertests/jmsconsumertests_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsconsumertests Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsconsumertests/jmsconsumertests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsconsumertests/jmsconsumertests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsconsumertests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsconsumertests/jmsconsumertests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jmsconsumertests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsconsumertests/jmsconsumertests_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsconsumertests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsconsumertests/jmsconsumertests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jmsconsumertests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsconsumertests/jmsconsumertests_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsconsumertests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsconsumertests/jmsconsumertests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core20/jmscontextqueuetests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: jmscontextqueuetests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontextqueuetests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontextqueuetests/jmscontextqueuetests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core20/jmscontextqueuetests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontextqueuetests/jmscontextqueuetests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontextqueuetests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontextqueuetests/jmscontextqueuetests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jmscontextqueuetests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontextqueuetests/jmscontextqueuetests_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontextqueuetests Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontextqueuetests/jmscontextqueuetests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontextqueuetests/jmscontextqueuetests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontextqueuetests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontextqueuetests/jmscontextqueuetests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jmscontextqueuetests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontextqueuetests/jmscontextqueuetests_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontextqueuetests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontextqueuetests/jmscontextqueuetests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jmscontextqueuetests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontextqueuetests/jmscontextqueuetests_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontextqueuetests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontextqueuetests/jmscontextqueuetests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core20/jmscontexttopictests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: jmscontexttopictests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontexttopictests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontexttopictests/jmscontexttopictests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core20/jmscontexttopictests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontexttopictests/jmscontexttopictests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontexttopictests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontexttopictests/jmscontexttopictests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jmscontexttopictests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontexttopictests/jmscontexttopictests_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontexttopictests Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontexttopictests/jmscontexttopictests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontexttopictests/jmscontexttopictests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontexttopictests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontexttopictests/jmscontexttopictests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jmscontexttopictests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontexttopictests/jmscontexttopictests_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontexttopictests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontexttopictests/jmscontexttopictests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jmscontexttopictests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontexttopictests/jmscontexttopictests_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontexttopictests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmscontexttopictests/jmscontexttopictests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core20/jmsproducerqueuetests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/core20/jmsproducerqueuetests/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: jmsproducerqueuetests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducerqueuetests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducerqueuetests/jmsproducerqueuetests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core20/jmsproducerqueuetests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducerqueuetests/jmsproducerqueuetests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducerqueuetests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducerqueuetests/jmsproducerqueuetests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jmsproducerqueuetests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducerqueuetests/jmsproducerqueuetests_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducerqueuetests Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducerqueuetests/jmsproducerqueuetests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducerqueuetests/jmsproducerqueuetests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducerqueuetests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducerqueuetests/jmsproducerqueuetests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jmsproducerqueuetests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducerqueuetests/jmsproducerqueuetests_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducerqueuetests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducerqueuetests/jmsproducerqueuetests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jmsproducerqueuetests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducerqueuetests/jmsproducerqueuetests_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducerqueuetests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducerqueuetests/jmsproducerqueuetests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core20/jmsproducertopictests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/core20/jmsproducertopictests/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: jmsproducertopictests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducertopictests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducertopictests/jmsproducertopictests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core20/jmsproducertopictests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducertopictests/jmsproducertopictests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducertopictests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducertopictests/jmsproducertopictests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jmsproducertopictests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducertopictests/jmsproducertopictests_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducertopictests Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducertopictests/jmsproducertopictests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducertopictests/jmsproducertopictests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducertopictests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducertopictests/jmsproducertopictests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jmsproducertopictests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducertopictests/jmsproducertopictests_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducertopictests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducertopictests/jmsproducertopictests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jmsproducertopictests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducertopictests/jmsproducertopictests_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducertopictests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/jmsproducertopictests/jmsproducertopictests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core20/messageproducertests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: messageproducertests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/messageproducertests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/messageproducertests/messageproducertests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core20/messageproducertests/Client$MyCompletionListener.class already added, skipping [preservejar] com/sun/ts/tests/jms/core20/messageproducertests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/messageproducertests/messageproducertests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/messageproducertests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/messageproducertests/messageproducertests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: messageproducertests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/messageproducertests/messageproducertests_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/messageproducertests Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/messageproducertests/messageproducertests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/messageproducertests/messageproducertests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/messageproducertests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/messageproducertests/messageproducertests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: messageproducertests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/messageproducertests/messageproducertests_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/messageproducertests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/messageproducertests/messageproducertests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: messageproducertests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/messageproducertests/messageproducertests_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/messageproducertests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/messageproducertests/messageproducertests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core20/runtimeexceptiontests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: runtimeexceptiontests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/runtimeexceptiontests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/runtimeexceptiontests/runtimeexceptiontests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core20/runtimeexceptiontests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/runtimeexceptiontests/runtimeexceptiontests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/runtimeexceptiontests/runtimeexceptiontests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: runtimeexceptiontests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/runtimeexceptiontests/runtimeexceptiontests_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/runtimeexceptiontests/runtimeexceptiontests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/runtimeexceptiontests/runtimeexceptiontests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/runtimeexceptiontests/runtimeexceptiontests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/runtimeexceptiontests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/runtimeexceptiontests [echo] about to sweep vehicle runtime [echo] name: runtimeexceptiontests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/runtimeexceptiontests/runtimeexceptiontests_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/runtimeexceptiontests/runtimeexceptiontests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: runtimeexceptiontests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/runtimeexceptiontests/runtimeexceptiontests_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/runtimeexceptiontests/runtimeexceptiontests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/core20/sessiontests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: sessiontests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/sessiontests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/sessiontests/sessiontests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/core20/sessiontests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/sessiontests/sessiontests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/sessiontests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/sessiontests/sessiontests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: sessiontests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/sessiontests/sessiontests_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/sessiontests Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/sessiontests/sessiontests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/sessiontests/sessiontests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/sessiontests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/sessiontests/sessiontests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: sessiontests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/sessiontests/sessiontests_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/sessiontests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/sessiontests/sessiontests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: sessiontests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/sessiontests/sessiontests_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/sessiontests Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/core20/sessiontests/sessiontests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/ejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/ejb/queueCMTTests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/queueCMTTests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/queueCMTTests/jms_ejb_queueCMTTests_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/queueCMTTests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/queueCMTTests/jms_ejb_queueCMTTests_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/queueCMTTests/jms_ejb_queueCMTTests_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/queueCMTTests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/queueCMTTests/jms_ejb_queueCMTTests.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/ejb/sessionQtests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/sessionQtests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/sessionQtests/jms_ejb_sessionQtests_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/sessionQtests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/sessionQtests/jms_ejb_sessionQtests_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/sessionQtests/jms_ejb_sessionQtests_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/sessionQtests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/sessionQtests/jms_ejb_sessionQtests.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/ejb/sessionTtests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/sessionTtests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/sessionTtests/jms_ejb_sessionTtests_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/sessionTtests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/sessionTtests/jms_ejb_sessionTtests_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/sessionTtests/jms_ejb_sessionTtests_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/sessionTtests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejb/sessionTtests/jms_ejb_sessionTtests.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/ejbweb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/ejbweb/xa [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet [echo] vehicleoverride: [echo] name: transaction [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejbweb/xa [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejbweb/xa/transaction_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejbweb/xa [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejbweb/xa/transaction_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejbweb/xa/transaction_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejbweb/xa [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejbweb/xa/transaction_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: transaction [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejbweb/xa/transaction_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejbweb/xa Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejbweb/xa/transaction_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: transaction [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejbweb/xa/transaction_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejbweb/xa Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/ejbweb/xa/transaction_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/mdb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/mdb/mdb_exceptQ [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_exceptQ [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_exceptQ/mdb_exceptQ_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_exceptQ [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_exceptQ/mdb_exceptQ_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_exceptQ/mdb_exceptQ_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_exceptQ [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_exceptQ/mdb_exceptQ.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/mdb/mdb_exceptT [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_exceptT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_exceptT/mdb_exceptT_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_exceptT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_exceptT/mdb_exceptT_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_exceptT/mdb_exceptT_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_exceptT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_exceptT/mdb_exceptT.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/mdb/mdb_msgHdrQ [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/ee/mdb/mdb_msgHdrQ/MsgBeanMsgTestHdrQ.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgHdrQ [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgHdrQ/mdb_msgHdrQ_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgHdrQ [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgHdrQ/mdb_msgHdrQ_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgHdrQ/mdb_msgHdrQ_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgHdrQ [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgHdrQ/mdb_msgHdrQ.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/mdb/mdb_msgHdrT [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/ee/mdb/mdb_msgHdrT/MsgBeanMsgTestHdrT.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgHdrT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgHdrT/mdb_msgHdrT_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgHdrT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgHdrT/mdb_msgHdrT_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgHdrT/mdb_msgHdrT_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgHdrT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgHdrT/mdb_msgHdrT.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/mdb/mdb_msgPropsQ [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgPropsQ [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgPropsQ/mdb_msgPropsQ_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgPropsQ [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgPropsQ/mdb_msgPropsQ_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgPropsQ/mdb_msgPropsQ_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgPropsQ [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgPropsQ/mdb_msgPropsQ.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/mdb/mdb_msgPropsT [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgPropsT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgPropsT/mdb_msgPropsT_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgPropsT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgPropsT/mdb_msgPropsT_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgPropsT/mdb_msgPropsT_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgPropsT [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgPropsT/mdb_msgPropsT.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ1/mdb_msgTypesQ1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ1/mdb_msgTypesQ1_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ1/mdb_msgTypesQ1_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ1/mdb_msgTypesQ1.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ2/mdb_msgTypesQ2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ2/mdb_msgTypesQ2_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ2/mdb_msgTypesQ2_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ2/mdb_msgTypesQ2.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ3/mdb_msgTypesQ3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ3/mdb_msgTypesQ3_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ3/mdb_msgTypesQ3_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ3/mdb_msgTypesQ3.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT1/mdb_msgTypesT1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT1/mdb_msgTypesT1_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT1/mdb_msgTypesT1_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT1/mdb_msgTypesT1.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT2/mdb_msgTypesT2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT2/mdb_msgTypesT2_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT2/mdb_msgTypesT2_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT2/mdb_msgTypesT2.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT3/mdb_msgTypesT3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT3/mdb_msgTypesT3_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT3/mdb_msgTypesT3_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesT3/mdb_msgTypesT3.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/mdb/mdb_rec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_rec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_rec/mdb_asynch_receives_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_rec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_rec/mdb_asynch_receives_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_rec/mdb_asynch_receives_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_rec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_rec/mdb_asynch_receives.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/mdb/mdb_sndQ [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndQ [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndQ/mdb_sndQ_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndQ [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndQ/mdb_sndQ_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndQ/mdb_sndQ_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndQ [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndQ/mdb_sndQ.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/mdb/mdb_sndToQueue [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndToQueue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndToQueue/mdb_sndToQueue_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndToQueue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndToQueue/mdb_sndToQueue_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndToQueue/mdb_sndToQueue_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndToQueue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndToQueue/mdb_sndToQueue.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/mdb/mdb_sndToTopic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndToTopic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndToTopic/mdb_sndToTopic_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndToTopic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndToTopic/mdb_sndToTopic_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndToTopic/mdb_sndToTopic_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndToTopic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_sndToTopic/mdb_sndToTopic.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/mdb/mdb_synchrec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_synchrec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_synchrec/mdb_synchrec_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_synchrec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_synchrec/mdb_synchrec_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_synchrec/mdb_synchrec_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_synchrec [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/mdb_synchrec/mdb_synchrec.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee/mdb/xa [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/xa [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/xa/mdb_msg_xa_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/xa [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/xa/mdb_msg_xa_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/xa/mdb_msg_xa_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/xa [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee/mdb/xa/mdb_msg_xa.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/cditests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/cditests/ejbweb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src clean: -precompile: TestImport.compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/ejbweb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/ejbweb/cditestsejbweb_client.jar [preservejar] com/sun/ts/tests/jms/ee20/cditests/ejbweb/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/ejbweb/cditestsejbweb_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/ejbweb/cditestsejbweb_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/ejbweb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/ejbweb/cditestsejbweb_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jms/ee20/cditests/ejbweb/MyManagedBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/ejbweb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/ee20/cditests/ejbweb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/ejbweb/cditestsejbweb.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/ee20/cditests/ejbweb/application.xml TestImport.build: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/cditests/mdb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src clean: -precompile: TestImport.compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/mdb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/mdb/cditestsmdb_client.jar [preservejar] com/sun/ts/tests/jms/ee20/cditests/mdb/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/mdb/cditestsmdb_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/mdb/cditestsmdb_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/mdb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/ee20/cditests/mdb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/mdb/cditestsmdb.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/ee20/cditests/mdb/application.xml TestImport.build: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/cditests/usecases [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [echo] pkg.dir=com/sun/ts/tests/jms/ee20/cditests/usecases -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/usecases [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/usecases/cditestsusecases_client.jar [preservejar] com/sun/ts/tests/jms/ee20/cditests/usecases/BMBean1IF.class already added, skipping [preservejar] com/sun/ts/tests/jms/ee20/cditests/usecases/BMBean2IF.class already added, skipping [preservejar] com/sun/ts/tests/jms/ee20/cditests/usecases/CMBean1IF.class already added, skipping [preservejar] com/sun/ts/tests/jms/ee20/cditests/usecases/CMBean2IF.class already added, skipping [preservejar] com/sun/ts/tests/jms/ee20/cditests/usecases/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/usecases/cditestsusecases_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/usecases/cditestsusecases_ejb.jar [preservejar] com/sun/ts/tests/jms/ee20/cditests/usecases/BMBean1.class already added, skipping [preservejar] com/sun/ts/tests/jms/ee20/cditests/usecases/BMBean1IF.class already added, skipping [preservejar] com/sun/ts/tests/jms/ee20/cditests/usecases/BMBean2.class already added, skipping [preservejar] com/sun/ts/tests/jms/ee20/cditests/usecases/BMBean2IF.class already added, skipping [preservejar] com/sun/ts/tests/jms/ee20/cditests/usecases/CMBean1.class already added, skipping [preservejar] com/sun/ts/tests/jms/ee20/cditests/usecases/CMBean1IF.class already added, skipping [preservejar] com/sun/ts/tests/jms/ee20/cditests/usecases/CMBean2.class already added, skipping [preservejar] com/sun/ts/tests/jms/ee20/cditests/usecases/CMBean2IF.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/usecases [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/ee20/cditests/usecases [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/cditests/usecases/cditestsusecases.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/ee20/cditests/usecases/application.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/activationconfig [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/activationconfig/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jms/ee20/ra/activationconfig/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectorauto/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectorauto/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectorauto/annotated/queue_selectorauto_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectorauto/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectorauto/annotated/queue_selectorauto_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectorauto/annotated/queue_selectorauto_annotated_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectorauto/annotated package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectorauto/annotated/queue_selectorauto_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectorauto [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectorauto/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectorauto/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectorauto/descriptor/queue_selectorauto_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectorauto/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectorauto/descriptor/queue_selectorauto_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectorauto/descriptor/queue_selectorauto_descriptor_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectorauto/descriptor package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectorauto/descriptor/queue_selectorauto_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectordups/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectordups/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectordups/annotated/queue_selectordups_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectordups/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectordups/annotated/queue_selectordups_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectordups/annotated/queue_selectordups_annotated_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectordups/annotated package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectordups/annotated/queue_selectordups_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectordups [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectordups/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectordups/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectordups/descriptor/queue_selectordups_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectordups/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectordups/descriptor/queue_selectordups_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectordups/descriptor/queue_selectordups_descriptor_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectordups/descriptor package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectordups/descriptor/queue_selectordups_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/noselnocidautodurable/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/noselnocidautodurable/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/noselnocidautodurable/annotated/topic_noselnocidautodurable_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/noselnocidautodurable/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/noselnocidautodurable/annotated/topic_noselnocidautodurable_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/noselnocidautodurable/annotated/topic_noselnocidautodurable_annotated_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/noselnocidautodurable/annotated package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/noselnocidautodurable/annotated/topic_noselnocidautodurable_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/noselnocidautodurable [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/noselnocidautodurable/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/noselnocidautodurable/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/noselnocidautodurable/descriptor/topic_noselnocidautodurable_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/noselnocidautodurable/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/noselnocidautodurable/descriptor/topic_noselnocidautodurable_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/noselnocidautodurable/descriptor/topic_noselnocidautodurable_descriptor_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/noselnocidautodurable/descriptor package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/noselnocidautodurable/descriptor/topic_noselnocidautodurable_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectorautociddurable/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectorautociddurable/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectorautociddurable/annotated/topic_selectorautociddurable_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectorautociddurable/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectorautociddurable/annotated/topic_selectorautociddurable_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectorautociddurable/annotated/topic_selectorautociddurable_annotated_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectorautociddurable/annotated package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectorautociddurable/annotated/topic_selectorautociddurable_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectorautociddurable [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectorautociddurable/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectorautociddurable/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectorautociddurable/descriptor/topic_selectorautociddurable_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectorautociddurable/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectorautociddurable/descriptor/topic_selectorautociddurable_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectorautociddurable/descriptor/topic_selectorautociddurable_descriptor_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectorautociddurable/descriptor package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectorautociddurable/descriptor/topic_selectorautociddurable_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectordupsnondurable/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectordupsnondurable/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectordupsnondurable/annotated/topic_selectordupsnondurable_annotated_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectordupsnondurable/annotated package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectordupsnondurable/annotated/topic_selectordupsnondurable_annotated_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectordupsnondurable/annotated/topic_selectordupsnondurable_annotated_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectordupsnondurable/annotated package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectordupsnondurable/annotated/topic_selectordupsnondurable_annotated.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectordupsnondurable [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectordupsnondurable/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: pre.package: package.ejb.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectordupsnondurable/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectordupsnondurable/descriptor/topic_selectordupsnondurable_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectordupsnondurable/descriptor package.appclient.jar: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectordupsnondurable/descriptor/topic_selectordupsnondurable_descriptor_client.jar [preservejar] com/sun/ts/lib/harness/EETest$Fault.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest$SetupException.class already added, skipping [preservejar] com/sun/ts/lib/harness/EETest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectordupsnondurable/descriptor/topic_selectordupsnondurable_descriptor_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectordupsnondurable/descriptor package.war: [echo] noop in import.package.war package.ear: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/ra/activationconfig/topic/selectordupsnondurable/descriptor/topic_selectordupsnondurable_descriptor.ear [echo] Copying sun runtime file to dist package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/ra/common/messaging [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jms/ee20/ra/common/messaging build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/resourcedefs/annotations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -preclean: clean: do.token.substitution.of.java.src.files: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/ee20/resourcedefs/annotations [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/ee20/resourcedefs/annotations [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/ee20/resourcedefs/annotations [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/ee20/resourcedefs/annotations -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/annotations [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/annotations/resourcedefs_annotations_client.jar [preservejar] com/sun/ts/tests/jms/ee20/resourcedefs/annotations/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/annotations/resourcedefs_annotations_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/annotations/resourcedefs_annotations_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/annotations/resourcedefs_annotations_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/ee20/resourcedefs/annotations [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/annotations/resourcedefs_annotations.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/ee20/resourcedefs/annotations/application.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/resourcedefs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src clean: create.xml.files: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: appclient ejb servlet jsp [echo] vehicleoverride: [echo] name: resourcedefs_descriptor [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor/resourcedefs_descriptor_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jms/ee20/resourcedefs/descriptor/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor/resourcedefs_descriptor_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor/resourcedefs_descriptor_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resourcedefs_descriptor [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor/resourcedefs_descriptor_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor/resourcedefs_descriptor_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor/resourcedefs_descriptor_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor/resourcedefs_descriptor_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor [echo] about to sweep vehicle runtime [echo] name: resourcedefs_descriptor [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor/resourcedefs_descriptor_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor/resourcedefs_descriptor_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: resourcedefs_descriptor [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor/resourcedefs_descriptor_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor/resourcedefs_descriptor_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime TestImport.build: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/pluggability/altprovider [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -preclean: clean: -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jpa/common/pluggability/util build: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/common/pluggability/altprovider/jpa_alternate_provider.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/pluggability/util [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jpa/common/pluggability/util build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/schema30 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 36 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jpa/common/schema30 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/EntityGraph [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/EntityGraph [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_EntityGraph [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.EntityGraph.Departmentcom.sun.ts.tests.jpa.core.EntityGraph.Employeecom.sun.ts.tests.jpa.core.EntityGraph.Employee2com.sun.ts.tests.jpa.core.EntityGraph.Employee3 [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_EntityGraph [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph [echo] about to sweep vehicle runtime [echo] name: jpa_core_EntityGraph [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph [echo] about to sweep vehicle runtime [echo] name: jpa_core_EntityGraph [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_EntityGraph [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph [echo] about to sweep vehicle runtime [echo] name: jpa_core_EntityGraph [echo] vehicle: puservlet [echo] Building puservlet vehicle [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_EntityGraph [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph/jpa_core_EntityGraph_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/EntityGraph [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/StoredProcedureQuery [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Employee.java:169: warning: [deprecation] getMonth() in Date has been deprecated [ts.javac] || (this.getHireDate().getMonth() == o1.getHireDate().getMonth() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Employee.java:169: warning: [deprecation] getMonth() in Date has been deprecated [ts.javac] || (this.getHireDate().getMonth() == o1.getHireDate().getMonth() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Employee.java:170: warning: [deprecation] getDay() in Date has been deprecated [ts.javac] && this.getHireDate().getDay() == o1.getHireDate().getDay() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Employee.java:170: warning: [deprecation] getDay() in Date has been deprecated [ts.javac] && this.getHireDate().getDay() == o1.getHireDate().getDay() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Employee.java:171: warning: [deprecation] getYear() in Date has been deprecated [ts.javac] && this.getHireDate().getYear() == o1.getHireDate().getYear())) [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Employee.java:171: warning: [deprecation] getYear() in Date has been deprecated [ts.javac] && this.getHireDate().getYear() == o1.getHireDate().getYear())) [ts.javac] ^ [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 6 warnings -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/StoredProcedureQuery [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_StoredProcedureQuery [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /tmp/modified.persistence.xml with mapping entries [echo] mappingfile fragments=myMappingFile.xml [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [echo] About to modify: /tmp/modified.persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.StoredProcedureQuery.Employeecom.sun.ts.tests.jpa.core.StoredProcedureQuery.Employee2com.sun.ts.tests.jpa.core.StoredProcedureQuery.EmployeeMappedSC [echo] infile:/tmp/modified.persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_StoredProcedureQuery [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery [echo] about to sweep vehicle runtime [echo] name: jpa_core_StoredProcedureQuery [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery [echo] about to sweep vehicle runtime [echo] name: jpa_core_StoredProcedureQuery [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_StoredProcedureQuery [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery [echo] about to sweep vehicle runtime [echo] name: jpa_core_StoredProcedureQuery [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_StoredProcedureQuery [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery/jpa_core_StoredProcedureQuery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/StoredProcedureQuery [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/access [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/access/field [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/access/field [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_access_field [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.access.field.DataTypescom.sun.ts.tests.jpa.core.annotations.access.field.DataTypes2com.sun.ts.tests.jpa.core.types.common.Grade [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_access_field [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_access_field [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_access_field [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_access_field [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_access_field [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_access_field [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field/jpa_core_annotations_access_field_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/field [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/access/mappedsc [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/access/mappedsc [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_anno_access_mappedsc [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.access.mappedsc.AbstractPersonnelcom.sun.ts.tests.jpa.core.annotations.access.mappedsc.Departmentcom.sun.ts.tests.jpa.core.annotations.access.mappedsc.Employeecom.sun.ts.tests.jpa.core.annotations.access.mappedsc.FullTimeEmployeecom.sun.ts.tests.jpa.core.annotations.access.mappedsc.PartTimeEmployeecom.sun.ts.tests.jpa.core.annotations.access.mappedsc.Project [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_anno_access_mappedsc [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc [echo] about to sweep vehicle runtime [echo] name: jpa_core_anno_access_mappedsc [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc [echo] about to sweep vehicle runtime [echo] name: jpa_core_anno_access_mappedsc [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_anno_access_mappedsc [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc [echo] about to sweep vehicle runtime [echo] name: jpa_core_anno_access_mappedsc [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_anno_access_mappedsc [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/jpa_core_anno_access_mappedsc_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/mappedsc [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/access/property [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/access/property [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_access_property [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.access.property.DataTypescom.sun.ts.tests.jpa.core.annotations.access.property.DataTypes2com.sun.ts.tests.jpa.core.types.common.Grade [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_access_property [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_access_property [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_access_property [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_access_property [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_access_property [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_access_property [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property/jpa_core_annotations_access_property_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/access/property [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/assocoverride [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/assocoverride [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_assocoverride [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.assocoverride.Addresscom.sun.ts.tests.jpa.core.annotations.assocoverride.Employeecom.sun.ts.tests.jpa.core.annotations.assocoverride.PartTimeEmployee [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_assocoverride [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_assocoverride [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_assocoverride [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_assocoverride [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_assocoverride [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_assocoverride [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride/jpa_core_annotations_assocoverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/assocoverride [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/basic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/basic [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_basic [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.basic.A [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_basic [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_basic [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_basic [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_basic [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_basic [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_basic [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic/jpa_core_annotations_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/basic [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/collectiontable [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/collectiontable [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_collectiontable [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.collectiontable.Acom.sun.ts.tests.jpa.core.annotations.collectiontable.Address [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_collectiontable [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_collectiontable [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_collectiontable [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_collectiontable [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_collectiontable [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_collectiontable [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable/jpa_core_annotations_collectiontable_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/collectiontable [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/convert [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 20 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/convert [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_convert [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.convert.Addresscom.sun.ts.tests.jpa.core.annotations.convert.Bcom.sun.ts.tests.jpa.core.annotations.convert.CharConvertercom.sun.ts.tests.jpa.core.annotations.convert.CommaConvertercom.sun.ts.tests.jpa.core.annotations.convert.Countrycom.sun.ts.tests.jpa.core.annotations.convert.Customercom.sun.ts.tests.jpa.core.annotations.convert.Departmentcom.sun.ts.tests.jpa.core.annotations.convert.DisableAutoApplyConvertercom.sun.ts.tests.jpa.core.annotations.convert.DotConvertercom.sun.ts.tests.jpa.core.annotations.convert.DotConverter2com.sun.ts.tests.jpa.core.annotations.convert.Employeecom.sun.ts.tests.jpa.core.annotations.convert.Employee2com.sun.ts.tests.jpa.core.annotations.convert.Employee3com.sun.ts.tests.jpa.core.annotations.convert.FullTimeEmployeecom.sun.ts.tests.jpa.core.annotations.convert.FullTimeEmployee2com.sun.ts.tests.jpa.core.annotations.convert.IntegerConvertercom.sun.ts.tests.jpa.core.annotations.convert.NumberToStateConvertercom.sun.ts.tests.jpa.core.annotations.convert.SalaryConvertercom.sun.ts.tests.jpa.core.annotations.convert.SpaceConverter [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_convert [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert [echo] about to sweep vehicle runtime [echo] name: jpa_core_convert [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert [echo] about to sweep vehicle runtime [echo] name: jpa_core_convert [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_convert [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert [echo] about to sweep vehicle runtime [echo] name: jpa_core_convert [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_convert [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert/jpa_core_convert_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/convert [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/discriminatorValue [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/discriminatorValue [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_discrinimatorValue [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.discriminatorValue.PartProductcom.sun.ts.tests.jpa.core.annotations.discriminatorValue.PartProduct2com.sun.ts.tests.jpa.core.annotations.discriminatorValue.PricedPartProduct2com.sun.ts.tests.jpa.core.annotations.discriminatorValue.Productcom.sun.ts.tests.jpa.core.annotations.discriminatorValue.Product2 [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_discrinimatorValue [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_discrinimatorValue [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_discrinimatorValue [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_discrinimatorValue [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_discrinimatorValue [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_discrinimatorValue [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/jpa_core_annotations_discrinimatorValue_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/discriminatorValue [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/elementcollection [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/A.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/elementcollection [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_elementcollection [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /tmp/modified.persistence.xml with mapping entries [echo] mappingfile fragments=myMappingFile.xml [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [echo] About to modify: /tmp/modified.persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.elementcollection.Acom.sun.ts.tests.jpa.core.annotations.elementcollection.Addresscom.sun.ts.tests.jpa.core.annotations.elementcollection.Customercom.sun.ts.tests.jpa.core.annotations.elementcollection.CustomerXML [echo] infile:/tmp/modified.persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_elementcollection [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_elementcollection [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_elementcollection [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_elementcollection [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_elementcollection [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_elementcollection [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection/jpa_core_annotations_elementcollection_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/elementcollection [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/embeddable [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/embeddable [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_embeddable [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.embeddable.Addresscom.sun.ts.tests.jpa.core.annotations.embeddable.Bcom.sun.ts.tests.jpa.core.annotations.embeddable.ZipCode [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_embeddable [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_embeddable [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_embeddable [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_embeddable [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_embeddable [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_embeddable [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable/jpa_core_annotations_embeddable_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddable [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/embeddableMapValue [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_embeddableMapValue [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.embeddableMapValue.Addresscom.sun.ts.tests.jpa.core.annotations.embeddableMapValue.Employee [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_embeddableMapValue [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_embeddableMapValue [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_embeddableMapValue [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_embeddableMapValue [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_embeddableMapValue [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_embeddableMapValue [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/jpa_core_annotations_embeddableMapValue_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/entity [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/annotations/entity/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/entity [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_entity [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.entity.Coffee [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_entity [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_entity [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_entity [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_entity [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_entity [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_entity [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity/jpa_core_annotations_entity_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/entity [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/id [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 15 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/id [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_basic [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.id.FieldBigDecimalIdcom.sun.ts.tests.jpa.core.annotations.id.FieldBigIntegerIdcom.sun.ts.tests.jpa.core.annotations.id.FieldIntIdcom.sun.ts.tests.jpa.core.annotations.id.FieldIntegerIdcom.sun.ts.tests.jpa.core.annotations.id.FieldSQLDateIdcom.sun.ts.tests.jpa.core.annotations.id.FieldStringIdcom.sun.ts.tests.jpa.core.annotations.id.FieldUtilDateIdcom.sun.ts.tests.jpa.core.annotations.id.PropertyBigDecimalIdcom.sun.ts.tests.jpa.core.annotations.id.PropertyBigIntegerIdcom.sun.ts.tests.jpa.core.annotations.id.PropertyIntIdcom.sun.ts.tests.jpa.core.annotations.id.PropertyIntegerIdcom.sun.ts.tests.jpa.core.annotations.id.PropertySQLDateIdcom.sun.ts.tests.jpa.core.annotations.id.PropertyStringIdcom.sun.ts.tests.jpa.core.annotations.id.PropertyUtilDateId [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_basic [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_basic [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_basic [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_basic [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_basic [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_basic [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id/jpa_core_annotations_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/id [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/lob [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/lob [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_lob [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.lob.DataTypes [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_lob [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_lob [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_lob [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_lob [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_lob [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_lob [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob/jpa_core_annotations_lob_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/lob [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/mapkey [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/mapkey [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_mapkey [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.mapkey.Departmentcom.sun.ts.tests.jpa.core.annotations.mapkey.Employeecom.sun.ts.tests.jpa.core.annotations.mapkey.Employee2com.sun.ts.tests.jpa.core.annotations.mapkey.Employee3com.sun.ts.tests.jpa.core.annotations.mapkey.Employee4 [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_mapkey [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkey [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkey [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkey [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkey [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkey [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey/jpa_core_annotations_mapkey_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkey [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/mapkeyclass [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/mapkeyclass [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_mapkeyclass [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.mapkeyclass.Coursecom.sun.ts.tests.jpa.core.annotations.mapkeyclass.Semestercom.sun.ts.tests.jpa.core.annotations.mapkeyclass.Student [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_mapkeyclass [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeyclass [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeyclass [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeyclass [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeyclass [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeyclass [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/jpa_core_annotations_mapkeyclass_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyclass [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/mapkeycolumn [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_mapkeycolumn [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.mapkeycolumn.Departmentcom.sun.ts.tests.jpa.core.annotations.mapkeycolumn.Department2com.sun.ts.tests.jpa.core.annotations.mapkeycolumn.Employee [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_mapkeycolumn [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeycolumn [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeycolumn [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeycolumn [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeycolumn [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeycolumn [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/jpa_core_annotations_mapkeycolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 12 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_mapkeyenumerated [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.mapkeyenumerated.Departmentcom.sun.ts.tests.jpa.core.annotations.mapkeyenumerated.Department2com.sun.ts.tests.jpa.core.annotations.mapkeyenumerated.Department3com.sun.ts.tests.jpa.core.annotations.mapkeyenumerated.Department4com.sun.ts.tests.jpa.core.annotations.mapkeyenumerated.EmbeddedEmployeecom.sun.ts.tests.jpa.core.annotations.mapkeyenumerated.Employeecom.sun.ts.tests.jpa.core.annotations.mapkeyenumerated.Employee2com.sun.ts.tests.jpa.core.annotations.mapkeyenumerated.Employee3com.sun.ts.tests.jpa.core.annotations.mapkeyenumerated.Employee4com.sun.ts.tests.jpa.core.annotations.mapkeyenumerated.Numberscom.sun.ts.tests.jpa.core.annotations.mapkeyenumerated.Offices [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_mapkeyenumerated [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeyenumerated [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeyenumerated [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeyenumerated [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeyenumerated [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeyenumerated [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/jpa_core_annotations_mapkeyenumerated_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_mapkeyjoincolumn [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.mapkeyjoincolumn.Coursecom.sun.ts.tests.jpa.core.annotations.mapkeyjoincolumn.Semestercom.sun.ts.tests.jpa.core.annotations.mapkeyjoincolumn.Student [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_mapkeyjoincolumn [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeyjoincolumn [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeyjoincolumn [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeyjoincolumn [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeyjoincolumn [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapkeyjoincolumn [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/jpa_core_annotations_mapkeyjoincolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/mapkeytemporal [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_mapKeyTemporal [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.mapkeytemporal.Departmentcom.sun.ts.tests.jpa.core.annotations.mapkeytemporal.Department2com.sun.ts.tests.jpa.core.annotations.mapkeytemporal.Department4com.sun.ts.tests.jpa.core.annotations.mapkeytemporal.EmbeddedEmployeecom.sun.ts.tests.jpa.core.annotations.mapkeytemporal.Employeecom.sun.ts.tests.jpa.core.annotations.mapkeytemporal.Employee2com.sun.ts.tests.jpa.core.annotations.mapkeytemporal.Employee4 [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_mapKeyTemporal [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapKeyTemporal [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapKeyTemporal [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapKeyTemporal [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapKeyTemporal [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapKeyTemporal [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/jpa_core_annotations_mapKeyTemporal_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/mapsid [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/mapsid [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_mapsid [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.mapsid.DID1bDependentcom.sun.ts.tests.jpa.core.annotations.mapsid.DID1bDependentIdcom.sun.ts.tests.jpa.core.annotations.mapsid.DID1bEmployee [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_mapsid [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapsid [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapsid [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapsid [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapsid [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_mapsid [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid/jpa_core_annotations_mapsid_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/mapsid [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/nativequery [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/nativequery [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_nativequery [delete] Deleting: /tmp/modified.persistence.xml [echo] Entry: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/annotations/nativequery/orm.xml WAS NOT PROCESSED [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.nativequery.Itemcom.sun.ts.tests.jpa.core.annotations.nativequery.Order1com.sun.ts.tests.jpa.core.annotations.nativequery.Order2com.sun.ts.tests.jpa.core.annotations.nativequery.PurchaseOrder [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_nativequery [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_nativequery [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_nativequery [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_nativequery [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_nativequery [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_nativequery [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery/jpa_core_annotations_nativequery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/nativequery [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/Customer1.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/onexmanyuni [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_onexmanyuni [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.onexmanyuni.Customer1com.sun.ts.tests.jpa.core.annotations.onexmanyuni.RetailOrder2 [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_onexmanyuni [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_onexmanyuni [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_onexmanyuni [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_onexmanyuni [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_onexmanyuni [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_onexmanyuni [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/jpa_core_annotations_onexmanyuni_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/onexmanyuni [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/orderby [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 12 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/orderby [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_orderby [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.orderby.Acom.sun.ts.tests.jpa.core.annotations.orderby.A2com.sun.ts.tests.jpa.core.annotations.orderby.Addresscom.sun.ts.tests.jpa.core.annotations.orderby.Address2com.sun.ts.tests.jpa.core.annotations.orderby.Customercom.sun.ts.tests.jpa.core.annotations.orderby.Customer2com.sun.ts.tests.jpa.core.annotations.orderby.Departmentcom.sun.ts.tests.jpa.core.annotations.orderby.Employeecom.sun.ts.tests.jpa.core.annotations.orderby.Insurancecom.sun.ts.tests.jpa.core.annotations.orderby.ZipCodecom.sun.ts.tests.jpa.core.annotations.orderby.ZipCode2 [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_orderby [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_orderby [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_orderby [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_orderby [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_orderby [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_orderby [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby/jpa_core_annotations_orderby_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/orderby [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/ordercolumn [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/ordercolumn [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_ordercolumn [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.ordercolumn.Coursecom.sun.ts.tests.jpa.core.annotations.ordercolumn.Departmentcom.sun.ts.tests.jpa.core.annotations.ordercolumn.Department2com.sun.ts.tests.jpa.core.annotations.ordercolumn.Employeecom.sun.ts.tests.jpa.core.annotations.ordercolumn.Employee2com.sun.ts.tests.jpa.core.annotations.ordercolumn.Student [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_ordercolumn [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_ordercolumn [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_ordercolumn [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_ordercolumn [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_ordercolumn [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_ordercolumn [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn/jpa_core_annotations_ordercolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/ordercolumn [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/tableGenerator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/tableGenerator [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_tableGenerator [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.tableGenerator.DataTypescom.sun.ts.tests.jpa.core.annotations.tableGenerator.DataTypes2com.sun.ts.tests.jpa.core.annotations.tableGenerator.DataTypes3com.sun.ts.tests.jpa.core.annotations.tableGenerator.DataTypes4 [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_tableGenerator [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_tableGenerator [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_tableGenerator [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_tableGenerator [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_tableGenerator [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_tableGenerator [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator/jpa_core_annotations_tableGenerator_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/tableGenerator [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/temporal [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/temporal [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_temporal [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.temporal.A2_Fieldcom.sun.ts.tests.jpa.core.annotations.temporal.A2_Propertycom.sun.ts.tests.jpa.core.annotations.temporal.A_Fieldcom.sun.ts.tests.jpa.core.annotations.temporal.A_Property [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_temporal [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_temporal [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_temporal [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_temporal [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_temporal [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_temporal [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal/jpa_core_annotations_temporal_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/temporal [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/annotations/version [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 15 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/annotations/version [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_annotations_version [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.annotations.version.Int_Fieldcom.sun.ts.tests.jpa.core.annotations.version.Int_Propertycom.sun.ts.tests.jpa.core.annotations.version.Integer_Fieldcom.sun.ts.tests.jpa.core.annotations.version.Integer_Propertycom.sun.ts.tests.jpa.core.annotations.version.LongClass_Fieldcom.sun.ts.tests.jpa.core.annotations.version.LongClass_Propertycom.sun.ts.tests.jpa.core.annotations.version.Long_Fieldcom.sun.ts.tests.jpa.core.annotations.version.Long_Propertycom.sun.ts.tests.jpa.core.annotations.version.ShortClass_Fieldcom.sun.ts.tests.jpa.core.annotations.version.ShortClass_Propertycom.sun.ts.tests.jpa.core.annotations.version.Short_Fieldcom.sun.ts.tests.jpa.core.annotations.version.Short_Propertycom.sun.ts.tests.jpa.core.annotations.version.Timestamp_Fieldcom.sun.ts.tests.jpa.core.annotations.version.Timestamp_Property [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_annotations_version [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_version [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_version [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_version [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_version [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_annotations_version [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version/jpa_core_annotations_version_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/annotations/version [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/basic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/basic [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_basic [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.basic.Order [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_basic [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic [echo] about to sweep vehicle runtime [echo] name: jpa_core_basic [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic [echo] about to sweep vehicle runtime [echo] name: jpa_core_basic [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_basic [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic [echo] about to sweep vehicle runtime [echo] name: jpa_core_basic [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_basic [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic/jpa_core_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/basic [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/cache/basicTests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_cache_basicTests [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests [echo] about to sweep vehicle runtime [echo] name: jpa_core_cache_basicTests [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests [echo] about to sweep vehicle runtime [echo] name: jpa_core_cache_basicTests [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_cache_basicTests [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests [echo] about to sweep vehicle runtime [echo] name: jpa_core_cache_basicTests [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_cache_basicTests [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests/jpa_core_cache_basicTests_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/cache/basicTests [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/cache [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/callback [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/callback/inheritance [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [ts.javac] Compiling 13 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/callback/common/CallbackStatusImpl.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/callback/inheritance [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_callback_inheritance [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.callback.common.CallbackStatusIFcom.sun.ts.tests.jpa.core.callback.common.CallbackStatusImplcom.sun.ts.tests.jpa.core.callback.common.Constantscom.sun.ts.tests.jpa.core.callback.common.GenerictListenercom.sun.ts.tests.jpa.core.callback.common.GenerictListenerImplcom.sun.ts.tests.jpa.core.callback.common.ListenerAcom.sun.ts.tests.jpa.core.callback.common.ListenerAAcom.sun.ts.tests.jpa.core.callback.common.ListenerBcom.sun.ts.tests.jpa.core.callback.common.ListenerBBcom.sun.ts.tests.jpa.core.callback.common.ListenerBasecom.sun.ts.tests.jpa.core.callback.common.ListenerCcom.sun.ts.tests.jpa.core.callback.common.ListenerCCcom.sun.ts.tests.jpa.core.callback.inheritance.PartProductcom.sun.ts.tests.jpa.core.callback.inheritance.PartProductListenercom.sun.ts.tests.jpa.core.callback.inheritance.PricedPartProductcom.sun.ts.tests.jpa.core.callback.inheritance.PricedPartProductCallbackcom.sun.ts.tests.jpa.core.callback.inheritance.PricedPartProductListenercom.sun.ts.tests.jpa.core.callback.inheritance.PricedPartProduct_2com.sun.ts.tests.jpa.core.callback.inheritance.Productcom.sun.ts.tests.jpa.core.callback.inheritance.ProductListener [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_callback_inheritance [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_inheritance [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_inheritance [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_inheritance [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_inheritance [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_inheritance [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance/jpa_core_callback_inheritance_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/inheritance [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/callback/listener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/callback/listener [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_callback_listener [delete] Deleting: /tmp/modified.persistence.xml [echo] Entry: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/callback/listener/orm.xml WAS NOT PROCESSED [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.callback.common.CallbackStatusIFcom.sun.ts.tests.jpa.core.callback.common.CallbackStatusImplcom.sun.ts.tests.jpa.core.callback.common.Constantscom.sun.ts.tests.jpa.core.callback.common.GenerictListenercom.sun.ts.tests.jpa.core.callback.common.GenerictListenerImplcom.sun.ts.tests.jpa.core.callback.common.ListenerAcom.sun.ts.tests.jpa.core.callback.common.ListenerAAcom.sun.ts.tests.jpa.core.callback.common.ListenerBcom.sun.ts.tests.jpa.core.callback.common.ListenerBBcom.sun.ts.tests.jpa.core.callback.common.ListenerBasecom.sun.ts.tests.jpa.core.callback.common.ListenerCcom.sun.ts.tests.jpa.core.callback.common.ListenerCCcom.sun.ts.tests.jpa.core.callback.listener.LineItemcom.sun.ts.tests.jpa.core.callback.listener.LineItemSupercom.sun.ts.tests.jpa.core.callback.listener.Ordercom.sun.ts.tests.jpa.core.callback.listener.Product [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_callback_listener [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_listener [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_listener [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_listener [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_listener [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_listener [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener/jpa_core_callback_listener_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listener [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/callback/listeneroverride [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/callback/listeneroverride [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_callback_listeneroverride [delete] Deleting: /tmp/modified.persistence.xml [echo] Entry: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/callback/listeneroverride/orm.xml WAS NOT PROCESSED [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.callback.common.CallbackStatusIFcom.sun.ts.tests.jpa.core.callback.common.CallbackStatusImplcom.sun.ts.tests.jpa.core.callback.common.Constantscom.sun.ts.tests.jpa.core.callback.common.GenerictListenercom.sun.ts.tests.jpa.core.callback.common.GenerictListenerImplcom.sun.ts.tests.jpa.core.callback.common.ListenerAcom.sun.ts.tests.jpa.core.callback.common.ListenerAAcom.sun.ts.tests.jpa.core.callback.common.ListenerBcom.sun.ts.tests.jpa.core.callback.common.ListenerBBcom.sun.ts.tests.jpa.core.callback.common.ListenerBasecom.sun.ts.tests.jpa.core.callback.common.ListenerCcom.sun.ts.tests.jpa.core.callback.common.ListenerCCcom.sun.ts.tests.jpa.core.callback.listeneroverride.LineItemcom.sun.ts.tests.jpa.core.callback.listeneroverride.LineItemSupercom.sun.ts.tests.jpa.core.callback.listeneroverride.Ordercom.sun.ts.tests.jpa.core.callback.listeneroverride.Product [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_callback_listeneroverride [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_listeneroverride [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_listeneroverride [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_listeneroverride [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_listeneroverride [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_listeneroverride [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride/jpa_core_callback_listeneroverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/listeneroverride [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/callback/method [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/callback/method [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_callback_method [delete] Deleting: /tmp/modified.persistence.xml [echo] Entry: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/callback/method/orm.xml WAS NOT PROCESSED [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.callback.common.CallbackStatusIFcom.sun.ts.tests.jpa.core.callback.common.CallbackStatusImplcom.sun.ts.tests.jpa.core.callback.common.Constantscom.sun.ts.tests.jpa.core.callback.common.GenerictListenercom.sun.ts.tests.jpa.core.callback.common.GenerictListenerImplcom.sun.ts.tests.jpa.core.callback.common.ListenerAcom.sun.ts.tests.jpa.core.callback.common.ListenerAAcom.sun.ts.tests.jpa.core.callback.common.ListenerBcom.sun.ts.tests.jpa.core.callback.common.ListenerBBcom.sun.ts.tests.jpa.core.callback.common.ListenerBasecom.sun.ts.tests.jpa.core.callback.common.ListenerCcom.sun.ts.tests.jpa.core.callback.common.ListenerCCcom.sun.ts.tests.jpa.core.callback.method.LineItemcom.sun.ts.tests.jpa.core.callback.method.Ordercom.sun.ts.tests.jpa.core.callback.method.Product [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_callback_method [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_method [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_method [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_method [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_method [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_method [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method/jpa_core_callback_method_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/method [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/callback/methodoverride [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/callback/methodoverride [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_callback_methodoverride [delete] Deleting: /tmp/modified.persistence.xml [echo] Entry: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/callback/methodoverride/orm.xml WAS NOT PROCESSED [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.callback.common.CallbackStatusIFcom.sun.ts.tests.jpa.core.callback.common.CallbackStatusImplcom.sun.ts.tests.jpa.core.callback.common.Constantscom.sun.ts.tests.jpa.core.callback.common.GenerictListenercom.sun.ts.tests.jpa.core.callback.common.GenerictListenerImplcom.sun.ts.tests.jpa.core.callback.common.ListenerAcom.sun.ts.tests.jpa.core.callback.common.ListenerAAcom.sun.ts.tests.jpa.core.callback.common.ListenerBcom.sun.ts.tests.jpa.core.callback.common.ListenerBBcom.sun.ts.tests.jpa.core.callback.common.ListenerBasecom.sun.ts.tests.jpa.core.callback.common.ListenerCcom.sun.ts.tests.jpa.core.callback.common.ListenerCCcom.sun.ts.tests.jpa.core.callback.methodoverride.LineItemcom.sun.ts.tests.jpa.core.callback.methodoverride.Ordercom.sun.ts.tests.jpa.core.callback.methodoverride.Product [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_callback_methodoverride [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_methodoverride [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_methodoverride [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_methodoverride [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_methodoverride [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_methodoverride [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride/jpa_core_callback_methodoverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/methodoverride [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/callback/xml [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/callback/xml [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_callback_xml [delete] Deleting: /tmp/modified.persistence.xml [echo] Entry: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/callback/xml/orm.xml WAS NOT PROCESSED [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.callback.common.CallbackStatusIFcom.sun.ts.tests.jpa.core.callback.common.CallbackStatusImplcom.sun.ts.tests.jpa.core.callback.common.Constantscom.sun.ts.tests.jpa.core.callback.common.GenerictListenercom.sun.ts.tests.jpa.core.callback.common.GenerictListenerImplcom.sun.ts.tests.jpa.core.callback.common.ListenerAcom.sun.ts.tests.jpa.core.callback.common.ListenerAAcom.sun.ts.tests.jpa.core.callback.common.ListenerBcom.sun.ts.tests.jpa.core.callback.common.ListenerBBcom.sun.ts.tests.jpa.core.callback.common.ListenerBasecom.sun.ts.tests.jpa.core.callback.common.ListenerCcom.sun.ts.tests.jpa.core.callback.common.ListenerCCcom.sun.ts.tests.jpa.core.callback.xml.Customercom.sun.ts.tests.jpa.core.callback.xml.LineItemcom.sun.ts.tests.jpa.core.callback.xml.LineItemSupercom.sun.ts.tests.jpa.core.callback.xml.Ordercom.sun.ts.tests.jpa.core.callback.xml.Product [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_callback_xml [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_xml [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_xml [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_xml [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_xml [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_callback_xml [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml/jpa_core_callback_xml_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/callback/xml [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src TestImport.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_criteriapia_CriteriaBuilder [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.common.schema30.Addresscom.sun.ts.tests.jpa.common.schema30.Address_com.sun.ts.tests.jpa.common.schema30.Aliascom.sun.ts.tests.jpa.common.schema30.Alias_com.sun.ts.tests.jpa.common.schema30.Countrycom.sun.ts.tests.jpa.common.schema30.Country_com.sun.ts.tests.jpa.common.schema30.CreditCardcom.sun.ts.tests.jpa.common.schema30.CreditCard_com.sun.ts.tests.jpa.common.schema30.Customercom.sun.ts.tests.jpa.common.schema30.Customer_com.sun.ts.tests.jpa.common.schema30.Departmentcom.sun.ts.tests.jpa.common.schema30.Department_com.sun.ts.tests.jpa.common.schema30.Employeecom.sun.ts.tests.jpa.common.schema30.Employee_com.sun.ts.tests.jpa.common.schema30.HardwareProductcom.sun.ts.tests.jpa.common.schema30.HardwareProduct_com.sun.ts.tests.jpa.common.schema30.Infocom.sun.ts.tests.jpa.common.schema30.Info_com.sun.ts.tests.jpa.common.schema30.LineItemcom.sun.ts.tests.jpa.common.schema30.LineItemExceptioncom.sun.ts.tests.jpa.common.schema30.LineItem_com.sun.ts.tests.jpa.common.schema30.Ordercom.sun.ts.tests.jpa.common.schema30.Order_com.sun.ts.tests.jpa.common.schema30.Phonecom.sun.ts.tests.jpa.common.schema30.Phone_com.sun.ts.tests.jpa.common.schema30.Productcom.sun.ts.tests.jpa.common.schema30.Product_com.sun.ts.tests.jpa.common.schema30.ShelfLifecom.sun.ts.tests.jpa.common.schema30.ShelfLife_com.sun.ts.tests.jpa.common.schema30.SoftwareProductcom.sun.ts.tests.jpa.common.schema30.SoftwareProduct_com.sun.ts.tests.jpa.common.schema30.Spousecom.sun.ts.tests.jpa.common.schema30.Spouse_com.sun.ts.tests.jpa.common.schema30.Trimcom.sun.ts.tests.jpa.common.schema30.Trim_ [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_criteriapia_CriteriaBuilder [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriapia_CriteriaBuilder [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriapia_CriteriaBuilder [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriapia_CriteriaBuilder [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriapia_CriteriaBuilder [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriapia_CriteriaBuilder [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/jpa_core_criteriapia_CriteriaBuilder_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src TestImport.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_criteriapia_CriteriaDelete [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.common.schema30.Addresscom.sun.ts.tests.jpa.common.schema30.Address_com.sun.ts.tests.jpa.common.schema30.Aliascom.sun.ts.tests.jpa.common.schema30.Alias_com.sun.ts.tests.jpa.common.schema30.Countrycom.sun.ts.tests.jpa.common.schema30.Country_com.sun.ts.tests.jpa.common.schema30.CreditCardcom.sun.ts.tests.jpa.common.schema30.CreditCard_com.sun.ts.tests.jpa.common.schema30.Customercom.sun.ts.tests.jpa.common.schema30.Customer_com.sun.ts.tests.jpa.common.schema30.Departmentcom.sun.ts.tests.jpa.common.schema30.Department_com.sun.ts.tests.jpa.common.schema30.Employeecom.sun.ts.tests.jpa.common.schema30.Employee_com.sun.ts.tests.jpa.common.schema30.HardwareProductcom.sun.ts.tests.jpa.common.schema30.HardwareProduct_com.sun.ts.tests.jpa.common.schema30.Infocom.sun.ts.tests.jpa.common.schema30.Info_com.sun.ts.tests.jpa.common.schema30.LineItemcom.sun.ts.tests.jpa.common.schema30.LineItemExceptioncom.sun.ts.tests.jpa.common.schema30.LineItem_com.sun.ts.tests.jpa.common.schema30.Ordercom.sun.ts.tests.jpa.common.schema30.Order_com.sun.ts.tests.jpa.common.schema30.Phonecom.sun.ts.tests.jpa.common.schema30.Phone_com.sun.ts.tests.jpa.common.schema30.Productcom.sun.ts.tests.jpa.common.schema30.Product_com.sun.ts.tests.jpa.common.schema30.ShelfLifecom.sun.ts.tests.jpa.common.schema30.ShelfLife_com.sun.ts.tests.jpa.common.schema30.SoftwareProductcom.sun.ts.tests.jpa.common.schema30.SoftwareProduct_com.sun.ts.tests.jpa.common.schema30.Spousecom.sun.ts.tests.jpa.common.schema30.Spouse_com.sun.ts.tests.jpa.common.schema30.Trimcom.sun.ts.tests.jpa.common.schema30.Trim_ [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_criteriapia_CriteriaDelete [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriapia_CriteriaDelete [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriapia_CriteriaDelete [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriapia_CriteriaDelete [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriapia_CriteriaDelete [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriapia_CriteriaDelete [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/jpa_core_criteriapia_CriteriaDelete_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src TestImport.compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_criteriaapi_CriteriaQuery [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.common.schema30.Addresscom.sun.ts.tests.jpa.common.schema30.Address_com.sun.ts.tests.jpa.common.schema30.Aliascom.sun.ts.tests.jpa.common.schema30.Alias_com.sun.ts.tests.jpa.common.schema30.Countrycom.sun.ts.tests.jpa.common.schema30.Country_com.sun.ts.tests.jpa.common.schema30.CreditCardcom.sun.ts.tests.jpa.common.schema30.CreditCard_com.sun.ts.tests.jpa.common.schema30.Customercom.sun.ts.tests.jpa.common.schema30.Customer_com.sun.ts.tests.jpa.common.schema30.Departmentcom.sun.ts.tests.jpa.common.schema30.Department_com.sun.ts.tests.jpa.common.schema30.Employeecom.sun.ts.tests.jpa.common.schema30.Employee_com.sun.ts.tests.jpa.common.schema30.HardwareProductcom.sun.ts.tests.jpa.common.schema30.HardwareProduct_com.sun.ts.tests.jpa.common.schema30.Infocom.sun.ts.tests.jpa.common.schema30.Info_com.sun.ts.tests.jpa.common.schema30.LineItemcom.sun.ts.tests.jpa.common.schema30.LineItemExceptioncom.sun.ts.tests.jpa.common.schema30.LineItem_com.sun.ts.tests.jpa.common.schema30.Ordercom.sun.ts.tests.jpa.common.schema30.Order_com.sun.ts.tests.jpa.common.schema30.Phonecom.sun.ts.tests.jpa.common.schema30.Phone_com.sun.ts.tests.jpa.common.schema30.Productcom.sun.ts.tests.jpa.common.schema30.Product_com.sun.ts.tests.jpa.common.schema30.ShelfLifecom.sun.ts.tests.jpa.common.schema30.ShelfLife_com.sun.ts.tests.jpa.common.schema30.SoftwareProductcom.sun.ts.tests.jpa.common.schema30.SoftwareProduct_com.sun.ts.tests.jpa.common.schema30.Spousecom.sun.ts.tests.jpa.common.schema30.Spouse_com.sun.ts.tests.jpa.common.schema30.Trimcom.sun.ts.tests.jpa.common.schema30.Trim_com.sun.ts.tests.jpa.core.criteriaapi.CriteriaQuery.A [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_criteriaapi_CriteriaQuery [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_CriteriaQuery [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_CriteriaQuery [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_CriteriaQuery [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_CriteriaQuery [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_CriteriaQuery [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/jpa_core_criteriaapi_CriteriaQuery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src TestImport.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_criteriapia_CriteriaUpdate [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.common.schema30.Addresscom.sun.ts.tests.jpa.common.schema30.Address_com.sun.ts.tests.jpa.common.schema30.Aliascom.sun.ts.tests.jpa.common.schema30.Alias_com.sun.ts.tests.jpa.common.schema30.Countrycom.sun.ts.tests.jpa.common.schema30.Country_com.sun.ts.tests.jpa.common.schema30.CreditCardcom.sun.ts.tests.jpa.common.schema30.CreditCard_com.sun.ts.tests.jpa.common.schema30.Customercom.sun.ts.tests.jpa.common.schema30.Customer_com.sun.ts.tests.jpa.common.schema30.Departmentcom.sun.ts.tests.jpa.common.schema30.Department_com.sun.ts.tests.jpa.common.schema30.Employeecom.sun.ts.tests.jpa.common.schema30.Employee_com.sun.ts.tests.jpa.common.schema30.HardwareProductcom.sun.ts.tests.jpa.common.schema30.HardwareProduct_com.sun.ts.tests.jpa.common.schema30.Infocom.sun.ts.tests.jpa.common.schema30.Info_com.sun.ts.tests.jpa.common.schema30.LineItemcom.sun.ts.tests.jpa.common.schema30.LineItemExceptioncom.sun.ts.tests.jpa.common.schema30.LineItem_com.sun.ts.tests.jpa.common.schema30.Ordercom.sun.ts.tests.jpa.common.schema30.Order_com.sun.ts.tests.jpa.common.schema30.Phonecom.sun.ts.tests.jpa.common.schema30.Phone_com.sun.ts.tests.jpa.common.schema30.Productcom.sun.ts.tests.jpa.common.schema30.Product_com.sun.ts.tests.jpa.common.schema30.ShelfLifecom.sun.ts.tests.jpa.common.schema30.ShelfLife_com.sun.ts.tests.jpa.common.schema30.SoftwareProductcom.sun.ts.tests.jpa.common.schema30.SoftwareProduct_com.sun.ts.tests.jpa.common.schema30.Spousecom.sun.ts.tests.jpa.common.schema30.Spouse_com.sun.ts.tests.jpa.common.schema30.Trimcom.sun.ts.tests.jpa.common.schema30.Trim_ [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_criteriapia_CriteriaUpdate [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriapia_CriteriaUpdate [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriapia_CriteriaUpdate [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriapia_CriteriaUpdate [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriapia_CriteriaUpdate [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriapia_CriteriaUpdate [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/jpa_core_criteriapia_CriteriaUpdate_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/criteriaapi/From [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src TestImport.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/criteriaapi/From [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_criteriaapi_From [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.common.schema30.Addresscom.sun.ts.tests.jpa.common.schema30.Address_com.sun.ts.tests.jpa.common.schema30.Aliascom.sun.ts.tests.jpa.common.schema30.Alias_com.sun.ts.tests.jpa.common.schema30.Countrycom.sun.ts.tests.jpa.common.schema30.Country_com.sun.ts.tests.jpa.common.schema30.CreditCardcom.sun.ts.tests.jpa.common.schema30.CreditCard_com.sun.ts.tests.jpa.common.schema30.Customercom.sun.ts.tests.jpa.common.schema30.Customer_com.sun.ts.tests.jpa.common.schema30.Departmentcom.sun.ts.tests.jpa.common.schema30.Department_com.sun.ts.tests.jpa.common.schema30.Employeecom.sun.ts.tests.jpa.common.schema30.Employee_com.sun.ts.tests.jpa.common.schema30.HardwareProductcom.sun.ts.tests.jpa.common.schema30.HardwareProduct_com.sun.ts.tests.jpa.common.schema30.Infocom.sun.ts.tests.jpa.common.schema30.Info_com.sun.ts.tests.jpa.common.schema30.LineItemcom.sun.ts.tests.jpa.common.schema30.LineItemExceptioncom.sun.ts.tests.jpa.common.schema30.LineItem_com.sun.ts.tests.jpa.common.schema30.Ordercom.sun.ts.tests.jpa.common.schema30.Order_com.sun.ts.tests.jpa.common.schema30.Phonecom.sun.ts.tests.jpa.common.schema30.Phone_com.sun.ts.tests.jpa.common.schema30.Productcom.sun.ts.tests.jpa.common.schema30.Product_com.sun.ts.tests.jpa.common.schema30.ShelfLifecom.sun.ts.tests.jpa.common.schema30.ShelfLife_com.sun.ts.tests.jpa.common.schema30.SoftwareProductcom.sun.ts.tests.jpa.common.schema30.SoftwareProduct_com.sun.ts.tests.jpa.common.schema30.Spousecom.sun.ts.tests.jpa.common.schema30.Spouse_com.sun.ts.tests.jpa.common.schema30.Trimcom.sun.ts.tests.jpa.common.schema30.Trim_ [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_criteriaapi_From [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_From [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_From [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_From [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_From [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_From [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From/jpa_core_criteriaapi_From_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/From [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/criteriaapi/Join [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src TestImport.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/criteriaapi/Join [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_criteriaapi_Join [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.common.schema30.Addresscom.sun.ts.tests.jpa.common.schema30.Address_com.sun.ts.tests.jpa.common.schema30.Aliascom.sun.ts.tests.jpa.common.schema30.Alias_com.sun.ts.tests.jpa.common.schema30.Countrycom.sun.ts.tests.jpa.common.schema30.Country_com.sun.ts.tests.jpa.common.schema30.CreditCardcom.sun.ts.tests.jpa.common.schema30.CreditCard_com.sun.ts.tests.jpa.common.schema30.Customercom.sun.ts.tests.jpa.common.schema30.Customer_com.sun.ts.tests.jpa.common.schema30.Departmentcom.sun.ts.tests.jpa.common.schema30.Department_com.sun.ts.tests.jpa.common.schema30.Employeecom.sun.ts.tests.jpa.common.schema30.Employee_com.sun.ts.tests.jpa.common.schema30.HardwareProductcom.sun.ts.tests.jpa.common.schema30.HardwareProduct_com.sun.ts.tests.jpa.common.schema30.Infocom.sun.ts.tests.jpa.common.schema30.Info_com.sun.ts.tests.jpa.common.schema30.LineItemcom.sun.ts.tests.jpa.common.schema30.LineItemExceptioncom.sun.ts.tests.jpa.common.schema30.LineItem_com.sun.ts.tests.jpa.common.schema30.Ordercom.sun.ts.tests.jpa.common.schema30.Order_com.sun.ts.tests.jpa.common.schema30.Phonecom.sun.ts.tests.jpa.common.schema30.Phone_com.sun.ts.tests.jpa.common.schema30.Productcom.sun.ts.tests.jpa.common.schema30.Product_com.sun.ts.tests.jpa.common.schema30.ShelfLifecom.sun.ts.tests.jpa.common.schema30.ShelfLife_com.sun.ts.tests.jpa.common.schema30.SoftwareProductcom.sun.ts.tests.jpa.common.schema30.SoftwareProduct_com.sun.ts.tests.jpa.common.schema30.Spousecom.sun.ts.tests.jpa.common.schema30.Spouse_com.sun.ts.tests.jpa.common.schema30.Trimcom.sun.ts.tests.jpa.common.schema30.Trim_ [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_criteriaapi_Join [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_Join [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_Join [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_Join [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_Join [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_Join [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join/jpa_core_criteriaapi_Join_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Join [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/criteriaapi/Root [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src TestImport.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/criteriaapi/Root [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_criteriaapi_Root [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.common.schema30.Addresscom.sun.ts.tests.jpa.common.schema30.Address_com.sun.ts.tests.jpa.common.schema30.Aliascom.sun.ts.tests.jpa.common.schema30.Alias_com.sun.ts.tests.jpa.common.schema30.Countrycom.sun.ts.tests.jpa.common.schema30.Country_com.sun.ts.tests.jpa.common.schema30.CreditCardcom.sun.ts.tests.jpa.common.schema30.CreditCard_com.sun.ts.tests.jpa.common.schema30.Customercom.sun.ts.tests.jpa.common.schema30.Customer_com.sun.ts.tests.jpa.common.schema30.Departmentcom.sun.ts.tests.jpa.common.schema30.Department_com.sun.ts.tests.jpa.common.schema30.Employeecom.sun.ts.tests.jpa.common.schema30.Employee_com.sun.ts.tests.jpa.common.schema30.HardwareProductcom.sun.ts.tests.jpa.common.schema30.HardwareProduct_com.sun.ts.tests.jpa.common.schema30.Infocom.sun.ts.tests.jpa.common.schema30.Info_com.sun.ts.tests.jpa.common.schema30.LineItemcom.sun.ts.tests.jpa.common.schema30.LineItemExceptioncom.sun.ts.tests.jpa.common.schema30.LineItem_com.sun.ts.tests.jpa.common.schema30.Ordercom.sun.ts.tests.jpa.common.schema30.Order_com.sun.ts.tests.jpa.common.schema30.Phonecom.sun.ts.tests.jpa.common.schema30.Phone_com.sun.ts.tests.jpa.common.schema30.Productcom.sun.ts.tests.jpa.common.schema30.Product_com.sun.ts.tests.jpa.common.schema30.ShelfLifecom.sun.ts.tests.jpa.common.schema30.ShelfLife_com.sun.ts.tests.jpa.common.schema30.SoftwareProductcom.sun.ts.tests.jpa.common.schema30.SoftwareProduct_com.sun.ts.tests.jpa.common.schema30.Spousecom.sun.ts.tests.jpa.common.schema30.Spouse_com.sun.ts.tests.jpa.common.schema30.Trimcom.sun.ts.tests.jpa.common.schema30.Trim_ [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_criteriaapi_Root [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_Root [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_Root [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_Root [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_Root [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_Root [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root/jpa_core_criteriaapi_Root_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/Root [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/criteriaapi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src TestImport.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_criteriaapi_metamodelquery [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.common.schema30.Addresscom.sun.ts.tests.jpa.common.schema30.Address_com.sun.ts.tests.jpa.common.schema30.Aliascom.sun.ts.tests.jpa.common.schema30.Alias_com.sun.ts.tests.jpa.common.schema30.Countrycom.sun.ts.tests.jpa.common.schema30.Country_com.sun.ts.tests.jpa.common.schema30.CreditCardcom.sun.ts.tests.jpa.common.schema30.CreditCard_com.sun.ts.tests.jpa.common.schema30.Customercom.sun.ts.tests.jpa.common.schema30.Customer_com.sun.ts.tests.jpa.common.schema30.Departmentcom.sun.ts.tests.jpa.common.schema30.Department_com.sun.ts.tests.jpa.common.schema30.Employeecom.sun.ts.tests.jpa.common.schema30.Employee_com.sun.ts.tests.jpa.common.schema30.HardwareProductcom.sun.ts.tests.jpa.common.schema30.HardwareProduct_com.sun.ts.tests.jpa.common.schema30.Infocom.sun.ts.tests.jpa.common.schema30.Info_com.sun.ts.tests.jpa.common.schema30.LineItemcom.sun.ts.tests.jpa.common.schema30.LineItemExceptioncom.sun.ts.tests.jpa.common.schema30.LineItem_com.sun.ts.tests.jpa.common.schema30.Ordercom.sun.ts.tests.jpa.common.schema30.Order_com.sun.ts.tests.jpa.common.schema30.Phonecom.sun.ts.tests.jpa.common.schema30.Phone_com.sun.ts.tests.jpa.common.schema30.Productcom.sun.ts.tests.jpa.common.schema30.Product_com.sun.ts.tests.jpa.common.schema30.ShelfLifecom.sun.ts.tests.jpa.common.schema30.ShelfLife_com.sun.ts.tests.jpa.common.schema30.SoftwareProductcom.sun.ts.tests.jpa.common.schema30.SoftwareProduct_com.sun.ts.tests.jpa.common.schema30.Spousecom.sun.ts.tests.jpa.common.schema30.Spouse_com.sun.ts.tests.jpa.common.schema30.Trimcom.sun.ts.tests.jpa.common.schema30.Trim_ [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_criteriaapi_metamodelquery [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_metamodelquery [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_metamodelquery [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_metamodelquery [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_metamodelquery [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_metamodelquery [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/jpa_core_criteriaapi_metamodelquery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/criteriaapi/misc [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src TestImport.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/criteriaapi/misc [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_criteriaapi_misc [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.common.schema30.Addresscom.sun.ts.tests.jpa.common.schema30.Address_com.sun.ts.tests.jpa.common.schema30.Aliascom.sun.ts.tests.jpa.common.schema30.Alias_com.sun.ts.tests.jpa.common.schema30.Countrycom.sun.ts.tests.jpa.common.schema30.Country_com.sun.ts.tests.jpa.common.schema30.CreditCardcom.sun.ts.tests.jpa.common.schema30.CreditCard_com.sun.ts.tests.jpa.common.schema30.Customercom.sun.ts.tests.jpa.common.schema30.Customer_com.sun.ts.tests.jpa.common.schema30.Departmentcom.sun.ts.tests.jpa.common.schema30.Department_com.sun.ts.tests.jpa.common.schema30.Employeecom.sun.ts.tests.jpa.common.schema30.Employee_com.sun.ts.tests.jpa.common.schema30.HardwareProductcom.sun.ts.tests.jpa.common.schema30.HardwareProduct_com.sun.ts.tests.jpa.common.schema30.Infocom.sun.ts.tests.jpa.common.schema30.Info_com.sun.ts.tests.jpa.common.schema30.LineItemcom.sun.ts.tests.jpa.common.schema30.LineItemExceptioncom.sun.ts.tests.jpa.common.schema30.LineItem_com.sun.ts.tests.jpa.common.schema30.Ordercom.sun.ts.tests.jpa.common.schema30.Order_com.sun.ts.tests.jpa.common.schema30.Phonecom.sun.ts.tests.jpa.common.schema30.Phone_com.sun.ts.tests.jpa.common.schema30.Productcom.sun.ts.tests.jpa.common.schema30.Product_com.sun.ts.tests.jpa.common.schema30.ShelfLifecom.sun.ts.tests.jpa.common.schema30.ShelfLife_com.sun.ts.tests.jpa.common.schema30.SoftwareProductcom.sun.ts.tests.jpa.common.schema30.SoftwareProduct_com.sun.ts.tests.jpa.common.schema30.Spousecom.sun.ts.tests.jpa.common.schema30.Spouse_com.sun.ts.tests.jpa.common.schema30.Trimcom.sun.ts.tests.jpa.common.schema30.Trim_ [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_criteriaapi_misc [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_misc [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_misc [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_misc [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_misc [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_misc [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc/jpa_core_criteriaapi_misc_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/misc [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/criteriaapi/parameter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/criteriaapi/parameter [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_criteriaapi_parameter [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.criteriaapi.parameter.Employee [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_criteriaapi_parameter [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_parameter [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_parameter [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_parameter [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_parameter [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_parameter [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter/jpa_core_criteriaapi_parameter_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/parameter [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/criteriaapi/strquery [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src TestImport.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/criteriaapi/strquery [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_criteriaapi_strquery [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.common.schema30.Addresscom.sun.ts.tests.jpa.common.schema30.Address_com.sun.ts.tests.jpa.common.schema30.Aliascom.sun.ts.tests.jpa.common.schema30.Alias_com.sun.ts.tests.jpa.common.schema30.Countrycom.sun.ts.tests.jpa.common.schema30.Country_com.sun.ts.tests.jpa.common.schema30.CreditCardcom.sun.ts.tests.jpa.common.schema30.CreditCard_com.sun.ts.tests.jpa.common.schema30.Customercom.sun.ts.tests.jpa.common.schema30.Customer_com.sun.ts.tests.jpa.common.schema30.Departmentcom.sun.ts.tests.jpa.common.schema30.Department_com.sun.ts.tests.jpa.common.schema30.Employeecom.sun.ts.tests.jpa.common.schema30.Employee_com.sun.ts.tests.jpa.common.schema30.HardwareProductcom.sun.ts.tests.jpa.common.schema30.HardwareProduct_com.sun.ts.tests.jpa.common.schema30.Infocom.sun.ts.tests.jpa.common.schema30.Info_com.sun.ts.tests.jpa.common.schema30.LineItemcom.sun.ts.tests.jpa.common.schema30.LineItemExceptioncom.sun.ts.tests.jpa.common.schema30.LineItem_com.sun.ts.tests.jpa.common.schema30.Ordercom.sun.ts.tests.jpa.common.schema30.Order_com.sun.ts.tests.jpa.common.schema30.Phonecom.sun.ts.tests.jpa.common.schema30.Phone_com.sun.ts.tests.jpa.common.schema30.Productcom.sun.ts.tests.jpa.common.schema30.Product_com.sun.ts.tests.jpa.common.schema30.ShelfLifecom.sun.ts.tests.jpa.common.schema30.ShelfLife_com.sun.ts.tests.jpa.common.schema30.SoftwareProductcom.sun.ts.tests.jpa.common.schema30.SoftwareProduct_com.sun.ts.tests.jpa.common.schema30.Spousecom.sun.ts.tests.jpa.common.schema30.Spouse_com.sun.ts.tests.jpa.common.schema30.Trimcom.sun.ts.tests.jpa.common.schema30.Trim_ [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_criteriaapi_strquery [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_strquery [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_strquery [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_strquery [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_strquery [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_criteriaapi_strquery [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery/jpa_core_criteriaapi_strquery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/criteriaapi/strquery [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/derivedid [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/derivedid/ex1a [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/derivedid/ex1a [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_deriverdid_ex1a [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.derivedid.ex1a.DID1Dependentcom.sun.ts.tests.jpa.core.derivedid.ex1a.DID1DependentIdcom.sun.ts.tests.jpa.core.derivedid.ex1a.DID1Employee [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_deriverdid_ex1a [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex1a [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex1a [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex1a [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex1a [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex1a [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a/jpa_core_deriverdid_ex1a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1a [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/derivedid/ex1b [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/derivedid/ex1b [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_deriverdid_ex1b [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.derivedid.ex1b.DID1bDependentcom.sun.ts.tests.jpa.core.derivedid.ex1b.DID1bDependentIdcom.sun.ts.tests.jpa.core.derivedid.ex1b.DID1bEmployee [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_deriverdid_ex1b [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex1b [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex1b [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex1b [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex1b [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex1b [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b/jpa_core_deriverdid_ex1b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex1b [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/derivedid/ex2a [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/derivedid/ex2a [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_deriverdid_ex2a [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.derivedid.ex2a.DID2Dependentcom.sun.ts.tests.jpa.core.derivedid.ex2a.DID2DependentIdcom.sun.ts.tests.jpa.core.derivedid.ex2a.DID2Employeecom.sun.ts.tests.jpa.core.derivedid.ex2a.DID2EmployeeId [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_deriverdid_ex2a [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex2a [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex2a [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex2a [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex2a [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex2a [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a/jpa_core_deriverdid_ex2a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2a [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/derivedid/ex2b [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/derivedid/ex2b [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_deriverdid_ex2b [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.derivedid.ex2b.DID2bDependentcom.sun.ts.tests.jpa.core.derivedid.ex2b.DID2bDependentIdcom.sun.ts.tests.jpa.core.derivedid.ex2b.DID2bEmployeecom.sun.ts.tests.jpa.core.derivedid.ex2b.DID2bEmployeeId [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_deriverdid_ex2b [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex2b [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex2b [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex2b [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex2b [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex2b [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b/jpa_core_deriverdid_ex2b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex2b [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/derivedid/ex3a [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/derivedid/ex3a [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_deriverdid_ex3a [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.derivedid.ex3a.DID3Dependentcom.sun.ts.tests.jpa.core.derivedid.ex3a.DID3DependentIdcom.sun.ts.tests.jpa.core.derivedid.ex3a.DID3Employeecom.sun.ts.tests.jpa.core.derivedid.ex3a.DID3EmployeeId [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_deriverdid_ex3a [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex3a [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex3a [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex3a [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex3a [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex3a [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a/jpa_core_deriverdid_ex3a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3a [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/derivedid/ex3b [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/derivedid/ex3b [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_deriverdid_ex3b [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.derivedid.ex3b.DID3bDependentcom.sun.ts.tests.jpa.core.derivedid.ex3b.DID3bDependentIdcom.sun.ts.tests.jpa.core.derivedid.ex3b.DID3bEmployeecom.sun.ts.tests.jpa.core.derivedid.ex3b.DID3bEmployeeId [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_deriverdid_ex3b [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex3b [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex3b [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex3b [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex3b [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex3b [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b/jpa_core_deriverdid_ex3b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex3b [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/derivedid/ex4a [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/derivedid/ex4a [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_deriverdid_ex4a [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.derivedid.ex4a.DID4MedicalHistorycom.sun.ts.tests.jpa.core.derivedid.ex4a.DID4Person [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_deriverdid_ex4a [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex4a [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex4a [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex4a [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex4a [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex4a [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a/jpa_core_deriverdid_ex4a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4a [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/derivedid/ex4b [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/derivedid/ex4b [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_deriverdid_ex4b [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.derivedid.ex4b.DID4bMedicalHistorycom.sun.ts.tests.jpa.core.derivedid.ex4b.DID4bPerson [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_deriverdid_ex4b [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex4b [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex4b [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex4b [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex4b [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex4b [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b/jpa_core_deriverdid_ex4b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex4b [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/derivedid/ex5a [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/derivedid/ex5a [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_deriverdid_ex5a [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.derivedid.ex5a.DID5MedicalHistorycom.sun.ts.tests.jpa.core.derivedid.ex5a.DID5Personcom.sun.ts.tests.jpa.core.derivedid.ex5a.DID5PersonId [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_deriverdid_ex5a [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex5a [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex5a [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex5a [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex5a [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex5a [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a/jpa_core_deriverdid_ex5a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5a [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/derivedid/ex5b [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/derivedid/ex5b [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_deriverdid_ex5b [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.derivedid.ex5b.DID5bMedicalHistorycom.sun.ts.tests.jpa.core.derivedid.ex5b.DID5bPersoncom.sun.ts.tests.jpa.core.derivedid.ex5b.DID5bPersonId [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_deriverdid_ex5b [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex5b [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex5b [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex5b [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex5b [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex5b [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b/jpa_core_deriverdid_ex5b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex5b [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/derivedid/ex6a [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/derivedid/ex6a [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_deriverdid_ex6a [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.derivedid.ex6a.DID6MedicalHistorycom.sun.ts.tests.jpa.core.derivedid.ex6a.DID6Personcom.sun.ts.tests.jpa.core.derivedid.ex6a.DID6PersonId [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_deriverdid_ex6a [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex6a [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex6a [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex6a [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex6a [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex6a [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a/jpa_core_deriverdid_ex6a_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6a [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/derivedid/ex6b [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/derivedid/ex6b [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_deriverdid_ex6b [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.derivedid.ex6b.DID6bMedicalHistorycom.sun.ts.tests.jpa.core.derivedid.ex6b.DID6bPersoncom.sun.ts.tests.jpa.core.derivedid.ex6b.DID6bPersonId [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_deriverdid_ex6b [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex6b [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex6b [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex6b [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex6b [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_deriverdid_ex6b [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b/jpa_core_deriverdid_ex6b_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/derivedid/ex6b [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entityManager [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/entityManager/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entityManager [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_entityManager [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entityManager.Employeecom.sun.ts.tests.jpa.core.entityManager.Order [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_entityManager [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityManager [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityManager [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityManager [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityManager [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityManager [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager/jpa_core_entityManager_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entityManager2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entityManager2 [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_entityManager2 [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entityManager2.DoesNotExistcom.sun.ts.tests.jpa.core.entityManager2.Employeecom.sun.ts.tests.jpa.core.entityManager2.Order [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager2/jpa_core_entityManager2.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: appmanagedNoTx pmservlet puservlet stateless3 [echo] vehicleoverride: [echo] name: jpa_core_entityManager2 [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager2/jpa_core_entityManager2_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager2/jpa_core_entityManager2_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager2/jpa_core_entityManager2_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager2/jpa_core_entityManager2_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager2 [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityManager2 [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager2/jpa_core_entityManager2_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager2/jpa_core_entityManager2_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityManager2 [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager2/jpa_core_entityManager2_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager2/jpa_core_entityManager2_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityManager2 [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager2/jpa_core_entityManager2_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager2/jpa_core_entityManager2_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager2/jpa_core_entityManager2_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager2/jpa_core_entityManager2_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManager2 [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entityManagerFactory [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entityManagerFactory [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_entityManagerFactory [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entityManagerFactory.Membercom.sun.ts.tests.jpa.core.entityManagerFactory.Member_com.sun.ts.tests.jpa.core.entityManagerFactory.Ordercom.sun.ts.tests.jpa.core.entityManagerFactory.Order_ [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_entityManagerFactory [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityManagerFactory [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityManagerFactory [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityManagerFactory [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityManagerFactory [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityManagerFactory [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory/jpa_core_entityManagerFactory_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactory [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException.jar [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_entityManagerFactoryCloseException [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityManagerFactoryCloseException [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityManagerFactoryCloseException [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityManagerFactoryCloseException [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityManagerFactoryCloseException [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityManagerFactoryCloseException [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/jpa_core_entityManagerFactoryCloseException_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entityTransaction [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entityTransaction [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_entityTransaction [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments: [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityTransaction [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityTransaction/jpa_core_entityTransaction.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: appmanagedNoTx pmservlet puservlet stateless3 [echo] vehicleoverride: [echo] name: jpa_core_entityTransaction [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityTransaction/jpa_core_entityTransaction_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityTransaction/jpa_core_entityTransaction_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityTransaction/jpa_core_entityTransaction_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityTransaction/jpa_core_entityTransaction_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityTransaction [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityTransaction [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityTransaction/jpa_core_entityTransaction_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityTransaction/jpa_core_entityTransaction_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityTransaction [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityTransaction/jpa_core_entityTransaction_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityTransaction/jpa_core_entityTransaction_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_entityTransaction [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityTransaction/jpa_core_entityTransaction_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityTransaction/jpa_core_entityTransaction_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityTransaction/jpa_core_entityTransaction_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityTransaction/jpa_core_entityTransaction_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entityTransaction [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/apitests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/apitests [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_entitytest_apitests [delete] Deleting: /tmp/modified.persistence.xml [echo] Entry: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/entitytest/apitests/orm.xml WAS NOT PROCESSED [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /tmp/modified.persistence.xml with mapping entries [echo] mappingfile fragments=myMappingFile.xml [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [echo] About to modify: /tmp/modified.persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.apitests.Barcom.sun.ts.tests.jpa.core.entitytest.apitests.Coffeecom.sun.ts.tests.jpa.core.entitytest.apitests.CoffeeMappedSCcom.sun.ts.tests.jpa.core.entitytest.apitests.Foo [echo] infile:/tmp/modified.persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_entitytest_apitests [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests [echo] about to sweep vehicle runtime [echo] name: jpa_core_entitytest_apitests [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests [echo] about to sweep vehicle runtime [echo] name: jpa_core_entitytest_apitests [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_entitytest_apitests [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests [echo] about to sweep vehicle runtime [echo] name: jpa_core_entitytest_apitests [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_entitytest_apitests [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests/jpa_core_entitytest_apitests_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/apitests [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/bigdecimal [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/bigdecimal [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_entitytest_bigdecimal [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.bigdecimal.A [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_entitytest_bigdecimal [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal [echo] about to sweep vehicle runtime [echo] name: jpa_core_entitytest_bigdecimal [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal [echo] about to sweep vehicle runtime [echo] name: jpa_core_entitytest_bigdecimal [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_entitytest_bigdecimal [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal [echo] about to sweep vehicle runtime [echo] name: jpa_core_entitytest_bigdecimal [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_entitytest_bigdecimal [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal/jpa_core_entitytest_bigdecimal_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/bigdecimal [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/biginteger [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/biginteger [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_entitytest_biginteger [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.biginteger.A [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_entitytest_biginteger [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger [echo] about to sweep vehicle runtime [echo] name: jpa_core_entitytest_biginteger [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger [echo] about to sweep vehicle runtime [echo] name: jpa_core_entitytest_biginteger [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_entitytest_biginteger [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger [echo] about to sweep vehicle runtime [echo] name: jpa_core_entitytest_biginteger [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_entitytest_biginteger [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger/jpa_core_entitytest_biginteger_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/biginteger [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/cascadeall [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_et_cascadeall_manyXmany [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.cascadeall.manyXmany.Acom.sun.ts.tests.jpa.core.entitytest.cascadeall.manyXmany.B [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_et_cascadeall_manyXmany [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_manyXmany [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_manyXmany [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_manyXmany [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_manyXmany [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_manyXmany [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany/jpa_core_et_cascadeall_manyXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXmany [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_et_cascadeall_manyXone [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.cascadeall.manyXone.Acom.sun.ts.tests.jpa.core.entitytest.cascadeall.manyXone.B [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_et_cascadeall_manyXone [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_manyXone [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_manyXone [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_manyXone [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_manyXone [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_manyXone [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone/jpa_core_et_cascadeall_manyXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/manyXone [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_et_cascadeall_oneXmany [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.cascadeall.oneXmany.Acom.sun.ts.tests.jpa.core.entitytest.cascadeall.oneXmany.B [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_et_cascadeall_oneXmany [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_oneXmany [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_oneXmany [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_oneXmany [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_oneXmany [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_oneXmany [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany/jpa_core_et_cascadeall_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXmany [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_et_cascadeall_oneXone [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.cascadeall.oneXone.Acom.sun.ts.tests.jpa.core.entitytest.cascadeall.oneXone.B [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_et_cascadeall_oneXone [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_oneXone [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_oneXone [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_oneXone [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_oneXone [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_cascadeall_oneXone [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/jpa_core_et_cascadeall_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/detach/basic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/detach/basic [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_et_detach_basic [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.detach.basic.A [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/basic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/basic/jpa_core_et_detach_basic.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 pmservlet [echo] vehicleoverride: [echo] name: jpa_core_et_detach_basic [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/basic/jpa_core_et_detach_basic_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/basic/jpa_core_et_detach_basic_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/basic/jpa_core_et_detach_basic_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/basic/jpa_core_et_detach_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/basic [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_detach_basic [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/basic/jpa_core_et_detach_basic_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/basic/jpa_core_et_detach_basic_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/detach [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/detach/manyXmany [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/entitytest/detach/manyXmany/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/detach/manyXmany [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_et_detach_manyXmany [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.detach.manyXmany.Acom.sun.ts.tests.jpa.core.entitytest.detach.manyXmany.B [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/manyXmany [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/manyXmany/jpa_core_et_detach_manyXmany.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 pmservlet [echo] vehicleoverride: [echo] name: jpa_core_et_detach_manyXmany [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/manyXmany/jpa_core_et_detach_manyXmany_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/manyXmany/jpa_core_et_detach_manyXmany_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/manyXmany/jpa_core_et_detach_manyXmany_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/manyXmany/jpa_core_et_detach_manyXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/manyXmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_detach_manyXmany [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/manyXmany/jpa_core_et_detach_manyXmany_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/manyXmany/jpa_core_et_detach_manyXmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/detach/manyXone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/detach/manyXone [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_et_detach_manyXone [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.detach.manyXone.Acom.sun.ts.tests.jpa.core.entitytest.detach.manyXone.B [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/manyXone [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/manyXone/jpa_core_et_detach_manyXone.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 pmservlet [echo] vehicleoverride: [echo] name: jpa_core_et_detach_manyXone [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/manyXone/jpa_core_et_detach_manyXone_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/manyXone/jpa_core_et_detach_manyXone_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/manyXone/jpa_core_et_detach_manyXone_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/manyXone/jpa_core_et_detach_manyXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/manyXone [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_detach_manyXone [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/manyXone/jpa_core_et_detach_manyXone_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/manyXone/jpa_core_et_detach_manyXone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/detach/oneXmany [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/detach/oneXmany [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_et_detach_oneXmany [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.detach.oneXmany.Acom.sun.ts.tests.jpa.core.entitytest.detach.oneXmany.B [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/oneXmany [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/oneXmany/jpa_core_et_detach_oneXmany.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 pmservlet [echo] vehicleoverride: [echo] name: jpa_core_et_detach_oneXmany [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/oneXmany/jpa_core_et_detach_oneXmany_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/oneXmany/jpa_core_et_detach_oneXmany_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/oneXmany/jpa_core_et_detach_oneXmany_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/oneXmany/jpa_core_et_detach_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/oneXmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_detach_oneXmany [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/oneXmany/jpa_core_et_detach_oneXmany_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/oneXmany/jpa_core_et_detach_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/detach/oneXone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/detach/oneXone [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_et_detach_oneXone [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.detach.oneXone.Acom.sun.ts.tests.jpa.core.entitytest.detach.oneXone.B [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/oneXone [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/oneXone/jpa_core_et_detach_oneXone.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 pmservlet [echo] vehicleoverride: [echo] name: jpa_core_et_detach_oneXone [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/oneXone/jpa_core_et_detach_oneXone_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/oneXone/jpa_core_et_detach_oneXone_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/oneXone/jpa_core_et_detach_oneXone_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/oneXone/jpa_core_et_detach_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/oneXone [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_detach_oneXone [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/oneXone/jpa_core_et_detach_oneXone_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/detach/oneXone/jpa_core_et_detach_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/persist/basic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/persist/basic [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_et_persist_basic [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.persist.basic.A [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_et_persist_basic [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_basic [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_basic [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_basic [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_basic [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_basic [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic/jpa_core_et_persist_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/basic [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/persist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_et_persist_manyXmany [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.persist.manyXmany.Acom.sun.ts.tests.jpa.core.entitytest.persist.manyXmany.B [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_et_persist_manyXmany [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_manyXmany [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_manyXmany [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_manyXmany [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_manyXmany [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_manyXmany [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/jpa_core_et_persist_manyXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/persist/manyXone [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_et_persist_manyXone [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.persist.manyXone.Acom.sun.ts.tests.jpa.core.entitytest.persist.manyXone.B [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_et_persist_manyXone [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_manyXone [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_manyXone [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_manyXone [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_manyXone [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_manyXone [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone/jpa_core_et_persist_manyXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/manyXone [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_et_persist_oneXmany [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.persist.oneXmany.Acom.sun.ts.tests.jpa.core.entitytest.persist.oneXmany.B [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_et_persist_oneXmany [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_oneXmany [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_oneXmany [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_oneXmany [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_oneXmany [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_oneXmany [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany/jpa_core_et_persist_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmany [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_et_persist_oneXmanyFetchEager [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.persist.oneXmanyFetchEager.Acom.sun.ts.tests.jpa.core.entitytest.persist.oneXmanyFetchEager.B [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_et_persist_oneXmanyFetchEager [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_oneXmanyFetchEager [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_oneXmanyFetchEager [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_oneXmanyFetchEager [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_oneXmanyFetchEager [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_oneXmanyFetchEager [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager/jpa_core_et_persist_oneXmanyFetchEager_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXmanyFetchEager [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/persist/oneXone [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_et_persist_oneXone [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.persist.oneXone.Acom.sun.ts.tests.jpa.core.entitytest.persist.oneXone.B [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_et_persist_oneXone [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_oneXone [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_oneXone [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_oneXone [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_oneXone [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_persist_oneXone [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone/jpa_core_et_persist_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/persist/oneXone [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/remove/basic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/remove/basic [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_et_remove_basic [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.remove.basic.A [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_et_remove_basic [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_remove_basic [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_remove_basic [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_remove_basic [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_remove_basic [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_remove_basic [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic/jpa_core_et_remove_basic_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/basic [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/remove [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_et_remove_oneXmany [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.remove.oneXmany.Acom.sun.ts.tests.jpa.core.entitytest.remove.oneXmany.B [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_et_remove_oneXmany [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_remove_oneXmany [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_remove_oneXmany [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_remove_oneXmany [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_remove_oneXmany [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_remove_oneXmany [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany/jpa_core_et_remove_oneXmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXmany [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/entitytest/remove/oneXone [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_et_remove_oneXone [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.entitytest.remove.oneXone.Acom.sun.ts.tests.jpa.core.entitytest.remove.oneXone.B [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_et_remove_oneXone [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_remove_oneXone [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_remove_oneXone [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_remove_oneXone [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_remove_oneXone [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_et_remove_oneXone [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone/jpa_core_et_remove_oneXone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/entitytest/remove/oneXone [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/enums [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/enums [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_enums [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.enums.Order [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_enums [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums [echo] about to sweep vehicle runtime [echo] name: jpa_core_enums [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums [echo] about to sweep vehicle runtime [echo] name: jpa_core_enums [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_enums [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums [echo] about to sweep vehicle runtime [echo] name: jpa_core_enums [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_enums [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums/jpa_core_enums_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/enums [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/exceptions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/exceptions [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_exceptions [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.exceptions.Coffee [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/exceptions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/exceptions/jpa_core_exceptions.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 pmservlet [echo] vehicleoverride: [echo] name: jpa_core_exceptions [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/exceptions/jpa_core_exceptions_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/exceptions/jpa_core_exceptions_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/exceptions/jpa_core_exceptions_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/exceptions/jpa_core_exceptions_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/exceptions [echo] about to sweep vehicle runtime [echo] name: jpa_core_exceptions [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/exceptions/jpa_core_exceptions_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/exceptions/jpa_core_exceptions_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/inheritance/abstractentity [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/inheritance/abstractentity [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_inheritance_abstractentity [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.inheritance.abstractentity.AbstractPersonnelcom.sun.ts.tests.jpa.core.inheritance.abstractentity.Departmentcom.sun.ts.tests.jpa.core.inheritance.abstractentity.Employeecom.sun.ts.tests.jpa.core.inheritance.abstractentity.FullTimeEmployeecom.sun.ts.tests.jpa.core.inheritance.abstractentity.PartTimeEmployeecom.sun.ts.tests.jpa.core.inheritance.abstractentity.Project [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_inheritance_abstractentity [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity [echo] about to sweep vehicle runtime [echo] name: jpa_core_inheritance_abstractentity [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity [echo] about to sweep vehicle runtime [echo] name: jpa_core_inheritance_abstractentity [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_inheritance_abstractentity [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity [echo] about to sweep vehicle runtime [echo] name: jpa_core_inheritance_abstractentity [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_inheritance_abstractentity [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity/jpa_core_inheritance_abstractentity_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/abstractentity [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/inheritance [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_inherit_msc_annotation [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.inheritance.mappedsc.annotation.AbstractPersonnelcom.sun.ts.tests.jpa.core.inheritance.mappedsc.annotation.Departmentcom.sun.ts.tests.jpa.core.inheritance.mappedsc.annotation.Employeecom.sun.ts.tests.jpa.core.inheritance.mappedsc.annotation.FullTimeEmployeecom.sun.ts.tests.jpa.core.inheritance.mappedsc.annotation.PartTimeEmployeecom.sun.ts.tests.jpa.core.inheritance.mappedsc.annotation.Project [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_inherit_msc_annotation [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation [echo] about to sweep vehicle runtime [echo] name: jpa_core_inherit_msc_annotation [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation [echo] about to sweep vehicle runtime [echo] name: jpa_core_inherit_msc_annotation [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_inherit_msc_annotation [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation [echo] about to sweep vehicle runtime [echo] name: jpa_core_inherit_msc_annotation [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_inherit_msc_annotation [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation/jpa_core_inherit_msc_annotation_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/annotation [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/inheritance/mappedsc [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_inherit_msc_descriptors [delete] Deleting: /tmp/modified.persistence.xml [echo] Entry: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/orm.xml WAS NOT PROCESSED [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.inheritance.mappedsc.descriptors.AbstractPersonnelcom.sun.ts.tests.jpa.core.inheritance.mappedsc.descriptors.Departmentcom.sun.ts.tests.jpa.core.inheritance.mappedsc.descriptors.Employeecom.sun.ts.tests.jpa.core.inheritance.mappedsc.descriptors.FullTimeEmployeecom.sun.ts.tests.jpa.core.inheritance.mappedsc.descriptors.PartTimeEmployeecom.sun.ts.tests.jpa.core.inheritance.mappedsc.descriptors.Project [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_inherit_msc_descriptors [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors [echo] about to sweep vehicle runtime [echo] name: jpa_core_inherit_msc_descriptors [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors [echo] about to sweep vehicle runtime [echo] name: jpa_core_inherit_msc_descriptors [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_inherit_msc_descriptors [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors [echo] about to sweep vehicle runtime [echo] name: jpa_core_inherit_msc_descriptors [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_inherit_msc_descriptors [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors/jpa_core_inherit_msc_descriptors_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/mappedsc/descriptors [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/inheritance/nonentity [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/inheritance/nonentity [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_inherit_nonentity [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.inheritance.nonentity.Departmentcom.sun.ts.tests.jpa.core.inheritance.nonentity.Employeecom.sun.ts.tests.jpa.core.inheritance.nonentity.FTEmployeecom.sun.ts.tests.jpa.core.inheritance.nonentity.FullTimeEmployeecom.sun.ts.tests.jpa.core.inheritance.nonentity.PartTimeEmployeecom.sun.ts.tests.jpa.core.inheritance.nonentity.Personnelcom.sun.ts.tests.jpa.core.inheritance.nonentity.Project [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_inherit_nonentity [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity [echo] about to sweep vehicle runtime [echo] name: jpa_core_inherit_nonentity [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity [echo] about to sweep vehicle runtime [echo] name: jpa_core_inherit_nonentity [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_inherit_nonentity [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity [echo] about to sweep vehicle runtime [echo] name: jpa_core_inherit_nonentity [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_inherit_nonentity [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity/jpa_core_inherit_nonentity_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/inheritance/nonentity [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/lock [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/lock/entitymanager [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/lock/entitymanager [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_lock_entitymanager [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.lock.entitymanager.Coffee [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/lock/entitymanager [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/lock/entitymanager/jpa_core_lock_entitymanager.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_lock_entitymanager [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/lock/entitymanager/jpa_core_lock_entitymanager_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/lock/entitymanager/jpa_core_lock_entitymanager_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_lock_entitymanager [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/lock/entitymanager/jpa_core_lock_entitymanager_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/lock/entitymanager/jpa_core_lock_entitymanager_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/lock/entitymanager/jpa_core_lock_entitymanager_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/lock/entitymanager/jpa_core_lock_entitymanager_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/lock/entitymanager [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/lock/query [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/lock/query/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/lock/query [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_lock_query [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.lock.query.Departmentcom.sun.ts.tests.jpa.core.lock.query.Employeecom.sun.ts.tests.jpa.core.lock.query.Insurance [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/lock/query [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/lock/query/jpa_core_lock_query.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_lock_query [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/lock/query/jpa_core_lock_query_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/lock/query/jpa_core_lock_query_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_lock_query [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/lock/query/jpa_core_lock_query_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/lock/query/jpa_core_lock_query_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/lock/query/jpa_core_lock_query_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/lock/query/jpa_core_lock_query_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/lock/query [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/metamodelapi/attribute [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Order.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/metamodelapi/attribute [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_metamodelapi_attribute [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.metamodelapi.attribute.Order [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_metamodelapi_attribute [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_attribute [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_attribute [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_attribute [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_attribute [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_attribute [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute/jpa_core_metamodelapi_attribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/attribute [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/metamodelapi/basictype [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/metamodelapi/basictype [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_metamodelapi_basictype [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.metamodelapi.basictype.Order [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_metamodelapi_basictype [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_basictype [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_basictype [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_basictype [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_basictype [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_basictype [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype/jpa_core_metamodelapi_basictype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/basictype [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/metamodelapi/bindable [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/metamodelapi/bindable/A.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/metamodelapi/bindable [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_metamodelapi_bindable [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.metamodelapi.bindable.Acom.sun.ts.tests.jpa.core.metamodelapi.bindable.Addresscom.sun.ts.tests.jpa.core.metamodelapi.bindable.ZipCode [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_metamodelapi_bindable [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_bindable [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_bindable [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_bindable [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_bindable [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_bindable [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable/jpa_core_metamodelapi_bindable_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/bindable [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/metamodelapi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_metamodelapi_collectionattribute [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.metamodelapi.collectionattribute.Uni1XMPersoncom.sun.ts.tests.jpa.core.metamodelapi.collectionattribute.Uni1XMProject [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_metamodelapi_collectionattribute [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_collectionattribute [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_collectionattribute [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_collectionattribute [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_collectionattribute [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_collectionattribute [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/jpa_core_metamodelapi_collectionattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_metamodelapi_embeddabletype [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.metamodelapi.embeddabletype.Acom.sun.ts.tests.jpa.core.metamodelapi.embeddabletype.Addresscom.sun.ts.tests.jpa.core.metamodelapi.embeddabletype.ZipCode [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_metamodelapi_embeddabletype [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_embeddabletype [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_embeddabletype [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_embeddabletype [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_embeddabletype [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_embeddabletype [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/jpa_core_metamodelapi_embeddabletype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/A.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/metamodelapi/entitytype [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_metamodelapi_entitytype [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.metamodelapi.entitytype.Acom.sun.ts.tests.jpa.core.metamodelapi.entitytype.Addresscom.sun.ts.tests.jpa.core.metamodelapi.entitytype.Bcom.sun.ts.tests.jpa.core.metamodelapi.entitytype.DID2Employeecom.sun.ts.tests.jpa.core.metamodelapi.entitytype.DID2EmployeeIdcom.sun.ts.tests.jpa.core.metamodelapi.entitytype.ZipCode [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_metamodelapi_entitytype [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_entitytype [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_entitytype [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_entitytype [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_entitytype [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_entitytype [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/jpa_core_metamodelapi_entitytype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/entitytype [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_metamodelapi_identifiabletype [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.metamodelapi.identifiabletype.Acom.sun.ts.tests.jpa.core.metamodelapi.identifiabletype.Addresscom.sun.ts.tests.jpa.core.metamodelapi.identifiabletype.Bcom.sun.ts.tests.jpa.core.metamodelapi.identifiabletype.DID2Employeecom.sun.ts.tests.jpa.core.metamodelapi.identifiabletype.DID2EmployeeIdcom.sun.ts.tests.jpa.core.metamodelapi.identifiabletype.ZipCode [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_metamodelapi_identifiabletype [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_identifiabletype [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_identifiabletype [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_identifiabletype [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_identifiabletype [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_identifiabletype [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/jpa_core_metamodelapi_identifiabletype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/metamodelapi/listattribute [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_metamodelapi_listattribute [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.metamodelapi.listattribute.BiDirMX1Personcom.sun.ts.tests.jpa.core.metamodelapi.listattribute.BiDirMX1Project [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_metamodelapi_listattribute [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_listattribute [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_listattribute [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_listattribute [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_listattribute [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_listattribute [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/jpa_core_metamodelapi_listattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/listattribute [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 12 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/metamodelapi/managedtype [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_metamodelapi_managedtype [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.metamodelapi.managedtype.Acom.sun.ts.tests.jpa.core.metamodelapi.managedtype.Addresscom.sun.ts.tests.jpa.core.metamodelapi.managedtype.Bcom.sun.ts.tests.jpa.core.metamodelapi.managedtype.BiDirMX1Personcom.sun.ts.tests.jpa.core.metamodelapi.managedtype.BiDirMX1Projectcom.sun.ts.tests.jpa.core.metamodelapi.managedtype.Departmentcom.sun.ts.tests.jpa.core.metamodelapi.managedtype.Employeecom.sun.ts.tests.jpa.core.metamodelapi.managedtype.Ordercom.sun.ts.tests.jpa.core.metamodelapi.managedtype.Uni1XMPersoncom.sun.ts.tests.jpa.core.metamodelapi.managedtype.Uni1XMProjectcom.sun.ts.tests.jpa.core.metamodelapi.managedtype.ZipCode [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_metamodelapi_managedtype [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_managedtype [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_managedtype [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_managedtype [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_managedtype [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_managedtype [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/jpa_core_metamodelapi_managedtype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/managedtype [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/metamodelapi/mapattribute [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_metamodelapi_mapattribute [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.metamodelapi.mapattribute.Departmentcom.sun.ts.tests.jpa.core.metamodelapi.mapattribute.Employee [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_metamodelapi_mapattribute [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_mapattribute [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_mapattribute [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_mapattribute [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_mapattribute [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_mapattribute [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/jpa_core_metamodelapi_mapattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_metamodelapi_mappedsuperclasstype [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.metamodelapi.mappedsuperclasstype.Employeecom.sun.ts.tests.jpa.core.metamodelapi.mappedsuperclasstype.Employee2com.sun.ts.tests.jpa.core.metamodelapi.mappedsuperclasstype.EmployeeIdcom.sun.ts.tests.jpa.core.metamodelapi.mappedsuperclasstype.FullTimeEmployeecom.sun.ts.tests.jpa.core.metamodelapi.mappedsuperclasstype.FullTimeEmployee2 [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_metamodelapi_mappedsuperclasstype [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_mappedsuperclasstype [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_mappedsuperclasstype [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_mappedsuperclasstype [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_mappedsuperclasstype [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_mappedsuperclasstype [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/jpa_core_metamodelapi_mappedsuperclasstype_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/metamodelapi/metamodel [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_metamodelapi_metamodel [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.metamodelapi.metamodel.Addresscom.sun.ts.tests.jpa.core.metamodelapi.metamodel.Bcom.sun.ts.tests.jpa.core.metamodelapi.metamodel.Employeecom.sun.ts.tests.jpa.core.metamodelapi.metamodel.FullTimeEmployeecom.sun.ts.tests.jpa.core.metamodelapi.metamodel.Ordercom.sun.ts.tests.jpa.core.metamodelapi.metamodel.ZipCode [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_metamodelapi_metamodel [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_metamodel [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_metamodel [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_metamodel [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_metamodel [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_metamodel [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/jpa_core_metamodelapi_metamodel_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/metamodel [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_metamodelapi_pluralattribute [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.metamodelapi.pluralattribute.Uni1XMPersoncom.sun.ts.tests.jpa.core.metamodelapi.pluralattribute.Uni1XMProject [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_metamodelapi_pluralattribute [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_pluralattribute [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_pluralattribute [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_pluralattribute [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_pluralattribute [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_pluralattribute [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/jpa_core_metamodelapi_pluralattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/A.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/metamodelapi/setattribute [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_metamodelapi_setattribute [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.metamodelapi.setattribute.Acom.sun.ts.tests.jpa.core.metamodelapi.setattribute.Addresscom.sun.ts.tests.jpa.core.metamodelapi.setattribute.ZipCode [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_metamodelapi_setattribute [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_setattribute [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_setattribute [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_setattribute [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_setattribute [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_setattribute [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/jpa_core_metamodelapi_setattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/setattribute [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/metamodelapi/singularattribute [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_metamodelapi_singularattribute [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.metamodelapi.singularattribute.Addresscom.sun.ts.tests.jpa.core.metamodelapi.singularattribute.Bcom.sun.ts.tests.jpa.core.metamodelapi.singularattribute.ZipCode [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_metamodelapi_singularattribute [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_singularattribute [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_singularattribute [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_singularattribute [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_singularattribute [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_singularattribute [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/jpa_core_metamodelapi_singularattribute_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/metamodelapi/type [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/metamodelapi/type [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_metamodelapi_type [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.metamodelapi.type.Addresscom.sun.ts.tests.jpa.core.metamodelapi.type.Bcom.sun.ts.tests.jpa.core.metamodelapi.type.Ordercom.sun.ts.tests.jpa.core.metamodelapi.type.ZipCode [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_metamodelapi_type [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_type [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_type [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_type [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_type [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_metamodelapi_type [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type/jpa_core_metamodelapi_type_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/metamodelapi/type [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/nestedembedding [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/nestedembedding [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_nestedembedding [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.nestedembedding.Acom.sun.ts.tests.jpa.core.nestedembedding.Addresscom.sun.ts.tests.jpa.core.nestedembedding.Bcom.sun.ts.tests.jpa.core.nestedembedding.ZipCode [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_nestedembedding [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding [echo] about to sweep vehicle runtime [echo] name: jpa_core_nestedembedding [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding [echo] about to sweep vehicle runtime [echo] name: jpa_core_nestedembedding [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_nestedembedding [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding [echo] about to sweep vehicle runtime [echo] name: jpa_core_nestedembedding [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_nestedembedding [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding/jpa_core_nestedembedding_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/nestedembedding [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/override/attributeoverride [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/override/attributeoverride [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_override_attributeoverride [delete] Deleting: /tmp/modified.persistence.xml [echo] Entry: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/override/attributeoverride/orm.xml WAS NOT PROCESSED [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.override.attributeoverride.Bookcom.sun.ts.tests.jpa.core.override.attributeoverride.LawBook [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_override_attributeoverride [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_attributeoverride [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_attributeoverride [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_attributeoverride [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_attributeoverride [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_attributeoverride [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride/jpa_core_override_attributeoverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/attributeoverride [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/override [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/override/callbacklistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/override/callbacklistener [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_override_callbacklistener [delete] Deleting: /tmp/modified.persistence.xml [echo] Entry: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/override/callbacklistener/orm.xml WAS NOT PROCESSED [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.override.callbacklistener.OverridenCallBackcom.sun.ts.tests.jpa.core.override.util.CallBackCounts [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_override_callbacklistener [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_callbacklistener [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_callbacklistener [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_callbacklistener [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_callbacklistener [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_callbacklistener [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener/jpa_core_override_callbacklistener_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/callbacklistener [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/override/embeddable [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/override/embeddable [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_override_embeddable [delete] Deleting: /tmp/modified.persistence.xml [echo] Entry: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/override/embeddable/orm.xml WAS NOT PROCESSED [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.override.embeddable.Applicantcom.sun.ts.tests.jpa.core.override.embeddable.Bookcom.sun.ts.tests.jpa.core.override.embeddable.BookStorecom.sun.ts.tests.jpa.core.override.embeddable.Complaintcom.sun.ts.tests.jpa.core.override.embeddable.Filmcom.sun.ts.tests.jpa.core.override.embeddable.MovieTicketcom.sun.ts.tests.jpa.core.override.embeddable.Publishercom.sun.ts.tests.jpa.core.override.embeddable.Publisher1 [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_override_embeddable [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_embeddable [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_embeddable [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_embeddable [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_embeddable [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_embeddable [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable/jpa_core_override_embeddable_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/embeddable [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/override/entity [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/override/entity [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_override_entity [delete] Deleting: /tmp/modified.persistence.xml [echo] Entry: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/override/entity/orm.xml WAS NOT PROCESSED [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.override.entity.NameOnlyInAnnotationcom.sun.ts.tests.jpa.core.override.entity.NameOnlyInXMLcom.sun.ts.tests.jpa.core.override.entity.NameOverridecom.sun.ts.tests.jpa.core.override.entity.NoEntityAnnotation [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_override_entity [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_entity [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_entity [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_entity [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_entity [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_entity [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity/jpa_core_override_entity_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entity [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/override/entitylistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/override/entitylistener [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_override_entitylistener [delete] Deleting: /tmp/modified.persistence.xml [echo] Entry: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/override/entitylistener/orm.xml WAS NOT PROCESSED [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.override.entitylistener.ListenerAcom.sun.ts.tests.jpa.core.override.entitylistener.ListenerBcom.sun.ts.tests.jpa.core.override.entitylistener.ListenerCcom.sun.ts.tests.jpa.core.override.entitylistener.ListenerDcom.sun.ts.tests.jpa.core.override.entitylistener.NoEntityListenercom.sun.ts.tests.jpa.core.override.entitylistener.NoListenercom.sun.ts.tests.jpa.core.override.entitylistener.OverridenListenercom.sun.ts.tests.jpa.core.override.util.CallBackCounts [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_override_entitylistener [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_entitylistener [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_entitylistener [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_entitylistener [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_entitylistener [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_entitylistener [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener/jpa_core_override_entitylistener_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/entitylistener [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/override/joincolumn [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/override/joincolumn [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_override_joincolumn [delete] Deleting: /tmp/modified.persistence.xml [echo] Entry: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/override/joincolumn/orm.xml WAS NOT PROCESSED [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.override.joincolumn.Coursecom.sun.ts.tests.jpa.core.override.joincolumn.Cubiclecom.sun.ts.tests.jpa.core.override.joincolumn.CubiclePKcom.sun.ts.tests.jpa.core.override.joincolumn.Customer1com.sun.ts.tests.jpa.core.override.joincolumn.Hardwarecom.sun.ts.tests.jpa.core.override.joincolumn.RetailOrder1com.sun.ts.tests.jpa.core.override.joincolumn.Studentcom.sun.ts.tests.jpa.core.override.joincolumn.TheatreCompany1com.sun.ts.tests.jpa.core.override.joincolumn.TheatreLocation1 [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_override_joincolumn [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_joincolumn [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_joincolumn [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_joincolumn [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_joincolumn [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_joincolumn [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn/jpa_core_override_joincolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/joincolumn [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/override/manytomany [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/override/manytomany [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_override_manytomany [delete] Deleting: /tmp/modified.persistence.xml [echo] Entry: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/override/manytomany/orm.xml WAS NOT PROCESSED [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.override.manytomany.Coursecom.sun.ts.tests.jpa.core.override.manytomany.Student [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_override_manytomany [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_manytomany [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_manytomany [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_manytomany [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_manytomany [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_manytomany [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany/jpa_core_override_manytomany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/manytomany [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/override/mapkey [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/override/mapkey [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_override_mapkey [delete] Deleting: /tmp/modified.persistence.xml [echo] Entry: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/override/mapkey/orm.xml WAS NOT PROCESSED [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.override.mapkey.Consumercom.sun.ts.tests.jpa.core.override.mapkey.Customerscom.sun.ts.tests.jpa.core.override.mapkey.Departmentcom.sun.ts.tests.jpa.core.override.mapkey.Employeecom.sun.ts.tests.jpa.core.override.mapkey.EmployeeComparatorcom.sun.ts.tests.jpa.core.override.mapkey.RetailOrdercom.sun.ts.tests.jpa.core.override.mapkey.RetailOrderCostComparatorDESCcom.sun.ts.tests.jpa.core.override.mapkey.Storecom.sun.ts.tests.jpa.core.override.mapkey.TheatreCompanycom.sun.ts.tests.jpa.core.override.mapkey.TheatreLocation [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_override_mapkey [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_mapkey [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_mapkey [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_mapkey [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_mapkey [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_mapkey [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey/jpa_core_override_mapkey_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/mapkey [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/override/nocallbacklistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/override/nocallbacklistener [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_override_nocallbacklistener [delete] Deleting: /tmp/modified.persistence.xml [echo] Entry: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/override/nocallbacklistener/orm.xml WAS NOT PROCESSED [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.override.nocallbacklistener.NoCallBackListenercom.sun.ts.tests.jpa.core.override.util.CallBackCounts [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_override_nocallbacklistener [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_nocallbacklistener [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_nocallbacklistener [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_nocallbacklistener [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_nocallbacklistener [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_nocallbacklistener [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener/jpa_core_override_nocallbacklistener_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/nocallbacklistener [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/override/table [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/override/table [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_override_table [delete] Deleting: /tmp/modified.persistence.xml [echo] Entry: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/override/table/orm.xml WAS NOT PROCESSED [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.override.table.NoTableAnnotationcom.sun.ts.tests.jpa.core.override.util.CallBackCounts [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_override_table [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_table [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_table [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_table [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_table [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_override_table [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table/jpa_core_override_table_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/override/table [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/persistenceUtil [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/persistenceUtil [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_persistenceUtil [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.persistenceUtil.Employee [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_persistenceUtil [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil [echo] about to sweep vehicle runtime [echo] name: jpa_core_persistenceUtil [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil [echo] about to sweep vehicle runtime [echo] name: jpa_core_persistenceUtil [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_persistenceUtil [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil [echo] about to sweep vehicle runtime [echo] name: jpa_core_persistenceUtil [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_persistenceUtil [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil/jpa_core_persistenceUtil_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtil [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/persistenceUtilUtil [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/persistenceUtilUtil [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_PersistenceUtilUtil [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.persistenceUtilUtil.Employee [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_PersistenceUtilUtil [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil [echo] about to sweep vehicle runtime [echo] name: jpa_core_PersistenceUtilUtil [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil [echo] about to sweep vehicle runtime [echo] name: jpa_core_PersistenceUtilUtil [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_PersistenceUtilUtil [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil [echo] about to sweep vehicle runtime [echo] name: jpa_core_PersistenceUtilUtil [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_PersistenceUtilUtil [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil/jpa_core_PersistenceUtilUtil_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/persistenceUtilUtil [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/query/apitests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/query/apitests [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_query_apitests [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.query.apitests.DataTypes2com.sun.ts.tests.jpa.core.query.apitests.Departmentcom.sun.ts.tests.jpa.core.query.apitests.Employeecom.sun.ts.tests.jpa.core.query.apitests.Insurance [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/apitests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/apitests/jpa_core_query_apitests.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 pmservlet puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_query_apitests [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/apitests/jpa_core_query_apitests_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/apitests/jpa_core_query_apitests_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/apitests/jpa_core_query_apitests_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/apitests/jpa_core_query_apitests_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/apitests [echo] about to sweep vehicle runtime [echo] name: jpa_core_query_apitests [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/apitests/jpa_core_query_apitests_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/apitests/jpa_core_query_apitests_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_query_apitests [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/apitests/jpa_core_query_apitests_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/apitests/jpa_core_query_apitests_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_query_apitests [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/apitests/jpa_core_query_apitests_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/apitests/jpa_core_query_apitests_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/apitests/jpa_core_query_apitests_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/apitests/jpa_core_query_apitests_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/apitests [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/query [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/query/flushmode [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/query/flushmode/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/query/flushmode [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_query_flushmode [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.common.schema30.Addresscom.sun.ts.tests.jpa.common.schema30.Aliascom.sun.ts.tests.jpa.common.schema30.Countrycom.sun.ts.tests.jpa.common.schema30.CreditCardcom.sun.ts.tests.jpa.common.schema30.Customercom.sun.ts.tests.jpa.common.schema30.Departmentcom.sun.ts.tests.jpa.common.schema30.Employeecom.sun.ts.tests.jpa.common.schema30.HardwareProductcom.sun.ts.tests.jpa.common.schema30.Infocom.sun.ts.tests.jpa.common.schema30.LineItemcom.sun.ts.tests.jpa.common.schema30.LineItemExceptioncom.sun.ts.tests.jpa.common.schema30.Ordercom.sun.ts.tests.jpa.common.schema30.Phonecom.sun.ts.tests.jpa.common.schema30.Productcom.sun.ts.tests.jpa.common.schema30.ShelfLifecom.sun.ts.tests.jpa.common.schema30.SoftwareProductcom.sun.ts.tests.jpa.common.schema30.Spousecom.sun.ts.tests.jpa.common.schema30.Trim [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/flushmode [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/flushmode/jpa_core_query_flushmode.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 pmservlet puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_query_flushmode [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/flushmode/jpa_core_query_flushmode_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/flushmode/jpa_core_query_flushmode_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/flushmode/jpa_core_query_flushmode_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/flushmode/jpa_core_query_flushmode_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/flushmode [echo] about to sweep vehicle runtime [echo] name: jpa_core_query_flushmode [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/flushmode/jpa_core_query_flushmode_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/flushmode/jpa_core_query_flushmode_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_query_flushmode [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/flushmode/jpa_core_query_flushmode_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/flushmode/jpa_core_query_flushmode_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_query_flushmode [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/flushmode/jpa_core_query_flushmode_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/flushmode/jpa_core_query_flushmode_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/flushmode/jpa_core_query_flushmode_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/flushmode/jpa_core_query_flushmode_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/flushmode [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/query/language [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/query/language/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/query/language [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_query_language [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.common.schema30.Addresscom.sun.ts.tests.jpa.common.schema30.Aliascom.sun.ts.tests.jpa.common.schema30.Countrycom.sun.ts.tests.jpa.common.schema30.CreditCardcom.sun.ts.tests.jpa.common.schema30.Customercom.sun.ts.tests.jpa.common.schema30.Departmentcom.sun.ts.tests.jpa.common.schema30.Employeecom.sun.ts.tests.jpa.common.schema30.HardwareProductcom.sun.ts.tests.jpa.common.schema30.Infocom.sun.ts.tests.jpa.common.schema30.LineItemcom.sun.ts.tests.jpa.common.schema30.LineItemExceptioncom.sun.ts.tests.jpa.common.schema30.Ordercom.sun.ts.tests.jpa.common.schema30.Phonecom.sun.ts.tests.jpa.common.schema30.Productcom.sun.ts.tests.jpa.common.schema30.ShelfLifecom.sun.ts.tests.jpa.common.schema30.SoftwareProductcom.sun.ts.tests.jpa.common.schema30.Spousecom.sun.ts.tests.jpa.common.schema30.Trim [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_query_language [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language [echo] about to sweep vehicle runtime [echo] name: jpa_core_query_language [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language [echo] about to sweep vehicle runtime [echo] name: jpa_core_query_language [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_query_language [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language [echo] about to sweep vehicle runtime [echo] name: jpa_core_query_language [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_query_language [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language/jpa_core_query_language_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/language [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/query/parameter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/query/parameter [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_query_parameter [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.query.parameter.Employee [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_query_parameter [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter [echo] about to sweep vehicle runtime [echo] name: jpa_core_query_parameter [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter [echo] about to sweep vehicle runtime [echo] name: jpa_core_query_parameter [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_query_parameter [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter [echo] about to sweep vehicle runtime [echo] name: jpa_core_query_parameter [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_query_parameter [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter/jpa_core_query_parameter_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/query/parameter [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/relationship/annotations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/relationship/annotations/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/relationship/annotations [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_relationship_annotations [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.relationship.annotations.Addresscom.sun.ts.tests.jpa.core.relationship.annotations.AnnualReviewcom.sun.ts.tests.jpa.core.relationship.annotations.Companycom.sun.ts.tests.jpa.core.relationship.annotations.Insurancecom.sun.ts.tests.jpa.core.relationship.annotations.Personcom.sun.ts.tests.jpa.core.relationship.annotations.Projectcom.sun.ts.tests.jpa.core.relationship.annotations.Team [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_relationship_annotations [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_annotations [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_annotations [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_annotations [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_annotations [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_annotations [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations/jpa_core_relationship_annotations_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/annotations [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_relationship_bidirmanyxmany [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.relationship.bidirmanyxmany.BiDirMXMPersoncom.sun.ts.tests.jpa.core.relationship.bidirmanyxmany.BiDirMXMProject [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_relationship_bidirmanyxmany [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidirmanyxmany [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidirmanyxmany [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidirmanyxmany [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidirmanyxmany [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidirmanyxmany [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany/jpa_core_relationship_bidirmanyxmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxmany [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/relationship/bidirmanyxone [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_relationship_bidirmanyxone [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.relationship.bidirmanyxone.BiDirMX1Personcom.sun.ts.tests.jpa.core.relationship.bidirmanyxone.BiDirMX1Project [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_relationship_bidirmanyxone [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidirmanyxone [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidirmanyxone [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidirmanyxone [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidirmanyxone [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidirmanyxone [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone/jpa_core_relationship_bidirmanyxone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidirmanyxone [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/relationship/bidironexmany [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/relationship/bidironexmany [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_relationship_bidironexmany [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.relationship.bidironexmany.BiDir1XMPersoncom.sun.ts.tests.jpa.core.relationship.bidironexmany.BiDir1XMProject [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_relationship_bidironexmany [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidironexmany [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidironexmany [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidironexmany [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidironexmany [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidironexmany [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany/jpa_core_relationship_bidironexmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexmany [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/relationship/bidironexone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/relationship/bidironexone [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_relationship_bidironexone [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.relationship.bidironexone.BiDir1X1Personcom.sun.ts.tests.jpa.core.relationship.bidironexone.BiDir1X1Project [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_relationship_bidironexone [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidironexone [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidironexone [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidironexone [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidironexone [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_bidironexone [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone/jpa_core_relationship_bidironexone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/bidironexone [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/relationship [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/relationship/defaults [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/relationship/defaults/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/relationship/defaults [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_relationship_defaults [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.relationship.defaults.Addresscom.sun.ts.tests.jpa.core.relationship.defaults.AnnualReviewcom.sun.ts.tests.jpa.core.relationship.defaults.Companycom.sun.ts.tests.jpa.core.relationship.defaults.Insurancecom.sun.ts.tests.jpa.core.relationship.defaults.Personcom.sun.ts.tests.jpa.core.relationship.defaults.Projectcom.sun.ts.tests.jpa.core.relationship.defaults.Team [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_relationship_defaults [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_defaults [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_defaults [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_defaults [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_defaults [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_defaults [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults/jpa_core_relationship_defaults_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/defaults [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/relationship/descriptors [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/relationship/descriptors/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/relationship/descriptors [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_relationship_descriptors [delete] Deleting: /tmp/modified.persistence.xml [echo] Entry: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/relationship/descriptors/orm.xml WAS NOT PROCESSED [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.relationship.descriptors.XAddresscom.sun.ts.tests.jpa.core.relationship.descriptors.XAnnualReviewcom.sun.ts.tests.jpa.core.relationship.descriptors.XCompanycom.sun.ts.tests.jpa.core.relationship.descriptors.XInsurancecom.sun.ts.tests.jpa.core.relationship.descriptors.XPersoncom.sun.ts.tests.jpa.core.relationship.descriptors.XProjectcom.sun.ts.tests.jpa.core.relationship.descriptors.XTeam [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_relationship_descriptors [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_descriptors [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_descriptors [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_descriptors [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_descriptors [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_descriptors [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors/jpa_core_relationship_descriptors_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/descriptors [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/relationship/unimanyxmany [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/relationship/unimanyxmany [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_relationship_unimanyxmany [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.relationship.unimanyxmany.UniMXMPersoncom.sun.ts.tests.jpa.core.relationship.unimanyxmany.UniMXMProject [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_relationship_unimanyxmany [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unimanyxmany [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unimanyxmany [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unimanyxmany [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unimanyxmany [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unimanyxmany [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany/jpa_core_relationship_unimanyxmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxmany [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/relationship/unimanyxone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/relationship/unimanyxone [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_relationship_unimanyxone [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.relationship.unimanyxone.UniMX1Personcom.sun.ts.tests.jpa.core.relationship.unimanyxone.UniMX1Project [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_relationship_unimanyxone [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unimanyxone [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unimanyxone [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unimanyxone [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unimanyxone [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unimanyxone [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone/jpa_core_relationship_unimanyxone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unimanyxone [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/relationship/unionexmany [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/relationship/unionexmany [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_relationship_unionexmany [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.relationship.unionexmany.Uni1XMPersoncom.sun.ts.tests.jpa.core.relationship.unionexmany.Uni1XMProject [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_relationship_unionexmany [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unionexmany [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unionexmany [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unionexmany [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unionexmany [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unionexmany [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany/jpa_core_relationship_unionexmany_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexmany [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/relationship/unionexone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/relationship/unionexone [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_relationship_unionexone [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.relationship.unionexone.Uni1X1Personcom.sun.ts.tests.jpa.core.relationship.unionexone.Uni1X1Project [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_relationship_unionexone [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unionexone [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unionexone [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unionexone [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unionexone [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_relationship_unionexone [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone/jpa_core_relationship_unionexone_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/relationship/unionexone [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/types/auto [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/types/auto [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_types_auto [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.types.auto.DataTypes [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_types_auto [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_auto [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_auto [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_auto [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_auto [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_auto [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto/jpa_core_types_auto_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/auto [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/types [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/types/field [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/types/field/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/types/field [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_types_field [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.types.common.Gradecom.sun.ts.tests.jpa.core.types.field.DataTypescom.sun.ts.tests.jpa.core.types.field.DataTypes2 [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_types_field [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_field [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_field [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_field [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_field [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_field [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field/jpa_core_types_field_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/field [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/types/generator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/types/generator [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_types_generator [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.types.generator.DataTypescom.sun.ts.tests.jpa.core.types.generator.DataTypes2com.sun.ts.tests.jpa.core.types.generator.DataTypes3com.sun.ts.tests.jpa.core.types.generator.DataTypes4 [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_types_generator [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_generator [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_generator [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_generator [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_generator [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_generator [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator/jpa_core_types_generator_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/generator [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/types/primarykey [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/types/primarykey/compound [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/types/primarykey/compound [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_types_pkey_compound [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.types.primarykey.compound.CompoundPKcom.sun.ts.tests.jpa.core.types.primarykey.compound.CompoundPK2com.sun.ts.tests.jpa.core.types.primarykey.compound.CompoundPK3com.sun.ts.tests.jpa.core.types.primarykey.compound.TestBeancom.sun.ts.tests.jpa.core.types.primarykey.compound.TestBean2com.sun.ts.tests.jpa.core.types.primarykey.compound.TestBean3 [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_types_pkey_compound [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_pkey_compound [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_pkey_compound [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_pkey_compound [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_pkey_compound [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_pkey_compound [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound/jpa_core_types_pkey_compound_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/primarykey/compound [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/types/property [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/core/types/property/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/types/property [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_types_property [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.types.common.Gradecom.sun.ts.tests.jpa.core.types.property.Customercom.sun.ts.tests.jpa.core.types.property.DataTypescom.sun.ts.tests.jpa.core.types.property.DataTypes2 [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_types_property [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_property [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_property [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_property [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_property [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_types_property [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property/jpa_core_types_property_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/types/property [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/core/versioning [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/core/versioning [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_core_versioning [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.core.versioning.Member [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_core_versioning [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning [echo] about to sweep vehicle runtime [echo] name: jpa_core_versioning [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning [echo] about to sweep vehicle runtime [echo] name: jpa_core_versioning [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_versioning [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning [echo] about to sweep vehicle runtime [echo] name: jpa_core_versioning [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_core_versioning [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning/jpa_core_versioning_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/core/versioning [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jpa/ee/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/entityManager [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/ee/entityManager [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_ee_entityManager [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.ee.entityManager.Order [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManager [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManager/jpa_ee_entityManager.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged [echo] vehicleoverride: [echo] name: jpa_ee_entityManager [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManager/jpa_ee_entityManager_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManager/jpa_ee_entityManager_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManager/jpa_ee_entityManager_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManager/jpa_ee_entityManager_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManager [echo] about to sweep vehicle runtime [echo] name: jpa_ee_entityManager [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManager/jpa_ee_entityManager_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManager/jpa_ee_entityManager_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManager/jpa_ee_entityManager_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManager/jpa_ee_entityManager_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManager [echo] about to sweep vehicle runtime [echo] name: jpa_ee_entityManager [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManager/jpa_ee_entityManager_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManager/jpa_ee_entityManager_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_ee_entityManager [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManager/jpa_ee_entityManager_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManager/jpa_ee_entityManager_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManager/jpa_ee_entityManager_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManager/jpa_ee_entityManager_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManager [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/entityManagerFactory [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/ee/entityManagerFactory [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_ee_entityManagerFactory [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.ee.entityManagerFactory.Order [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_ee_entityManagerFactory [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory [echo] about to sweep vehicle runtime [echo] name: jpa_ee_entityManagerFactory [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory [echo] about to sweep vehicle runtime [echo] name: jpa_ee_entityManagerFactory [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_ee_entityManagerFactory [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory [echo] about to sweep vehicle runtime [echo] name: jpa_ee_entityManagerFactory [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_ee_entityManagerFactory [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory/jpa_ee_entityManagerFactory_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/entityManagerFactory [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/packaging/appclient/annotation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/appclient/annotation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/appclient/annotation/jpa_ee_packaging_appclient_annotation_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/appclient/annotation/jpa_ee_packaging_appclient_annotation_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/appclient/annotation/jpa_ee_packaging_appclient_annotation.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/packaging/appclient [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/packaging/appclient/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/appclient/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/appclient/descriptor/jpa_ee_packaging_appclient_descriptor_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/appclient/descriptor/jpa_ee_packaging_appclient_descriptor_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/appclient/descriptor/jpa_ee_packaging_appclient_descriptor.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/packaging [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/packaging/ejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/packaging/ejb/descriptor [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/descriptor/jpa_ee_packaging_ejb_descriptor_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/descriptor [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/descriptor/jpa_ee_packaging_ejb_descriptor_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/descriptor/jpa_ee_packaging_ejb_descriptor_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/descriptor/jpa_ee_packaging_ejb_descriptor.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/packaging/ejb/exclude [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/exclude [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/exclude/jpa_ee_packaging_ejb_exclude_ejb.jar [preservejar] com/sun/ts/tests/jpa/ee/packaging/ejb/exclude/A.class already added, skipping [preservejar] com/sun/ts/tests/jpa/ee/packaging/ejb/exclude/B.class already added, skipping [preservejar] com/sun/ts/tests/jpa/ee/packaging/ejb/exclude/Stateful3Bean.class already added, skipping [preservejar] com/sun/ts/tests/jpa/ee/packaging/ejb/exclude/Stateful3IF.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/exclude/jpa_ee_packaging_ejb_exclude_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/exclude/jpa_ee_packaging_ejb_exclude_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/exclude/jpa_ee_packaging_ejb_exclude.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/packaging/ejb/resource_local [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/resource_local [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/resource_local/jpa_ee_packaging_ejb_resource_local_ejb.jar [preservejar] com/sun/ts/tests/jpa/ee/packaging/ejb/resource_local/Stateless3Bean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/resource_local [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/resource_local/jpa_ee_packaging_ejb_resource_local_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/resource_local/jpa_ee_packaging_ejb_resource_local_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/resource_local/jpa_ee_packaging_ejb_resource_local.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/packaging/ejb/standalone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/standalone [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/standalone/jpa_ee_packaging_ejb_standalone_component_ejb.jar [preservejar] com/sun/ts/tests/jpa/ee/packaging/ejb/standalone/Stateful3Bean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/standalone [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/standalone/jpa_ee_packaging_ejb_standalone_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/standalone/jpa_ee_packaging_ejb_standalone_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/standalone [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/ejb/standalone/jpa_ee_packaging_ejb_standalone_ejb.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/packaging/jar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar1.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar2.jar [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged [echo] vehicleoverride: [echo] name: jpa_ee_packaging_jar [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar [echo] about to sweep vehicle runtime [echo] name: jpa_ee_packaging_jar [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar [echo] about to sweep vehicle runtime [echo] name: jpa_ee_packaging_jar [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_ee_packaging_jar [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar/jpa_ee_packaging_jar_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/jar [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/packaging/web [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/packaging/web/scope [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/web/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/web/scope/jpa_ee_packaging_web_scope_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/web/scope [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/web/scope/jpa_ee_packaging_web_scope.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/packaging/web/standalone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/ee/packaging/web/standalone [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/packaging/web/standalone/persistence.xml [echo] archivename=jpa_ee_packaging_web_standalone [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/packaging/web/standalone/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/packaging/web/standalone/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.ee.common.Account [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/packaging/web/standalone/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 1 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/web/standalone [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/web/standalone/jpa_ee_packaging_web_standalone.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/web/standalone/jpa_ee_packaging_web_standalone_component_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/web/standalone [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/packaging/web/standalone/jpa_ee_packaging_web_standalone.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/pluggability [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/pluggability/contracts [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jpa/common/pluggability/util build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -preclean: clean: -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jpa/common/pluggability/util build: compile: -postcompile: package: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/common/pluggability/altprovider/jpa_alternate_provider.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/common/pluggability/altprovider/jpa_alternate_provider.jar build: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is a pluggability test [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/jpa_ee_pluggability_contracts_jta.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged [echo] vehicleoverride: [echo] name: jpa_ee_pluggability_contracts_jta [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/jpa_ee_pluggability_contracts_jta_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/jpa_ee_pluggability_contracts_jta_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/jpa_ee_pluggability_contracts_jta_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/jpa_ee_pluggability_contracts_jta_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta [echo] about to sweep vehicle runtime [echo] name: jpa_ee_pluggability_contracts_jta [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/jpa_ee_pluggability_contracts_jta_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/jpa_ee_pluggability_contracts_jta_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/jpa_ee_pluggability_contracts_jta_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/jpa_ee_pluggability_contracts_jta_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta [echo] about to sweep vehicle runtime [echo] name: jpa_ee_pluggability_contracts_jta [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/jpa_ee_pluggability_contracts_jta_pmservlet_vehicle_web.war [preservejar] WEB-INF/lib/jpa_ee_pluggability_contracts_jta.jar already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/jpa_ee_pluggability_contracts_jta_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_ee_pluggability_contracts_jta [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/jpa_ee_pluggability_contracts_jta_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/jpa_ee_pluggability_contracts_jta_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/jpa_ee_pluggability_contracts_jta_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/jpa_ee_pluggability_contracts_jta_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta [echo] about to sweep vehicle runtime [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/jpa_ee_pluggability_contracts_jta_pmservlet_vehicle_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jpa/common/pluggability/util build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -preclean: clean: -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jpa/common/pluggability/util build: compile: -postcompile: package: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/common/pluggability/altprovider/jpa_alternate_provider.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/common/pluggability/altprovider/jpa_alternate_provider.jar build: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is a pluggability test [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/pluggability_contracts_resource_local.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: pluggability_contracts_resource_local [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/pluggability_contracts_resource_local_puservlet_vehicle_web.war [preservejar] WEB-INF/lib/pluggability_contracts_resource_local.jar already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/pluggability_contracts_resource_local_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: pluggability_contracts_resource_local [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/pluggability_contracts_resource_local_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/pluggability_contracts_resource_local_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/pluggability_contracts_resource_local_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/pluggability_contracts_resource_local_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local [echo] about to sweep vehicle runtime [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/pluggability_contracts_resource_local_puservlet_vehicle_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/propagation/am [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jpa/ee/common build: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/am/jpa_ee_propagation_am.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/am/jpa_ee_propagation_am_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/am [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/am/jpa_ee_propagation_am_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/am/jpa_ee_propagation_am_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/am [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/am/jpa_ee_propagation_am.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/propagation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/propagation/cm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/propagation/cm/extended [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jpa/ee/common build: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/ee/propagation/cm/extended [echo] original.persistence.xml.file=./persistence.xml [echo] archivename=jpa_ee_propagation_cm_ext [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=./persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: ./persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.ee.common.Acom.sun.ts.tests.jpa.ee.common.Accountcom.sun.ts.tests.jpa.ee.common.B [echo] infile:./persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 1 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/cm/extended [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/cm/extended/jpa_ee_propagation_cm_ext.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/cm/extended/jpa_ee_propagation_cm_ext_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/cm/extended [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/cm/extended/jpa_ee_propagation_cm_ext_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/cm/extended/jpa_ee_propagation_cm_ext_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/cm/extended [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/cm/extended/jpa_ee_propagation_cm_ext.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/ee/propagation/cm/jta [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jpa/ee/common build: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/ee/propagation/cm/jta [echo] original.persistence.xml.file=./persistence.xml [echo] archivename=jpa_ee_propagation_cm_jta [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=./persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: ./persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.ee.common.Acom.sun.ts.tests.jpa.ee.common.Accountcom.sun.ts.tests.jpa.ee.common.B [echo] infile:./persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 2 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/cm/jta [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/cm/jta/jpa_ee_propagation_cm_jta.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/cm/jta/jpa_ee_propagation_cm_jta_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/cm/jta [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/cm/jta/jpa_ee_propagation_cm_jta_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/cm/jta/jpa_ee_propagation_cm_jta.ear [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/ee/propagation/cm/jta/jpa_ee_propagation_cm_jta_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/jpa22 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/jpa22/datetime [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/jpa22/datetime [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_22_dateTime [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.jpa22.datetime.DateTimeEntitycom.sun.ts.tests.jpa.jpa22.datetime.DummyEntity [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_22_dateTime [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_stateless3_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime [echo] about to sweep vehicle runtime [echo] name: jpa_22_dateTime [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_stateful3_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime [echo] about to sweep vehicle runtime [echo] name: jpa_22_dateTime [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_pmservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_22_dateTime [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_appmanaged_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime [echo] about to sweep vehicle runtime [echo] name: jpa_22_dateTime [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_puservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_22_dateTime [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime/jpa_22_dateTime_appmanagedNoTx_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/datetime [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/jpa22/generators [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/jpa22/generators/tablegenerators [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_jpa22_generators_tablegenerators [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.jpa22.generators.tablegenerators.DataTypes [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_jpa22_generators_tablegenerators [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_generators_tablegenerators [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_generators_tablegenerators [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_generators_tablegenerators [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_generators_tablegenerators [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_generators_tablegenerators [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/jpa_jpa22_generators_tablegenerators_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/jpa22/query [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/jpa22/query/stream [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/jpa22/query/stream [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_jpa22_query_stream [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.jpa22.query.stream.Departmentcom.sun.ts.tests.jpa.jpa22.query.stream.Employeecom.sun.ts.tests.jpa.jpa22.query.stream.Insurance [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_jpa22_query_stream [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_query_stream [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_query_stream [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_query_stream [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_query_stream [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_query_stream [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream/jpa_jpa22_query_stream_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/query/stream [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/jpa22/repeatable/attroverride [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_jpa22_repeatable_attroverride [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.jpa22.repeatable.attroverride.AbstractPersonnelcom.sun.ts.tests.jpa.jpa22.repeatable.attroverride.Departmentcom.sun.ts.tests.jpa.jpa22.repeatable.attroverride.Employeecom.sun.ts.tests.jpa.jpa22.repeatable.attroverride.FullTimeEmployeecom.sun.ts.tests.jpa.jpa22.repeatable.attroverride.PartTimeEmployeecom.sun.ts.tests.jpa.jpa22.repeatable.attroverride.Project [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_jpa22_repeatable_attroverride [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_attroverride [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_attroverride [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_attroverride [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_attroverride [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_attroverride [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride/jpa_jpa22_repeatable_attroverride_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/attroverride [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/jpa22/repeatable [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/jpa22/repeatable/convert [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/jpa22/repeatable/convert [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_jpa22_repeatable_converts [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.jpa22.repeatable.convert.Addresscom.sun.ts.tests.jpa.jpa22.repeatable.convert.Bcom.sun.ts.tests.jpa.jpa22.repeatable.convert.DotConvertercom.sun.ts.tests.jpa.jpa22.repeatable.convert.Employee3com.sun.ts.tests.jpa.jpa22.repeatable.convert.NumberToStateConverter [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/convert [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/convert/jpa_jpa22_repeatable_converts.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: appmanagedNoTx pmservlet puservlet stateless3 [echo] vehicleoverride: [echo] name: jpa_jpa22_repeatable_converts [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/convert/jpa_jpa22_repeatable_converts_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/convert/jpa_jpa22_repeatable_converts_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/convert/jpa_jpa22_repeatable_converts_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/convert/jpa_jpa22_repeatable_converts_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/convert [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_converts [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/convert/jpa_jpa22_repeatable_converts_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/convert/jpa_jpa22_repeatable_converts_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_converts [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/convert/jpa_jpa22_repeatable_converts_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/convert/jpa_jpa22_repeatable_converts_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_converts [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/convert/jpa_jpa22_repeatable_converts_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/convert/jpa_jpa22_repeatable_converts_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/convert/jpa_jpa22_repeatable_converts_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/convert/jpa_jpa22_repeatable_converts_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/convert [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_jpa22_repeatable_joincolumns [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.jpa22.repeatable.joincolumn.DID2Dependentcom.sun.ts.tests.jpa.jpa22.repeatable.joincolumn.DID2DependentIdcom.sun.ts.tests.jpa.jpa22.repeatable.joincolumn.DID2Employeecom.sun.ts.tests.jpa.jpa22.repeatable.joincolumn.DID2EmployeeId [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_jpa22_repeatable_joincolumns [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_joincolumns [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_joincolumns [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_joincolumns [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_joincolumns [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_joincolumns [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn/jpa_jpa22_repeatable_joincolumns_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/joincolumn [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_jpa22_repeatable_mapkeyjoincolumn [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.jpa22.repeatable.mapkeyjoincolumn.Coursecom.sun.ts.tests.jpa.jpa22.repeatable.mapkeyjoincolumn.Semestercom.sun.ts.tests.jpa.jpa22.repeatable.mapkeyjoincolumn.Student [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_jpa22_repeatable_mapkeyjoincolumn [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_mapkeyjoincolumn [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_mapkeyjoincolumn [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_mapkeyjoincolumn [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_mapkeyjoincolumn [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_mapkeyjoincolumn [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/jpa_jpa22_repeatable_mapkeyjoincolumn_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_jpa22_repeatable_namedentitygraph [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.jpa22.repeatable.namedentitygraph.Departmentcom.sun.ts.tests.jpa.jpa22.repeatable.namedentitygraph.Employeecom.sun.ts.tests.jpa.jpa22.repeatable.namedentitygraph.Employee2com.sun.ts.tests.jpa.jpa22.repeatable.namedentitygraph.Employee3 [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_jpa22_repeatable_namedentitygraph [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_namedentitygraph [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_namedentitygraph [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_namedentitygraph [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_namedentitygraph [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_namedentitygraph [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/jpa_jpa22_repeatable_namedentitygraph_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_jpa22_repeatable_namednativequery [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.jpa22.repeatable.namednativequery.Coffee [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_jpa22_repeatable_namednativequery [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_namednativequery [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_namednativequery [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_namednativequery [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_namednativequery [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_namednativequery [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery/jpa_jpa22_repeatable_namednativequery_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namednativequery [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] In Persistence tests directory [echo] It is not a pluggability test [echo] pkg.dir = com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery [echo] original.persistence.xml.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] archivename=jpa_jpa22_repeatable_namedstoredprocedure [delete] Deleting: /tmp/modified.persistence.xml [echo] original persistence xml file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [echo] modified persistence xml file=/tmp/modified.persistence.xml [echo] About to modify: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml with class entries [echo] classes fragments:com.sun.ts.tests.jpa.jpa22.repeatable.namedstoredprocedurequery.Employee [echo] infile:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jpa/common/template/persistence.xml [modifyxml] XPath expression "//ee-persitence:persistence-unit" added 3 node(s) [modifyxml] Results written to "/tmp/modified.persistence.xml" [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure.jar [echo] Copying sun runtime file to dist [echo] vehiclestobuild: stateless3 stateful3 pmservlet appmanaged puservlet appmanagedNoTx [echo] vehicleoverride: [echo] name: jpa_jpa22_repeatable_namedstoredprocedure [echo] vehicle: stateless3 [echo] Building stateless3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_stateless3_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_stateless3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_stateless3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_namedstoredprocedure [echo] vehicle: stateful3 [echo] Building stateful3 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_stateful3_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_stateful3_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_stateful3_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_namedstoredprocedure [echo] vehicle: pmservlet [echo] Building pmservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_pmservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_namedstoredprocedure [echo] vehicle: appmanaged [echo] Building appmanaged vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_appmanaged_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_appmanaged_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_appmanaged_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_namedstoredprocedure [echo] vehicle: puservlet [echo] Building puservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_puservlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jpa_jpa22_repeatable_namedstoredprocedure [echo] vehicle: appmanagedNoTx [echo] Building appmanagedNoTx vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_appmanagedNoTx_vehicle_ejb.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_appmanagedNoTx_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_appmanagedNoTx_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/jpa_jpa22_repeatable_namedstoredprocedure_vehicles.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/application [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 32 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/application/TestServlet.java:68: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.MethodBinding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/application/TestServlet.java:69: warning: [deprecation] ReferenceSyntaxException in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.ReferenceSyntaxException; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/application/TestServlet.java:70: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.ValueBinding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/common/beans/ColorBean.java:21: warning: [deprecation] ApplicationScoped in jakarta.faces.bean has been deprecated [ts.javac] import jakarta.faces.bean.ApplicationScoped; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/common/beans/ColorBean.java:22: warning: [deprecation] ManagedBean in jakarta.faces.bean has been deprecated [ts.javac] import jakarta.faces.bean.ManagedBean; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/application/TestServlet.java:1039: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/application/TestServlet.java:1041: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] binding = application.createValueBinding("#{TestBean.boolProp}"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/application/TestServlet.java:1078: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] application.createValueBinding("#{TestBean[}"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/application/TestServlet.java:1083: warning: [deprecation] ReferenceSyntaxException in jakarta.faces.el has been deprecated [ts.javac] } catch (ReferenceSyntaxException rse) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/application/TestServlet.java:1107: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] application.createValueBinding(null); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/application/TestServlet.java:1364: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = application.createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/application/TestServlet.java:1364: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] MethodBinding binding = application.createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/application/TestServlet.java:1392: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] application.createMethodBinding("requestScope.getRemoteHost", [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/application/TestServlet.java:1398: warning: [deprecation] ReferenceSyntaxException in jakarta.faces.el has been deprecated [ts.javac] } catch (ReferenceSyntaxException rse) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/common/beans/ColorBean.java:25: warning: [deprecation] ManagedBean in jakarta.faces.bean has been deprecated [ts.javac] @ManagedBean(name = "color") [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/common/beans/ColorBean.java:26: warning: [deprecation] ApplicationScoped in jakarta.faces.bean has been deprecated [ts.javac] @ApplicationScoped [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/common/factories/TCKContextFactory.java:27: warning: [deprecation] FacesContextFactory() in FacesContextFactory has been deprecated [ts.javac] public class TCKContextFactory extends FacesContextFactory { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/common/factories/TCKDecoratedContextFactory.java:24: warning: [deprecation] FacesContextFactory() in FacesContextFactory has been deprecated [ts.javac] public abstract class TCKDecoratedContextFactory extends FacesContextFactory { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/common/factories/TCKContextFactoryTwo.java:27: warning: [deprecation] FacesContextFactory() in FacesContextFactory has been deprecated [ts.javac] public class TCKContextFactoryTwo extends FacesContextFactory { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/common/statemanager/TCKStateManager.java:22: warning: [deprecation] StateManagerWrapper() in StateManagerWrapper has been deprecated [ts.javac] public class TCKStateManager extends StateManagerWrapper { [ts.javac] ^ [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/common/resolver/TCKELResolver.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 20 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/application [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/application/jsf_appl_application_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/application build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationISE [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationISE [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationISE/jsf_appl_applicationISE_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationWrapperISE [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationWrapperISE/TestServlet.java:100: warning: [deprecation] ApplicationWrapper() in ApplicationWrapper has been deprecated [ts.javac] private class TCKAppWrapper extends ApplicationWrapper { [ts.javac] ^ [ts.javac] 1 warning -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationWrapperISE [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationWrapperISE/jsf_appl_applicationWrapperISE_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:48: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.MethodBinding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:49: warning: [deprecation] PropertyResolver in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.PropertyResolver; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:50: warning: [deprecation] ReferenceSyntaxException in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.ReferenceSyntaxException; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:51: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.ValueBinding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:52: warning: [deprecation] VariableResolver in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.VariableResolver; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:224: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] public ValueBinding createValueBinding(String ref) [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:218: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] public MethodBinding createMethodBinding(String ref, Class params[]) [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:339: warning: [deprecation] createComponent(ValueBinding,FacesContext,String) in Application has been deprecated [ts.javac] public UIComponent createComponent(ValueBinding componentRef, [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:365: warning: [deprecation] setVariableResolver(VariableResolver) in Application has been deprecated [ts.javac] public void setVariableResolver(VariableResolver resolver) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:334: warning: [deprecation] getVariableResolver() in Application has been deprecated [ts.javac] public VariableResolver getVariableResolver() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:321: warning: [deprecation] setPropertyResolver(PropertyResolver) in Application has been deprecated [ts.javac] public void setPropertyResolver(PropertyResolver resolver) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:285: warning: [deprecation] getPropertyResolver() in Application has been deprecated [ts.javac] public PropertyResolver getPropertyResolver() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:218: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] public MethodBinding createMethodBinding(String ref, Class params[]) [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:219: warning: [deprecation] ReferenceSyntaxException in jakarta.faces.el has been deprecated [ts.javac] throws ReferenceSyntaxException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:224: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] public ValueBinding createValueBinding(String ref) [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:225: warning: [deprecation] ReferenceSyntaxException in jakarta.faces.el has been deprecated [ts.javac] throws ReferenceSyntaxException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:239: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] public MethodBinding getMethodBinding(String ref, Class params[]) [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:240: warning: [deprecation] ReferenceSyntaxException in jakarta.faces.el has been deprecated [ts.javac] throws ReferenceSyntaxException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:285: warning: [deprecation] PropertyResolver in jakarta.faces.el has been deprecated [ts.javac] public PropertyResolver getPropertyResolver() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:321: warning: [deprecation] PropertyResolver in jakarta.faces.el has been deprecated [ts.javac] public void setPropertyResolver(PropertyResolver resolver) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:334: warning: [deprecation] VariableResolver in jakarta.faces.el has been deprecated [ts.javac] public VariableResolver getVariableResolver() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:339: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] public UIComponent createComponent(ValueBinding componentRef, [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java:365: warning: [deprecation] VariableResolver in jakarta.faces.el has been deprecated [ts.javac] public void setVariableResolver(VariableResolver resolver) { [ts.javac] ^ [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/TestServlet.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 23 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory/jsf_appl_applfactory_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationfactory build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationwrapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationwrapper/TestServlet.java:65: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.MethodBinding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationwrapper/TestServlet.java:66: warning: [deprecation] ReferenceSyntaxException in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.ReferenceSyntaxException; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationwrapper/TestServlet.java:67: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.ValueBinding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationwrapper/TestServlet.java:638: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationwrapper/TestServlet.java:679: warning: [deprecation] ReferenceSyntaxException in jakarta.faces.el has been deprecated [ts.javac] } catch (ReferenceSyntaxException rse) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationwrapper/TestServlet.java:764: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = applicationWrapper.createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationwrapper/TestServlet.java:764: warning: [deprecation] createMethodBinding(String,Class[]) in ApplicationWrapper has been deprecated [ts.javac] MethodBinding binding = applicationWrapper.createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationwrapper/TestServlet.java:948: warning: [deprecation] evaluateExpressionGet(FacesContext,String,Class) in ApplicationWrapper has been deprecated [ts.javac] String value = (String) applicationWrapper.evaluateExpressionGet( [ts.javac] ^ [ts.javac] where T is a type-variable: [ts.javac] T extends Object declared in method evaluateExpressionGet(FacesContext,String,Class) [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationwrapper/TestServlet.java:1835: warning: [deprecation] ApplicationWrapper() in ApplicationWrapper has been deprecated [ts.javac] private static class TCKApplication extends ApplicationWrapper { [ts.javac] ^ [ts.javac] 9 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationwrapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationwrapper/jsf_appl_applicationwrapper_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationwrapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/configurablenavigationhandler [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/configurablenavigationhandler [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/configurablenavigationhandler/jsf_appl_confignavihandler_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/configurablenavigationhandler build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/configurablenavigationhandlerwrapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/configurablenavigationhandlerwrapper/TestServlet.java:138: warning: [deprecation] ConfigurableNavigationHandlerWrapper() in ConfigurableNavigationHandlerWrapper has been deprecated [ts.javac] private class TCKConfNaviHandler [ts.javac] ^ [ts.javac] 1 warning -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/configurablenavigationhandlerwrapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/configurablenavigationhandlerwrapper/jsf_appl_confignavihandlerwpr_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/configurablenavigationhandlerwrapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/facesmessage [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/facesmessage [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/facesmessage/jsf_appl_facesmessage_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/facesmessage build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/navigationcase [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/navigationcase [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/navigationcase/jsf_appl_navigationcase_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/navigationcase build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/navigationhandler [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/navigationhandler [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/navigationhandler/jsf_appl_navigationhandler_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/navigationhandler build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/protectedviewex [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/protectedviewex [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/protectedviewex/jsf_appl_protectedviewex_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/protectedviewex build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/resource [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/resource [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/resource/jsf_appl_resource_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/resource build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcehandler [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcehandler [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcehandler/jsf_appl_resourcehandler_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcehandler build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcehandlerEx [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcehandlerEx [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcehandlerEx/jsf_appl_resourcehandlerEx_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcehandlerEx build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcehandlerwrapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcehandlerwrapper/TestServlet.java:262: warning: [deprecation] ResourceHandlerWrapper() in ResourceHandlerWrapper has been deprecated [ts.javac] private class MyRHWrapper extends ResourceHandlerWrapper { [ts.javac] ^ [ts.javac] 1 warning -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcehandlerwrapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcehandlerwrapper/jsf_appl_resourcehandlerwrapper_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcehandlerwrapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcewrapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcewrapper/TestServlet.java:157: warning: [deprecation] ResourceWrapper() in ResourceWrapper has been deprecated [ts.javac] private class TCKResourceWrapper extends ResourceWrapper { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcewrapper/TestServlet.java:170: warning: [deprecation] ResourceWrapper() in ResourceWrapper has been deprecated [ts.javac] private class TCKResourceLibWrapper extends ResourceWrapper { [ts.javac] ^ [ts.javac] 2 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcewrapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcewrapper/jsf_appl_resourcewrapper_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcewrapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanager [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanager/TestServlet.java:108: warning: [deprecation] saveSerializedView(FacesContext) in StateManager has been deprecated [ts.javac] (manager.saveSerializedView(context) == null) ? "null" : "not null"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanager/TestServlet.java:120: warning: [deprecation] saveSerializedView(FacesContext) in StateManager has been deprecated [ts.javac] (manager.saveSerializedView(context) == null) ? "null" : "not null"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanager/TestServlet.java:141: warning: [deprecation] saveSerializedView(FacesContext) in StateManager has been deprecated [ts.javac] manager.saveSerializedView(context); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanager/TestServlet.java:166: warning: [deprecation] saveSerializedView(FacesContext) in StateManager has been deprecated [ts.javac] manager.saveSerializedView(context); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanager/TestServlet.java:208: warning: [deprecation] saveSerializedView(FacesContext) in StateManager has been deprecated [ts.javac] manager.writeState(context, manager.saveSerializedView(context)); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanager/TestServlet.java:208: warning: [deprecation] writeState(FacesContext,StateManager.SerializedView) in StateManager has been deprecated [ts.javac] manager.writeState(context, manager.saveSerializedView(context)); [ts.javac] ^ [ts.javac] 6 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanager [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanager/jsf_appl_statemgrc_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanager Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanager/jsf_appl_statemgrs_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanager build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanagerwrapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanagerwrapper/TestServlet.java:91: warning: [deprecation] saveSerializedView(FacesContext) in StateManager has been deprecated [ts.javac] (manager.saveSerializedView(context) == null) ? "null" : "not null"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanagerwrapper/TestServlet.java:103: warning: [deprecation] saveSerializedView(FacesContext) in StateManager has been deprecated [ts.javac] (manager.saveSerializedView(context) == null) ? "null" : "not null"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanagerwrapper/TestServlet.java:125: warning: [deprecation] saveSerializedView(FacesContext) in StateManager has been deprecated [ts.javac] manager.saveSerializedView(context); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanagerwrapper/TestServlet.java:150: warning: [deprecation] saveSerializedView(FacesContext) in StateManager has been deprecated [ts.javac] manager.saveSerializedView(context); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanagerwrapper/TestServlet.java:193: warning: [deprecation] saveSerializedView(FacesContext) in StateManager has been deprecated [ts.javac] manager.writeState(context, manager.saveSerializedView(context)); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanagerwrapper/TestServlet.java:193: warning: [deprecation] writeState(FacesContext,StateManager.SerializedView) in StateManager has been deprecated [ts.javac] manager.writeState(context, manager.saveSerializedView(context)); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanagerwrapper/TestServlet.java:204: warning: [deprecation] StateManagerWrapper() in StateManagerWrapper has been deprecated [ts.javac] SimpleStateManagerWrapper(StateManager manager) { [ts.javac] ^ [ts.javac] 7 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanagerwrapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanagerwrapper/jsf_appl_statemgrwrapc_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanagerwrapper Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanagerwrapper/jsf_appl_statemgrwraps_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/statemanagerwrapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/viewexpiredex [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/viewexpiredex [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/viewexpiredex/jsf_appl_viewexpiredex_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/viewexpiredex build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/viewhandler [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/viewhandler/TestServlet.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/viewhandler [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/viewhandler/jsf_appl_viewhandler_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/viewhandler build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/application/viewhandlerwrapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/viewhandlerwrapper/TestServlet.java:632: warning: [deprecation] ViewHandlerWrapper() in ViewHandlerWrapper has been deprecated [ts.javac] SimpleViewHandlerWrapper(ViewHandler handler) { [ts.javac] ^ [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/viewhandlerwrapper/TestServlet.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 1 warning -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/viewhandlerwrapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/viewhandlerwrapper/jsf_appl_viewhandlerwrap_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/application/viewhandlerwrapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/annotation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 17 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseActionSourceTestServlet.java:31: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.MethodBinding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseEditableValueHolderTestServlet.java:32: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.MethodBinding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/TCKValueBinding.java:25: warning: [deprecation] EvaluationException in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.EvaluationException; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/TCKValueBinding.java:26: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.PropertyNotFoundException; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/TCKValueBinding.java:27: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.ValueBinding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseStateHolderTestServlet.java:87: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] getApplication().createValueBinding(COMPONENT_REF), COMPONENT_REF)); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseStateHolderTestServlet.java:86: warning: [deprecation] setValueBinding(String,ValueBinding) in UIComponent has been deprecated [ts.javac] component.setValueBinding(REF_NAME, new TCKValueBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseStateHolderTestServlet.java:98: warning: [deprecation] getValueBinding(String) in UIComponent has been deprecated [ts.javac] if (!((TCKValueBinding) orig.getValueBinding(REF_NAME)).getRef().equals( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseStateHolderTestServlet.java:99: warning: [deprecation] getValueBinding(String) in UIComponent has been deprecated [ts.javac] ((TCKValueBinding) restored.getValueBinding(REF_NAME)).getRef())) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseStateHolderTestServlet.java:102: warning: [deprecation] getValueBinding(String) in UIComponent has been deprecated [ts.javac] .append(((TCKValueBinding) orig.getValueBinding(REF_NAME)).getRef()); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseStateHolderTestServlet.java:104: warning: [deprecation] getValueBinding(String) in UIComponent has been deprecated [ts.javac] ((TCKValueBinding) restored.getValueBinding(REF_NAME)).getRef()); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseUIComponentTestServlet.java:4226: warning: non-varargs call of varargs method with inexact argument type for last parameter; [ts.javac] Object result = readMethod.invoke(component, null); [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] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseEditableValueHolderTestServlet.java:182: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseEditableValueHolderTestServlet.java:182: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseEditableValueHolderTestServlet.java:185: warning: [deprecation] setValueChangeListener(MethodBinding) in EditableValueHolder has been deprecated [ts.javac] holder.setValueChangeListener(binding); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseEditableValueHolderTestServlet.java:187: warning: [deprecation] getValueChangeListener() in EditableValueHolder has been deprecated [ts.javac] if (binding != holder.getValueChangeListener()) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseEditableValueHolderTestServlet.java:191: warning: [deprecation] getValueChangeListener() in EditableValueHolder has been deprecated [ts.javac] out.println("Received: " + holder.getValueChangeListener()); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseActionSourceTestServlet.java:194: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseActionSourceTestServlet.java:195: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] .createMethodBinding("#{requestScope.actionSource}", null); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseActionSourceTestServlet.java:196: warning: [deprecation] setAction(MethodBinding) in ActionSource has been deprecated [ts.javac] source.setAction(binding); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseActionSourceTestServlet.java:197: warning: [deprecation] getAction() in ActionSource has been deprecated [ts.javac] Object result = source.getAction(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseActionSourceTestServlet.java:220: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseActionSourceTestServlet.java:220: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseActionSourceTestServlet.java:226: warning: [deprecation] setActionListener(MethodBinding) in ActionSource has been deprecated [ts.javac] source.setActionListener(binding); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseActionSourceTestServlet.java:227: warning: [deprecation] getActionListener() in ActionSource has been deprecated [ts.javac] Object result = source.getActionListener(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/TCKValueBinding.java:29: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] public class TCKValueBinding extends ValueBinding implements StateHolder { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/TCKValueBinding.java:31: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] private ValueBinding binding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/TCKValueBinding.java:39: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] public TCKValueBinding(ValueBinding binding, String ref) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/TCKValueBinding.java:44: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] public Class getType(FacesContext context) throws PropertyNotFoundException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/TCKValueBinding.java:49: warning: [deprecation] EvaluationException in jakarta.faces.el has been deprecated [ts.javac] throws EvaluationException, PropertyNotFoundException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/TCKValueBinding.java:49: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] throws EvaluationException, PropertyNotFoundException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/TCKValueBinding.java:54: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] throws PropertyNotFoundException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/TCKValueBinding.java:59: warning: [deprecation] EvaluationException in jakarta.faces.el has been deprecated [ts.javac] throws EvaluationException, PropertyNotFoundException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/TCKValueBinding.java:59: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] throws EvaluationException, PropertyNotFoundException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/TCKValueBinding.java:81: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] binding = (ValueBinding) values[1]; [ts.javac] ^ [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseUIComponentTestServlet.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 35 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/annotation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/annotation/jsf_comp_annotation_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/annotation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/behavior/ajax [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/behavior/ajax [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/behavior/ajax/jsf_comp_behavior_ajax_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/behavior/ajax build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/behavior [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/behavior/clientbehaviorcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/behavior/clientbehaviorcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/behavior/clientbehaviorcontext/jsf_comp_behavior_clientbehaviorcontext_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/behavior/clientbehaviorcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlcommandbutton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uicommand/TestServlet.java:188: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] command.setActionListener(getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uicommand/TestServlet.java:188: warning: [deprecation] setActionListener(MethodBinding) in UICommand has been deprecated [ts.javac] command.setActionListener(getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] 2 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlcommandbutton [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlcommandbutton/jsf_chtml_combutton_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlcommandbutton build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlcommandlink [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlcommandlink [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlcommandlink/jsf_chtml_comlink_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlcommandlink build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmldatatable [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uidata/TestServlet.java:1246: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] getApplication().createValueBinding("#{foo.command}")); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uidata/TestServlet.java:1245: warning: [deprecation] setValueBinding(String,ValueBinding) in UIComponentBase has been deprecated [ts.javac] command.setValueBinding("value", [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uidata/TestServlet.java:1265: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] getApplication().createValueBinding("#{foo.input}")); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uidata/TestServlet.java:1264: warning: [deprecation] setValueBinding(String,ValueBinding) in UIComponentBase has been deprecated [ts.javac] input.setValueBinding("value", [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uidata/TestServlet.java:1287: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] getApplication().createValueBinding("#{foo.output}")); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uidata/TestServlet.java:1286: warning: [deprecation] setValueBinding(String,ValueBinding) in UIComponentBase has been deprecated [ts.javac] output.setValueBinding("value", [ts.javac] ^ [ts.javac] 6 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmldatatable [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmldatatable/jsf_chtml_datatab_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmldatatable build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlform [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlform [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlform/jsf_chtml_form_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlform build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlgraphicimage [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlgraphicimage [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlgraphicimage/jsf_chtml_gimage_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlgraphicimage build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputfile [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput/TestServlet.java:45: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.MethodBinding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput/TestServlet.java:151: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput/TestServlet.java:151: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput/TestServlet.java:155: warning: [deprecation] setValueChangeListener(MethodBinding) in UIInput has been deprecated [ts.javac] input.setValueChangeListener(binding); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput/TestServlet.java:199: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] .createValueBinding("#{requestScope.TestBean.boolProp}")); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput/TestServlet.java:198: warning: [deprecation] setValueBinding(String,ValueBinding) in UIComponentBase has been deprecated [ts.javac] input.setValueBinding("attr", context.getApplication() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput/TestServlet.java:488: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput/TestServlet.java:488: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput/TestServlet.java:491: warning: [deprecation] setValidator(MethodBinding) in UIInput has been deprecated [ts.javac] input.setValidator(binding); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput/TestServlet.java:546: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput/TestServlet.java:546: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput/TestServlet.java:549: warning: [deprecation] setValidator(MethodBinding) in UIInput has been deprecated [ts.javac] input.setValidator(binding); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput/TestServlet.java:615: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput/TestServlet.java:615: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput/TestServlet.java:618: warning: [deprecation] setValidator(MethodBinding) in UIInput has been deprecated [ts.javac] input.setValidator(binding); [ts.javac] ^ [ts.javac] 15 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputfile [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputfile/jsf_chtml_infile_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputhidden [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputhidden [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputhidden/jsf_chtml_inhidden_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputhidden build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputsecret [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputsecret [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputsecret/jsf_chtml_insecret_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputsecret build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputtext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputtext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputtext/jsf_chtml_intext_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputtext build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputtextarea [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputtextarea [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputtextarea/jsf_chtml_intextarea_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputtextarea build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlmessage [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlmessage [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlmessage/jsf_chtml_message_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlmessage build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlmessages [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlmessages [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlmessages/jsf_chtml_messages_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlmessages build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutcometargetbutton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutcometargetbutton [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutcometargetbutton/jsf_chtml_outcometargetbutton_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutcometargetbutton build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutcometargetlink [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutcometargetlink [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutcometargetlink/jsf_chtml_outcometargetlink_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutcometargetlink build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutputformat [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutputformat [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutputformat/jsf_chtml_outformat_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutputformat build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutputlabel [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutputlabel [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutputlabel/jsf_chtml_outlabel_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutputlabel build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutputlink [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutputlink [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutputlink/jsf_chtml_outlink_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutputlink build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutputtext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutputtext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutputtext/jsf_chtml_outtext_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutputtext build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlpanelgrid [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlpanelgrid [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlpanelgrid/jsf_chtml_panelgrid_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlpanelgrid build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlpanelgroup [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlpanelgroup [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlpanelgroup/jsf_chtml_panelgroup_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlpanelgroup build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectbooleancheckbox [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectboolean/TestServlet.java:39: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.MethodBinding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectboolean/TestServlet.java:175: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectboolean/TestServlet.java:175: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectboolean/TestServlet.java:179: warning: [deprecation] setValueChangeListener(MethodBinding) in UIInput has been deprecated [ts.javac] input.setValueChangeListener(binding); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectboolean/TestServlet.java:233: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectboolean/TestServlet.java:233: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectboolean/TestServlet.java:236: warning: [deprecation] setValidator(MethodBinding) in UIInput has been deprecated [ts.javac] input.setValidator(binding); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectboolean/TestServlet.java:292: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectboolean/TestServlet.java:292: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectboolean/TestServlet.java:295: warning: [deprecation] setValidator(MethodBinding) in UIInput has been deprecated [ts.javac] input.setValidator(binding); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectboolean/TestServlet.java:360: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectboolean/TestServlet.java:360: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectboolean/TestServlet.java:363: warning: [deprecation] setValidator(MethodBinding) in UIInput has been deprecated [ts.javac] input.setValidator(binding); [ts.javac] ^ [ts.javac] 13 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectbooleancheckbox [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectbooleancheckbox/jsf_chtml_selbchkbox_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectbooleancheckbox build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectmanycheckbox [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectmanycheckbox/TestServlet.java:35: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.MethodBinding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectmany/TestServlet.java:43: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.MethodBinding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectmany/TestServlet.java:179: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectmany/TestServlet.java:179: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectmany/TestServlet.java:183: warning: [deprecation] setValueChangeListener(MethodBinding) in UIInput has been deprecated [ts.javac] input.setValueChangeListener(binding); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectmany/TestServlet.java:246: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectmany/TestServlet.java:246: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectmany/TestServlet.java:249: warning: [deprecation] setValidator(MethodBinding) in UIInput has been deprecated [ts.javac] input.setValidator(binding); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectmany/TestServlet.java:314: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectmany/TestServlet.java:314: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectmany/TestServlet.java:317: warning: [deprecation] setValidator(MethodBinding) in UIInput has been deprecated [ts.javac] input.setValidator(binding); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectmany/TestServlet.java:391: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectmany/TestServlet.java:391: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectmany/TestServlet.java:394: warning: [deprecation] setValidator(MethodBinding) in UIInput has been deprecated [ts.javac] input.setValidator(binding); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectmanycheckbox/TestServlet.java:131: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectmanycheckbox/TestServlet.java:131: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectmanycheckbox/TestServlet.java:135: warning: [deprecation] setValueChangeListener(MethodBinding) in UIInput has been deprecated [ts.javac] input.setValueChangeListener(binding); [ts.javac] ^ [ts.javac] 17 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectmanycheckbox [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectmanycheckbox/jsf_chtml_selmchkbox_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectmanycheckbox build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectmanylistbox [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectmanylistbox [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectmanylistbox/jsf_chtml_selmlistbox_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectmanylistbox build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectmanymenu [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectmanymenu [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectmanymenu/jsf_chtml_selmmenu_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectmanymenu build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectonelistbox [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectone/TestServlet.java:41: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.MethodBinding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectone/TestServlet.java:42: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.ValueBinding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectone/TestServlet.java:111: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectone/TestServlet.java:111: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectone/TestServlet.java:114: warning: [deprecation] setValidator(MethodBinding) in UIInput has been deprecated [ts.javac] input.setValidator(binding); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectone/TestServlet.java:176: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectone/TestServlet.java:176: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectone/TestServlet.java:180: warning: [deprecation] setValidator(MethodBinding) in UIInput has been deprecated [ts.javac] input.setValidator(binding); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectone/TestServlet.java:250: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectone/TestServlet.java:250: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] MethodBinding binding = getApplication().createMethodBinding( [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectone/TestServlet.java:254: warning: [deprecation] setValidator(MethodBinding) in UIInput has been deprecated [ts.javac] input.setValidator(binding); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectone/TestServlet.java:370: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectone/TestServlet.java:371: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] .createValueBinding("#{requestScope.simple.boolWrapProp}"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectone/TestServlet.java:372: warning: [deprecation] setValueBinding(String,ValueBinding) in UIComponentBase has been deprecated [ts.javac] input.setValueBinding("value", binding); [ts.javac] ^ [ts.javac] 14 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectonelistbox [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectonelistbox/jsf_chtml_selolistbox_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectonelistbox build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectonemenu [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectonemenu [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectonemenu/jsf_chtml_selomenu_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectonemenu build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectoneradio [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectoneradio [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectoneradio/jsf_chtml_seloradio_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectoneradio build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uicolumn [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uicolumn [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uicolumn/jsf_comp_column_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uicolumn build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uicommand [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uicommand [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uicommand/jsf_comp_command_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uicommand build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uidata [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uidata [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uidata/jsf_comp_data_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uidata build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiform [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiform [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiform/jsf_comp_form_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiform build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uigraphic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uigraphic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uigraphic/jsf_comp_graphic_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uigraphic build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput/jsf_comp_input_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uimessage [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uimessage [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uimessage/jsf_comp_message_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uimessage build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uimessages [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uimessages [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uimessages/jsf_comp_messages_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uimessages build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uinamingcontainer [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uinamingcontainer [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uinamingcontainer/jsf_comp_naming_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uinamingcontainer build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uioutcometarget [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uioutcometarget [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uioutcometarget/jsf_comp_outcometarget_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uioutcometarget build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uioutput [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uioutput [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uioutput/jsf_comp_output_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uioutput build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uipanel [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uipanel [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uipanel/jsf_comp_panel_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uipanel build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiparameter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiparameter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiparameter/jsf_comp_param_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiparameter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectboolean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectboolean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectboolean/jsf_comp_selboolean_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectboolean build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectitem [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectitem [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectitem/jsf_comp_selitem_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectitem build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectitems [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectitems [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectitems/jsf_comp_selitems_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectitems build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectmany [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectmany [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectmany/jsf_comp_selmany_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectmany build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectone [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectone/jsf_comp_selone_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectone build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiviewaction [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiviewaction [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiviewaction/jsf_comp_viewaction_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiviewaction build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiviewparameter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiviewparameter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiviewparameter/jsf_comp_viewparameter_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiviewparameter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiviewroot [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiviewroot [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiviewroot/jsf_comp_viewroot_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiviewroot build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/context [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/TestServlet.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/jsf_ctx_extctx_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontextfactory [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontextfactory [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontextfactory/jsf_ctx_externalctxfactory_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontextfactory build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontextwrapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontextwrapper/TestServlet.java:824: warning: [deprecation] ExternalContextWrapper() in ExternalContextWrapper has been deprecated [ts.javac] private static class TCKExternalContext extends ExternalContextWrapper { [ts.javac] ^ [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontextwrapper/TestServlet.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 1 warning -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontextwrapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontextwrapper/jsf_ctx_extctxwrapper_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontextwrapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontext/TestServlet.java:1303: warning: [deprecation] ExceptionHandlerWrapper() in ExceptionHandlerWrapper has been deprecated [ts.javac] private static final class TCKExceptionHandler [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontext/TestServlet.java:1314: warning: [deprecation] RenderKitWrapper() in RenderKitWrapper has been deprecated [ts.javac] private static class TCKRenderKit extends RenderKitWrapper { [ts.javac] ^ [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontext/TestServlet.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 2 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontext/jsf_ctx_facesctx_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontextfactory [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontextfactory [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontextfactory/jsf_ctx_facesctxfactory_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontextfactory build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontextwrapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontextwrapper/TestServlet.java:1190: warning: [deprecation] FacesContextWrapper() in FacesContextWrapper has been deprecated [ts.javac] private static final class TCKFacesContext extends FacesContextWrapper { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontextwrapper/TestServlet.java:1199: warning: [deprecation] RenderKitWrapper() in RenderKitWrapper has been deprecated [ts.javac] private static class TCKRenderKit extends RenderKitWrapper { [ts.javac] ^ [ts.javac] 2 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontextwrapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontextwrapper/jsf_ctx_facesctxwrap_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontextwrapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/bigdecimalconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/common/BaseConverterTestServlet.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/bigdecimalconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/bigdecimalconverter/jsf_convert_bigdecimal_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/bigdecimalconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/bigintegerconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/bigintegerconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/bigintegerconverter/jsf_convert_biginteger_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/bigintegerconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/booleanconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/booleanconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/booleanconverter/jsf_convert_boolean_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/booleanconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/byteconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/byteconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/byteconverter/jsf_convert_byte_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/byteconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/characterconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/characterconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/characterconverter/jsf_convert_character_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/characterconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/datetimeconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/datetimeconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/datetimeconverter/jsf_convert_datetime_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/datetimeconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/doubleconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/doubleconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/doubleconverter/jsf_convert_double_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/doubleconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/enumconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/enumconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/enumconverter/jsf_convert_enum_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/floatconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/floatconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/floatconverter/jsf_convert_float_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/floatconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/integerconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/integerconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/integerconverter/jsf_convert_integer_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/integerconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/localdateconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/localdateconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/localdateconverter/jsf_convert_localdate_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/localdateconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/localdatetimeconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/localdatetimeconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/localdatetimeconverter/jsf_convert_localdatetime_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/localdatetimeconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/localtimeconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/localtimeconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/localtimeconverter/jsf_convert_localtime_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/localtimeconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/longconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/longconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/longconverter/jsf_convert_long_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/longconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/numberconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/numberconverter/TestServlet.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/numberconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/numberconverter/jsf_convert_number_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/numberconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/offsetdatetimeconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/offsetdatetimeconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/offsetdatetimeconverter/jsf_convert_offsetdatetime_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/offsetdatetimeconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/offsettimeconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/offsettimeconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/offsettimeconverter/jsf_convert_offsettime_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/offsettimeconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/shortconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/shortconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/shortconverter/jsf_convert_short_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/shortconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/convert/zoneddatetimeconverter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/zoneddatetimeconverter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/zoneddatetimeconverter/jsf_convert_zoneddatetime_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/convert/zoneddatetimeconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/el [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/el/evaluationexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/evaluationexception/TestServlet.java:25: warning: [deprecation] EvaluationException in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.EvaluationException; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/common/BaseELExceptionTestServlet.java:53: warning: non-varargs call of varargs method with inexact argument type for last parameter; [ts.javac] ctor = exceptionClass.getDeclaredConstructor(null); [ts.javac] ^ [ts.javac] cast to Class for a varargs call [ts.javac] cast to Class[] for a non-varargs call and to suppress this warning [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/common/BaseELExceptionTestServlet.java:62: warning: non-varargs call of varargs method with inexact argument type for last parameter; [ts.javac] ctor.newInstance(null); [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] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/evaluationexception/TestServlet.java:33: warning: [deprecation] EvaluationException in jakarta.faces.el has been deprecated [ts.javac] super.setExceptionClass(EvaluationException.class); [ts.javac] ^ [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/common/BaseELExceptionTestServlet.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 4 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/evaluationexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/evaluationexception/jsf_el_evalexc_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/evaluationexception build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:32: warning: [deprecation] EvaluationException in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.EvaluationException; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:33: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.MethodBinding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:67: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = application [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:68: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] .createMethodBinding("#{TestBean.getBoolProp}", null); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:80: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] binding = application.createMethodBinding("#{TestBean.setBoolProp}", [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:91: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] binding = application.createMethodBinding("#{TestBean.getBoolProp}", null); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:113: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:114: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] .createMethodBinding("#{TestBean.noSuchMethod}", null); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:141: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:142: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] .createMethodBinding("#{TestBean.noSuchMethod}", null); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:170: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:171: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] .createMethodBinding("#{TestBean.noSuchMethod}", null); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:179: warning: [deprecation] EvaluationException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof EvaluationException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:199: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:200: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] .createMethodBinding("#{TestBean.noSuchMethod}", null); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:208: warning: [deprecation] EvaluationException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof EvaluationException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:229: warning: [deprecation] MethodBinding in jakarta.faces.el has been deprecated [ts.javac] MethodBinding binding = getApplication() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:230: warning: [deprecation] createMethodBinding(String,Class[]) in Application has been deprecated [ts.javac] .createMethodBinding("#{TestBean.getException}", null); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:238: warning: [deprecation] EvaluationException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof EvaluationException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/TestServlet.java:246: warning: [deprecation] EvaluationException in jakarta.faces.el has been deprecated [ts.javac] Throwable rootCause = ((EvaluationException) e).getCause(); [ts.javac] ^ [ts.javac] 20 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding/jsf_el_methbinding_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodbinding build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodnotfoundexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodnotfoundexception/TestServlet.java:25: warning: [deprecation] MethodNotFoundException in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.MethodNotFoundException; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodnotfoundexception/TestServlet.java:33: warning: [deprecation] MethodNotFoundException in jakarta.faces.el has been deprecated [ts.javac] super.setExceptionClass(MethodNotFoundException.class); [ts.javac] ^ [ts.javac] 2 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodnotfoundexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodnotfoundexception/jsf_el_methnotfoundexc_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/methodnotfoundexception build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertynotfoundexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertynotfoundexception/TestServlet.java:25: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.PropertyNotFoundException; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertynotfoundexception/TestServlet.java:33: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] super.setExceptionClass(PropertyNotFoundException.class); [ts.javac] ^ [ts.javac] 2 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertynotfoundexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertynotfoundexception/jsf_el_propnotfoundexc_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertynotfoundexception build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:38: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.PropertyNotFoundException; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:39: warning: [deprecation] PropertyResolver in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.PropertyResolver; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:57: warning: [deprecation] PropertyResolver in jakarta.faces.el has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:57: warning: [deprecation] getPropertyResolver() in Application has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:117: warning: [deprecation] PropertyResolver in jakarta.faces.el has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:117: warning: [deprecation] getPropertyResolver() in Application has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:151: warning: [deprecation] PropertyResolver in jakarta.faces.el has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:151: warning: [deprecation] getPropertyResolver() in Application has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:208: warning: [deprecation] PropertyResolver in jakarta.faces.el has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:208: warning: [deprecation] getPropertyResolver() in Application has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:256: warning: [deprecation] PropertyResolver in jakarta.faces.el has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:256: warning: [deprecation] getPropertyResolver() in Application has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:302: warning: [deprecation] PropertyResolver in jakarta.faces.el has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:302: warning: [deprecation] getPropertyResolver() in Application has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:320: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof PropertyNotFoundException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:337: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof PropertyNotFoundException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:353: warning: [deprecation] PropertyResolver in jakarta.faces.el has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:353: warning: [deprecation] getPropertyResolver() in Application has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:416: warning: [deprecation] PropertyResolver in jakarta.faces.el has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:416: warning: [deprecation] getPropertyResolver() in Application has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:435: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof PropertyNotFoundException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:452: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof PropertyNotFoundException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:471: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof PropertyNotFoundException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:500: warning: [deprecation] PropertyResolver in jakarta.faces.el has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:500: warning: [deprecation] getPropertyResolver() in Application has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:554: warning: [deprecation] PropertyResolver in jakarta.faces.el has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:554: warning: [deprecation] getPropertyResolver() in Application has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:572: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof PropertyNotFoundException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:589: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof PropertyNotFoundException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:607: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof PropertyNotFoundException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:637: warning: [deprecation] PropertyResolver in jakarta.faces.el has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:637: warning: [deprecation] getPropertyResolver() in Application has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:656: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof PropertyNotFoundException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:673: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof PropertyNotFoundException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:691: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof PropertyNotFoundException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:709: warning: [deprecation] PropertyResolver in jakarta.faces.el has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:709: warning: [deprecation] getPropertyResolver() in Application has been deprecated [ts.javac] PropertyResolver resolver = getApplication().getPropertyResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:727: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof PropertyNotFoundException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java:744: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof PropertyNotFoundException)) { [ts.javac] ^ [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/TestServlet.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 39 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver/jsf_el_propresolver_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/propertyresolver build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/el/referencesyntaxexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/referencesyntaxexception/TestServlet.java:25: warning: [deprecation] ReferenceSyntaxException in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.ReferenceSyntaxException; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/referencesyntaxexception/TestServlet.java:33: warning: [deprecation] ReferenceSyntaxException in jakarta.faces.el has been deprecated [ts.javac] super.setExceptionClass(ReferenceSyntaxException.class); [ts.javac] ^ [ts.javac] 2 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/referencesyntaxexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/referencesyntaxexception/jsf_el_refsyntaxexc_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/referencesyntaxexception build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:31: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.PropertyNotFoundException; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:32: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.ValueBinding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:50: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = getApplication() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:51: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] .createValueBinding("#{param.testname}"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:77: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = getApplication() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:78: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] .createValueBinding("#{param.testname}"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:104: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = getApplication() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:105: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] .createValueBinding("#{requestScope.obj.foo}"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:113: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof PropertyNotFoundException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:126: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] .createValueBinding("#{requestScope.tckBean.onlyWritable}"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:134: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof PropertyNotFoundException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:149: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = getApplication() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:150: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] .createValueBinding("#{param.testname}"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:173: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = getApplication() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:174: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] .createValueBinding("#{param.testname}"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:200: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = getApplication() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:201: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] .createValueBinding("#{requestScope.obj.foo}"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:209: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof PropertyNotFoundException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:222: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] .createValueBinding("#{requestScope.tckBean.onlyWritable}"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:230: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof PropertyNotFoundException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:251: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = getApplication() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:252: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] .createValueBinding("#{requestScope.bean.readOnly}"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:268: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] .createValueBinding("#{requestScope.bean.writable}"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:290: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = getApplication() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:291: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] .createValueBinding("#{param.testname}"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:315: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = getApplication() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:316: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] .createValueBinding("#{requestScope.tckAttr}"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:337: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = getApplication() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:338: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] .createValueBinding("#{requestScope.tckattr}"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:376: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = getApplication() [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:377: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] .createValueBinding("#{requestScope.obj.foo}"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:385: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof PropertyNotFoundException)) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:398: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] .createValueBinding("#{requestScope.tckBean.readonly}"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/TestServlet.java:406: warning: [deprecation] PropertyNotFoundException in jakarta.faces.el has been deprecated [ts.javac] if (!(e instanceof PropertyNotFoundException)) { [ts.javac] ^ [ts.javac] 34 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding/jsf_el_valbinding_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/valuebinding build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/el/variableresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/variableresolver/TestServlet.java:29: warning: [deprecation] VariableResolver in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.VariableResolver; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/variableresolver/TestServlet.java:47: warning: [deprecation] VariableResolver in jakarta.faces.el has been deprecated [ts.javac] VariableResolver resolver = getApplication().getVariableResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/variableresolver/TestServlet.java:47: warning: [deprecation] getVariableResolver() in Application has been deprecated [ts.javac] VariableResolver resolver = getApplication().getVariableResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/variableresolver/TestServlet.java:80: warning: [deprecation] VariableResolver in jakarta.faces.el has been deprecated [ts.javac] VariableResolver resolver = getApplication().getVariableResolver(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/el/variableresolver/TestServlet.java:80: warning: [deprecation] getVariableResolver() in Application has been deprecated [ts.javac] VariableResolver resolver = getApplication().getVariableResolver(); [ts.javac] ^ [ts.javac] 5 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/variableresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/variableresolver/jsf_el_varresolver_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/el/variableresolver build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/abortprocessingexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/abortprocessingexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/abortprocessingexception/jsf_event_abortprocessingexception_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/abortprocessingexception build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/actionevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/actionevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/actionevent/jsf_event_actionevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/actionevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/ajaxbehaviorevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/ajaxbehaviorevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/ajaxbehaviorevent/jsf_event_ajaxbehaviorevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/ajaxbehaviorevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/exceptionqueuedevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/exceptionqueuedevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/exceptionqueuedevent/jsf_event_exceptionqueuedevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/exceptionqueuedevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/exceptionqueuedeventcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/exceptionqueuedeventcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/exceptionqueuedeventcontext/jsf_event_exceptionqueuedeventcontext_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/exceptionqueuedeventcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/facesevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/facesevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/facesevent/jsf_event_facesevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/facesevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/methodexpressionvaluechangelistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/methodexpressionvaluechangelistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/methodexpressionvaluechangelistener/jsf_event_methodexpressionvaluechangelistener_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/methodexpressionvaluechangelistener build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/phaseevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/phaseevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/phaseevent/jsf_event_phaseevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/phaseevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/postaddtoviewevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postaddtoviewevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postaddtoviewevent/jsf_event_postaddtoviewevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postaddtoviewevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/postconstructapplicationevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postconstructapplicationevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postconstructapplicationevent/jsf_event_postconstructapplicationevent_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/postconstructcustomscopeevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postconstructcustomscopeevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postconstructcustomscopeevent/jsf_event_postconstructcustomscopeevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postconstructcustomscopeevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/postconstructviewmapevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postconstructviewmapevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postconstructviewmapevent/jsf_event_postconstructviewmapevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postconstructviewmapevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/postkeepflashvalueevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postkeepflashvalueevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postkeepflashvalueevent/jsf_event_postkeepflashvalueevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postkeepflashvalueevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/postputflashvalueevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postputflashvalueevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postputflashvalueevent/jsf_event_postputflashvalueevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postputflashvalueevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/postrenderviewevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postrenderviewevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postrenderviewevent/jsf_event_postrenderviewevent_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/postrestorestateevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postrestorestateevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postrestorestateevent/jsf_event_postrestorestateevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postrestorestateevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/postvalidateevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postvalidateevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postvalidateevent/jsf_event_postvalidateevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/postvalidateevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/preclearflashevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/preclearflashevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/preclearflashevent/jsf_event_preclearflashevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/preclearflashevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/predestroyapplicationevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/predestroyapplicationevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/predestroyapplicationevent/jsf_event_predestroyapplicationevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/predestroyapplicationevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/predestroyviewmapevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/predestroyviewmapevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/predestroyviewmapevent/jsf_event_predestroyviewmapevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/predestroyviewmapevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/preremoveflashvalueevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/preremoveflashvalueevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/preremoveflashvalueevent/jsf_event_preremoveflashvalueevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/preremoveflashvalueevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/preremovefromviewevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/preremovefromviewevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/preremovefromviewevent/jsf_event_preremovefromviewevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/preremovefromviewevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/prerendercomponentevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/prerendercomponentevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/prerendercomponentevent/jsf_event_prerendercomponentevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/prerendercomponentevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/prerenderviewevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/prerenderviewevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/prerenderviewevent/jsf_event_prerenderviewevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/prerenderviewevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/prevalidateevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/prevalidateevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/prevalidateevent/jsf_event_prevalidateevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/prevalidateevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/event/valuechangeevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/valuechangeevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/valuechangeevent/jsf_event_valuechangeevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/event/valuechangeevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/facesexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/facesexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/facesexception/jsf_facesexception_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/facesexception build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/altfacesconfig [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/altfacesconfig [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/altfacesconfig/jsftck-context.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/altfacesconfig/jsf_altfacesconfig_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/altfacesconfig [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/altfacesconfig/jsftck-context.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/altfacesconfiglast [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/altfacesconfiglast [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/altfacesconfiglast/jsftck-context.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/altfacesconfiglast/jsf_altfacesconfiglast_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/altfacesconfiglast [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/altfacesconfiglast/jsftck-context.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/decorated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/decorated [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/decorated/jsftck-context.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/decorated/jsf_decorated_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/decorated [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/decorated/jsftck-context.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/factoryfinder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/factoryfinder/TestServlet.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/factoryfinder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/factoryfinder/jsf_factoryfinder_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/factoryfinder build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/metainf [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/metainf [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/metainf/jsftck-context.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/metainf/jsf_metainf_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/metainf/jsftck-context.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/metainflast [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/metainflast [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/metainflast/jsftck-context.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/metainflast/jsf_metainflast_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/metainflast/jsftck-context.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/service [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/service [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/service/jsftck-context.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/service/jsf_service_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/service [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/service/jsftck-context.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/webinf [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/webinf [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/webinf/jsftck-context.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/webinf/jsf_webinf_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/webinf [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinder/webinf/jsftck-context.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinderrelease [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinderrelease [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinderrelease/jsf_factoryfinderrelease_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/factoryfinderrelease build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/flow [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/flow/flowhandler [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/flow/flowhandler [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/flow/flowhandler/jsf_flowhandler_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/flow/flowhandler build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecycle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecycle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecycle/jsf_lifecycle_life_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecycle build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecyclefactory [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecyclefactory [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecyclefactory/jsf_lifecycle_lifefactory_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecyclefactory build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecyclewrapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecyclewrapper/TestServlet.java:228: warning: [deprecation] LifecycleWrapper() in LifecycleWrapper has been deprecated [ts.javac] private static class TCKLifecycleWrapper extends LifecycleWrapper { [ts.javac] ^ [ts.javac] 1 warning -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecyclewrapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecyclewrapper/jsf_lifecycle_lifecyclewppr_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecyclewrapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/model/arraydatamodel [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/arraydatamodel [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/arraydatamodel/jsf_model_arraydm_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/arraydatamodel build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/model/collectiondatamodel [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/collectiondatamodel/TestServlet.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/collectiondatamodel [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/collectiondatamodel/jsf_model_collectiondm_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/collectiondatamodel build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/model/datamodelevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/datamodelevent/TestServlet.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/datamodelevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/datamodelevent/jsf_model_dmevent_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/datamodelevent build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/model/iterabledatamodel [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/iterabledatamodel/TestServlet.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/iterabledatamodel [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/iterabledatamodel/jsf_model_iterabledm_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/iterabledatamodel build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/model/listdatamodel [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/listdatamodel/TestServlet.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/listdatamodel [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/listdatamodel/jsf_model_listdm_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/listdatamodel build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/model/resultdatamodel [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/resultdatamodel/TestServlet.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/resultdatamodel [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/resultdatamodel/jsf_model_resultdm_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/resultdatamodel build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/model/resultsetdatamodel [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/resultsetdatamodel/TestServlet.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/resultsetdatamodel [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/resultsetdatamodel/jsf_model_resultsetdm_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/resultsetdatamodel build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/model/scalardatamodel [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/scalardatamodel/TestServlet.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/scalardatamodel [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/scalardatamodel/jsf_model_scalardm_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/scalardatamodel build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/model/selectitem [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/selectitem [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/selectitem/jsf_model_selitem_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/selectitem build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/model/selectitemgroup [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/selectitemgroup [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/selectitemgroup/jsf_model_selitemgrp_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/model/selectitemgroup build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/render [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/render/clientbehaviorrenderer [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/render/clientbehaviorrenderer [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/render/clientbehaviorrenderer/jsf_render_cbrender_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/render/clientbehaviorrenderer build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/render/renderkit [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/render/renderkit [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/render/renderkit/jsf_render_renderkit_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/render/renderkit build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/render/renderkitfactory [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/render/renderkitfactory/TestServlet.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/render/renderkitfactory [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/render/renderkitfactory/jsf_render_rkfactory_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/render/renderkitfactory build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/beanvalidator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/validator/beanvalidator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/validator/beanvalidator/jsf_validator_beanvalidator_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/validator/beanvalidator build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/validator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/doublerangevalidator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/validator/doublerangevalidator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/validator/doublerangevalidator/jsf_validator_doublevalidator_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/validator/doublerangevalidator build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/lengthvalidator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/validator/lengthvalidator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/validator/lengthvalidator/jsf_validator_lengthvalidator_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/validator/lengthvalidator build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/longrangevalidator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/validator/longrangevalidator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/validator/longrangevalidator/jsf_validator_longvalidator_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/validator/longrangevalidator build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/methodexpressionvalidator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/validator/methodexpressionvalidator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/validator/methodexpressionvalidator/jsf_validator_methodvalidator_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/validator/methodexpressionvalidator build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/regexvalidator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/validator/regexvalidator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/validator/regexvalidator/jsf_validator_regexvalidator_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/validator/regexvalidator build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/view [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/view/location [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/view/location [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/view/location/jsf_view_location_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/view/location build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/view/statemanagementstrategy [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/view/statemanagementstrategy [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/view/statemanagementstrategy/jsf_view_statemgmt_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/view/statemanagementstrategy build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang/jsf_view_vdl_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlangwrapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlangwrapper/TestServlet.java:664: warning: [deprecation] ViewDeclarationLanguageWrapper() in ViewDeclarationLanguageWrapper has been deprecated [ts.javac] public TCKVDL() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlangwrapper/TestServlet.java:667: warning: [deprecation] ViewDeclarationLanguageWrapper() in ViewDeclarationLanguageWrapper has been deprecated [ts.javac] public TCKVDL(FacesContext context, String viewId) { [ts.javac] ^ [ts.javac] 2 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlangwrapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlangwrapper/jsf_view_vdl_wrapper_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlangwrapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/common/beans [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/common/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/common/servlets [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/common/util [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/ajax [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/ajax/jsresource [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/ajax/jsresource [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/ajax/jsresource/jsf_ajax_jsresource_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/ajax/keyword [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/ajax/keyword [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/ajax/keyword/jsf_ajax_keyword_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/ajax/tagwrapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/ajax/tagwrapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/ajax/tagwrapper/jsf_ajax_tagwrapper_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/appconfigresources/absolute_ordering [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/appconfigresources/absolute_ordering [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/appconfigresources/absolute_ordering/config.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/appconfigresources/absolute_ordering/jsf_appconfigresources_absolute_ordering_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/appconfigresources/absolute_ordering/config.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/appconfigresources [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/appconfigresources/relative_ordering [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/appconfigresources/relative_ordering [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/appconfigresources/relative_ordering/config.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/appconfigresources/relative_ordering/jsf_appconfigresources_relative_ordering_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/appconfigresources/relative_ordering/config.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/appconfigresources/startupbehavior [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/appconfigresources/startupbehavior [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/appconfigresources/startupbehavior/jsftck-resource.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/appconfigresources/startupbehavior/jsf_appconfigresources_startupbehavior_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/appconfigresources/startupbehavior/jsftck-resource.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/composite/actionsource [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/composite/actionsource [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/composite/actionsource/jsf_composite_actionsource_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/composite/attribute [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/composite/attribute [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/composite/attribute/jsf_composite_attribute_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/composite [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/composite/editablevalueholder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/composite/editablevalueholder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/composite/editablevalueholder/jsf_composite_editablevalueholder_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/composite/facet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/composite/facet [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/composite/facet/jsf_composite_facet_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/composite/insertchildren [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/composite/insertchildren [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/composite/insertchildren/jsf_composite_insertchildren_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/composite/packaging/classpath [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/composite/packaging/classpath [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/composite/packaging/classpath/tckComponent.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/composite/packaging/classpath/jsf_composite_classpath_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/composite/packaging/classpath/tckComponent.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/composite/packaging/webapproot [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/composite/packaging/webapproot [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/composite/packaging/webapproot/jsf_composite_webapproot_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/composite/valueholder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/composite/valueholder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/composite/valueholder/jsf_composite_valueholder_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/coretags [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/coretags/selectitems [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/coretags/common/BookBean.java:22: warning: [deprecation] RequestScoped in jakarta.faces.bean has been deprecated [ts.javac] import jakarta.faces.bean.RequestScoped; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/coretags/common/BookBean.java:24: warning: [deprecation] RequestScoped in jakarta.faces.bean has been deprecated [ts.javac] @RequestScoped [ts.javac] ^ [ts.javac] 2 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/coretags/selectitems [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/coretags/selectitems/jsf_coretags_selectitems_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/coretags/viewaction [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/coretags/viewaction [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/coretags/viewaction/jsf_coretags_viewaction_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/el [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/el/elresolvers [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/el/elresolvers [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/el/elresolvers/jsf_el_resolvers_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/el/elresolvers build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/el/managedbean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/el/managedbean/ee [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 32 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:35: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] import jakarta.faces.el.ValueBinding; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:98: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expressions[i]); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:98: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expressions[i]); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:143: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:143: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:190: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:190: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:225: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:225: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:258: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:258: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:302: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:302: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:354: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:354: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:412: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:412: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:467: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:467: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:543: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:543: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:563: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:563: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:584: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:584: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:605: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:605: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:625: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:625: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:648: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expressions[i]); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:648: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expressions[i]); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:688: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(negExpressions[i]); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:688: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(negExpressions[i]); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:705: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(posExpressions[i]); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:705: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(posExpressions[i]); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:734: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:734: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:769: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:769: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:804: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:804: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:854: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:854: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:899: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:899: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:946: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:946: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:988: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:988: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:1057: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:1058: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] .createValueBinding(expressions[i][j]); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:1124: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:1125: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] .createValueBinding(expressions[i][j]); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:1161: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:1161: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:1189: warning: [deprecation] ValueBinding in jakarta.faces.el has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/el/managedbean/common/TestServlet.java:1189: warning: [deprecation] createValueBinding(String) in Application has been deprecated [ts.javac] ValueBinding binding = application.createValueBinding(expression); [ts.javac] ^ [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 57 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/el/managedbean/ee [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/el/managedbean/ee/jsf_el_mgbean_ee_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/el/managedbean/ee build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/el/managedbean/standalone [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/jsf_el_mgbean_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/el/managedbean/standalone build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/flows/basicflowcall [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/basicflowcall [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/basicflowcall/jsf_flows_basicflowcall_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/flows/basicimplicit [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/basicimplicit [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/basicimplicit/jsf_flows_basicimplicit_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/basicimplicit build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/flows/basicmethodcall [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/basicmethodcall [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/basicmethodcall/jsf_flows_basicmethodcall_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/basicmethodcall build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/flows/basicmultipage [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/basicmultipage [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/basicmultipage/jsf_flows_basicmultipage_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/flows/basicswitch [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/basicswitch [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/basicswitch/jsf_flows_basicswitch_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/basicswitch build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/flows [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/flows/factory [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/flows/factory/beans/FlowHandlerFactoryTestImpl.java:38: warning: [deprecation] FlowHandlerFactoryWrapper() in FlowHandlerFactoryWrapper has been deprecated [ts.javac] public FlowHandlerFactoryTestImpl() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/flows/factory/beans/FlowHandlerFactoryTestImpl.java:52: warning: [deprecation] FlowHandlerFactoryWrapper() in FlowHandlerFactoryWrapper has been deprecated [ts.javac] public FlowHandlerFactoryTestImpl(FlowHandlerFactory wrapped) { [ts.javac] ^ [ts.javac] 2 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/factory [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/factory/jsf_flows_factory_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/factory build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/flows/intermediate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/intermediate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/intermediate/jsf_flows_intermediate_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/intermediate build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/flows/multipagewebinf [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/multipagewebinf [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/flows/multipagewebinf/jsf_flows_multipagewebinf_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl/cwo [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/cwo [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/cwo/jsf_jstl_cwotags_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl/fncontains [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fncontains [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fncontains/jsf_jstl_fncontains_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl/fncontainsignore [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fncontainsignore [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fncontainsignore/jsf_jstl_fncontainsignore_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl/fnendswith [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnendswith [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnendswith/jsf_jstl_fnendswith_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl/fnescapexml [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnescapexml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnescapexml/jsf_jstl_fnescapexml_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl/fnindexof [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnindexof [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnindexof/jsf_jstl_fnindexof_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl/fnjoin [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnjoin [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnjoin/jsf_jstl_fnjoin_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl/fnlength [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnlength [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnlength/jsf_jstl_fnlength_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl/fnreplace [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnreplace [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnreplace/jsf_jstl_fnreplace_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl/fnsplit [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnsplit [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnsplit/jsf_jstl_fnsplit_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl/fnstartswith [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnstartswith [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnstartswith/jsf_jstl_fnstartswith_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl/fnsubstring [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnsubstring [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnsubstring/jsf_jstl_fnsubstring_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl/fnsubstringafter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnsubstringafter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnsubstringafter/jsf_jstl_fnsubstringafter_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl/fnsubstringbefore [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnsubstringbefore [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fnsubstringbefore/jsf_jstl_fnsubstringbefore_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl/fntolowercase [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fntolowercase [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fntolowercase/jsf_jstl_fntolowercase_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl/fntouppercase [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fntouppercase [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fntouppercase/jsf_jstl_fntouppercase_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl/fntrim [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fntrim [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/fntrim/jsf_jstl_fntrim_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl/foreachtag [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/jstl/foreachtag/BandBean.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/foreachtag [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/foreachtag/jsf_jstl_foreachtag_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/jstl/iftag [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/iftag [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/jstl/iftag/jsf_jstl_iftag_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/navigation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/navigation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/navigation/jsf_nav_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/navigation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/body [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/body [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/body/jsf_render_body_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/booleancheckbox [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/booleancheckbox [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/booleancheckbox/jsf_render_booleancheckbox_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsf/spec/render/booleancheckbox/CheckBoxUIBean.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/commandbutton [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/commandbutton [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/commandbutton/jsf_render_cbutton_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsf/spec/render/commandbutton/CommandButtonUIBean.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/commandlink [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/commandlink [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/commandlink/jsf_render_clink_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsf/spec/render/commandlink/CommandLinkUIBean.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/datatable [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/datatable [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/datatable/jsf_render_dtable_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/form [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/form [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/form/jsf_render_form_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsf/spec/render/form/FormUIBean.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/graphic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/graphic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/graphic/jsf_render_img_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsf/spec/render/graphic/GraphicUIBean.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/grid [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/grid [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/grid/jsf_render_grid_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsf/spec/render/grid/GridUIBean.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/head [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/head [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/head/jsf_render_head_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/hidden [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/hidden [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/hidden/jsf_render_hidden_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsf/spec/render/hidden/HiddenUIBean.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/inputtext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/inputtext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/inputtext/jsf_render_inputtext_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsf/spec/render/inputtext/InputTextUIBean.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/manycheckbox [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/manycheckbox [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/manycheckbox/jsf_render_manycheckbox_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/manylistbox [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/manylistbox [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/manylistbox/jsf_render_manylistbox_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/manymenu [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/manymenu [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/manymenu/jsf_render_manymenu_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/message [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/message [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/message/jsf_render_message_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/messages [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/render/messages/URLClient.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/messages [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/messages/jsf_render_messages_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/onelistbox [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/onelistbox [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/onelistbox/jsf_render_onelistbox_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/onemenu [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/onemenu [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/onemenu/jsf_render_onemenu_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/oneradio [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/oneradio [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/oneradio/jsf_render_oneradio_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/outputformat [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/outputformat [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/outputformat/jsf_render_outputformat_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/outputlabel [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/outputlabel [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/outputlabel/jsf_render_outputlabel_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/outputlink [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/outputlink [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/outputlink/jsf_render_outputlink_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/outputscript [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/outputscript [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/outputscript/jsf_render_outputscript_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/outputstyle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/outputstyle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/outputstyle/jsf_render_outputstyle_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/outputtext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/outputtext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/outputtext/jsf_render_outputtext_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/secret [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/secret [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/secret/jsf_render_secret_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/render/textarea [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/textarea [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/render/textarea/jsf_render_textarea_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/resource [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/resource/packaging/classpath Duplicated project name in import. Project jsf defined first in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/resource/common/resource.common.xml and again in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/common/common.xml [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/resource/packaging/classpath [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/resource/packaging/classpath/jsftck-resource.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/resource/packaging/classpath/jsf_resource_classpath_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/resource/packaging/classpath [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/resource/packaging/classpath/jsftck-resource.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/resource/packaging/webapproot Duplicated project name in import. Project jsf defined first in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/resource/common/resource.common.xml and again in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/common/common.xml [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/resource/packaging/webapproot [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/resource/packaging/webapproot/jsf_resource_webapproot_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/resource/packaging/webapproot build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/resource/relocatable Duplicated project name in import. Project jsf defined first in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/resource/common/resource.common.xml and again in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/common/common.xml [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/resource/relocatable [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/resource/relocatable/jsf_resource_relocatable_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/templating [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/templating/component [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/templating/component [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/templating/component/jsf_templating_component_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/templating/fragment [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/templating/fragment [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/templating/fragment/jsf_templating_fragment_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/templating/insert [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/templating/insert [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/templating/insert/jsf_templating_insert_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/templating/remove [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/templating/remove [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/templating/remove/jsf_templating_remove_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/templating/repeat [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/templating/repeat [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/templating/repeat/jsf_templating_repeat_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/view [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/view/protectedview [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/view/protectedview [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/view/protectedview/jsf_view_protectedview_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/view/viewhandler [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/view/viewhandler/ViewHandlerImpl.java:34: warning: [deprecation] ViewHandlerWrapper() in ViewHandlerWrapper has been deprecated [ts.javac] public ViewHandlerImpl(ViewHandler viewHandler) { [ts.javac] ^ [ts.javac] 1 warning -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/view/viewhandler [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/view/viewhandler/jsf_view_viewhandler_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/webapp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/webapp/factoryfinder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/webapp/factoryfinder/TCKApplicationFactory.java:44: warning: [deprecation] ApplicationFactory() in ApplicationFactory has been deprecated [ts.javac] public TCKApplicationFactory() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/webapp/factoryfinder/TCKApplicationFactory.java:59: warning: [deprecation] ApplicationFactory() in ApplicationFactory has been deprecated [ts.javac] public TCKApplicationFactory(ApplicationFactory factory) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/webapp/factoryfinder/TCKFacesContextFactory.java:41: warning: [deprecation] FacesContextFactory() in FacesContextFactory has been deprecated [ts.javac] public TCKFacesContextFactory() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/webapp/factoryfinder/TCKFacesContextFactory.java:56: warning: [deprecation] FacesContextFactory() in FacesContextFactory has been deprecated [ts.javac] public TCKFacesContextFactory(FacesContextFactory factory) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/webapp/factoryfinder/TCKLifecycleFactory.java:41: warning: [deprecation] LifecycleFactory() in LifecycleFactory has been deprecated [ts.javac] public TCKLifecycleFactory() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/webapp/factoryfinder/TCKLifecycleFactory.java:56: warning: [deprecation] LifecycleFactory() in LifecycleFactory has been deprecated [ts.javac] public TCKLifecycleFactory(LifecycleFactory factory) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/webapp/factoryfinder/TCKRenderKitFactory.java:47: warning: [deprecation] RenderKitFactory() in RenderKitFactory has been deprecated [ts.javac] public TCKRenderKitFactory() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/webapp/factoryfinder/TCKRenderKitFactory.java:62: warning: [deprecation] RenderKitFactory() in RenderKitFactory has been deprecated [ts.javac] public TCKRenderKitFactory(RenderKitFactory factory) { [ts.javac] ^ [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 8 warnings -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/webapp/factoryfinder/jartmp [copy] Copying 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/webapp/factoryfinder/jartmp [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/webapp/factoryfinder/tckfactory.jar [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsf/spec/webapp/factoryfinder/jartmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/webapp/factoryfinder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/webapp/factoryfinder/jsf_webapp_ff_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/webapp/factoryfinder build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsf/spec/webapp/tldsig [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/webapp/tldsig [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/webapp/tldsig/jsf_webapp_tldsig_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsf/spec/webapp/tldsig build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/api/annotation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_api_annotation [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/annotation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/annotation/jsonb_api_annotation_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/api/annotation/AnnotationTest$1$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/annotation/AnnotationTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/annotation/AnnotationTest.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/annotation/jsonb_api_annotation_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/annotation/jsonb_api_annotation_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/annotation/jsonb_api_annotation_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/annotation [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/annotation [echo] about to sweep vehicle runtime [echo] name: jsonb_api_annotation [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/annotation/jsonb_api_annotation_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/annotation/AnnotationTest$1$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/annotation/AnnotationTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/annotation/AnnotationTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/annotation/jsonb_api_annotation_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_api_annotation [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/annotation/jsonb_api_annotation_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/annotation/AnnotationTest$1$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/annotation/AnnotationTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/annotation/AnnotationTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/annotation/jsonb_api_annotation_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_api_annotation [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/annotation/jsonb_api_annotation_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/api/annotation/AnnotationTest$1$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/annotation/AnnotationTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/annotation/AnnotationTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/annotation/jsonb_api_annotation_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/annotation/jsonb_api_annotation_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/api [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jsonb/api build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/api/builder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_api_builder [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/builder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/builder/jsonb_api_builder_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/api/builder/JsonbBuilderTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/builder/JsonbBuilderTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/builder/JsonbBuilderTest.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/builder/jsonb_api_builder_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/builder/jsonb_api_builder_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/builder/jsonb_api_builder_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/builder [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/builder [echo] about to sweep vehicle runtime [echo] name: jsonb_api_builder [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/builder/jsonb_api_builder_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/builder/JsonbBuilderTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/builder/JsonbBuilderTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/builder/JsonbBuilderTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/builder/jsonb_api_builder_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_api_builder [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/builder/jsonb_api_builder_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/builder/JsonbBuilderTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/builder/JsonbBuilderTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/builder/JsonbBuilderTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/builder/jsonb_api_builder_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_api_builder [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/builder/jsonb_api_builder_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/api/builder/JsonbBuilderTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/builder/JsonbBuilderTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/builder/JsonbBuilderTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/builder/jsonb_api_builder_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/builder/jsonb_api_builder_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/api/config [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_api_config [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/config [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/config/jsonb_api_config_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/api/config/JsonbConfigTest.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/config/jsonb_api_config_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/config/jsonb_api_config_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/config/jsonb_api_config_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/config [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/config [echo] about to sweep vehicle runtime [echo] name: jsonb_api_config [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/config/jsonb_api_config_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/config/JsonbConfigTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/config/jsonb_api_config_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_api_config [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/config/jsonb_api_config_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/config/JsonbConfigTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/config/jsonb_api_config_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_api_config [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/config/jsonb_api_config_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/api/config/JsonbConfigTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/config/jsonb_api_config_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/config/jsonb_api_config_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/api/exception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_api_exception [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/exception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/exception/jsonb_api_exception_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/api/exception/JsonbExceptionTest.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/exception/jsonb_api_exception_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/exception/jsonb_api_exception_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/exception/jsonb_api_exception_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/exception [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/exception [echo] about to sweep vehicle runtime [echo] name: jsonb_api_exception [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/exception/jsonb_api_exception_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/exception/JsonbExceptionTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/exception/jsonb_api_exception_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_api_exception [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/exception/jsonb_api_exception_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/exception/JsonbExceptionTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/exception/jsonb_api_exception_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_api_exception [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/exception/jsonb_api_exception_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/api/exception/JsonbExceptionTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/exception/jsonb_api_exception_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/exception/jsonb_api_exception_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/api/jsonb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_api_jsonb [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonb/jsonb_api_jsonb_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$4.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$5.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$6.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/jsonb/JsonbTest.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonb/jsonb_api_jsonb_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonb/jsonb_api_jsonb_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonb/jsonb_api_jsonb_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonb [echo] about to sweep vehicle runtime [echo] name: jsonb_api_jsonb [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonb/jsonb_api_jsonb_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonb/JsonbTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonb/jsonb_api_jsonb_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_api_jsonb [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonb/jsonb_api_jsonb_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonb/JsonbTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonb/jsonb_api_jsonb_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_api_jsonb [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonb/jsonb_api_jsonb_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$4.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$5.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/jsonb/JsonbTest$6.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/jsonb/JsonbTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonb/jsonb_api_jsonb_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonb/jsonb_api_jsonb_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/api/jsonbadapter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_api_jsonbadapter [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonbadapter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonbadapter/jsonb_api_jsonbadapter_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/api/jsonbadapter/JsonbAdapterTest$1$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/jsonbadapter/JsonbAdapterTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/jsonbadapter/JsonbAdapterTest.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonbadapter/jsonb_api_jsonbadapter_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonbadapter/jsonb_api_jsonbadapter_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonbadapter/jsonb_api_jsonbadapter_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonbadapter [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonbadapter [echo] about to sweep vehicle runtime [echo] name: jsonb_api_jsonbadapter [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonbadapter/jsonb_api_jsonbadapter_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonbadapter/JsonbAdapterTest$1$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonbadapter/JsonbAdapterTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonbadapter/JsonbAdapterTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonbadapter/jsonb_api_jsonbadapter_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_api_jsonbadapter [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonbadapter/jsonb_api_jsonbadapter_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonbadapter/JsonbAdapterTest$1$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonbadapter/JsonbAdapterTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/api/jsonbadapter/JsonbAdapterTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonbadapter/jsonb_api_jsonbadapter_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_api_jsonbadapter [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonbadapter/jsonb_api_jsonbadapter_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/api/jsonbadapter/JsonbAdapterTest$1$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/jsonbadapter/JsonbAdapterTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/api/jsonbadapter/JsonbAdapterTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonbadapter/jsonb_api_jsonbadapter_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/api/jsonbadapter/jsonb_api_jsonbadapter_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/api/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/cdi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet [echo] vehicleoverride: [echo] name: jsonb_cdi_customizedmapping_adapters [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/jsonb_cdi_customizedmapping_adapters_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/AdaptersCustomizationCDITest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/AnimalShelterInjectedAdapter.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/adapter/InjectedAdapter$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/adapter/InjectedAdapter.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/adapter/InjectedListAdapter.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/AdaptersCustomizationCDITest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/AnimalShelterInjectedAdapter.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/adapter/InjectedAdapter$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/adapter/InjectedAdapter.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/adapter/InjectedListAdapter.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/jsonb_cdi_customizedmapping_adapters_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/jsonb_cdi_customizedmapping_adapters_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/jsonb_cdi_customizedmapping_adapters_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters [echo] about to sweep vehicle runtime [echo] name: jsonb_cdi_customizedmapping_adapters [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/jsonb_cdi_customizedmapping_adapters_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/AdaptersCustomizationCDITest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/AnimalShelterInjectedAdapter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/adapter/InjectedAdapter$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/adapter/InjectedAdapter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/adapter/InjectedListAdapter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/AdaptersCustomizationCDITest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/AnimalShelterInjectedAdapter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/adapter/InjectedAdapter$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/adapter/InjectedAdapter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/adapter/InjectedListAdapter.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/jsonb_cdi_customizedmapping_adapters_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_cdi_customizedmapping_adapters [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/jsonb_cdi_customizedmapping_adapters_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/AdaptersCustomizationCDITest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/AnimalShelterInjectedAdapter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/adapter/InjectedAdapter$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/adapter/InjectedAdapter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/adapter/InjectedListAdapter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/AdaptersCustomizationCDITest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/AnimalShelterInjectedAdapter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/adapter/InjectedAdapter$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/adapter/InjectedAdapter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/adapter/InjectedListAdapter.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/jsonb_cdi_customizedmapping_adapters_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model/adapter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/cdi/customizedmapping [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet [echo] vehicleoverride: [echo] name: jsonb_cdi_customizedmapping_serializers [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/jsonb_cdi_customizedmapping_serializers_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/SerializersCustomizationCDITest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/model/AnimalShelterWithInjectedSerializer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/model/serializer/AnimalDeserializerInjected.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/model/serializer/AnimalListDeserializerInjected.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/SerializersCustomizationCDITest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/model/AnimalShelterWithInjectedSerializer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/jsonb_cdi_customizedmapping_serializers_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/jsonb_cdi_customizedmapping_serializers_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/jsonb_cdi_customizedmapping_serializers_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers [echo] about to sweep vehicle runtime [echo] name: jsonb_cdi_customizedmapping_serializers [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/jsonb_cdi_customizedmapping_serializers_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/SerializersCustomizationCDITest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/model/AnimalShelterWithInjectedSerializer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/model/serializer/AnimalDeserializerInjected.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/model/serializer/AnimalListDeserializerInjected.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/SerializersCustomizationCDITest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/model/AnimalShelterWithInjectedSerializer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/jsonb_cdi_customizedmapping_serializers_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_cdi_customizedmapping_serializers [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/jsonb_cdi_customizedmapping_serializers_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/SerializersCustomizationCDITest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/model/AnimalShelterWithInjectedSerializer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/model/serializer/AnimalDeserializerInjected.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/model/serializer/AnimalListDeserializerInjected.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/SerializersCustomizationCDITest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/model/AnimalShelterWithInjectedSerializer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/jsonb_cdi_customizedmapping_serializers_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/model/serializer [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/adapters [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_customizedmapping_adapters [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/adapters [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/adapters/jsonb_customizedmapping_adapters_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/Animal.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/AnimalShelter.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/AnimalShelterAdapted.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/Cat.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/Dog.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalAdapter$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalAdapter.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalIdentifier.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalJson$TYPE.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalJson.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalListAdapter.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/adapters/jsonb_customizedmapping_adapters_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/adapters/jsonb_customizedmapping_adapters_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/adapters/jsonb_customizedmapping_adapters_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/adapters [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/adapters [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_adapters [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/adapters/jsonb_customizedmapping_adapters_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/Animal.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/AnimalShelter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/AnimalShelterAdapted.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/Cat.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/Dog.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalAdapter$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalAdapter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalIdentifier.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalJson$TYPE.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalJson.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalListAdapter.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/adapters/jsonb_customizedmapping_adapters_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_adapters [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/adapters/jsonb_customizedmapping_adapters_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/Animal.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/AnimalShelter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/AnimalShelterAdapted.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/Cat.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/Dog.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalAdapter$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalAdapter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalIdentifier.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalJson$TYPE.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalJson.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalListAdapter.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/adapters/jsonb_customizedmapping_adapters_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_adapters [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/adapters/jsonb_customizedmapping_adapters_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/Animal.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/AnimalShelter.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/AnimalShelterAdapted.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/Cat.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/Dog.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalAdapter$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalAdapter.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalIdentifier.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalJson$TYPE.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalJson.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter/AnimalListAdapter.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/adapters/jsonb_customizedmapping_adapters_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/adapters/jsonb_customizedmapping_adapters_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/adapters/model/adapter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/adapters/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/binarydata [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_customizedmapping_binarydata [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/binarydata [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/binarydata/jsonb_customizedmapping_binarydata_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/binarydata/BinaryDataCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/binarydata/model/BinaryDataContainer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/binarydata/jsonb_customizedmapping_binarydata_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/binarydata/jsonb_customizedmapping_binarydata_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/binarydata/jsonb_customizedmapping_binarydata_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/binarydata [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/binarydata [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_binarydata [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/binarydata/jsonb_customizedmapping_binarydata_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/binarydata/BinaryDataCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/binarydata/model/BinaryDataContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/binarydata/jsonb_customizedmapping_binarydata_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_binarydata [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/binarydata/jsonb_customizedmapping_binarydata_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/binarydata/BinaryDataCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/binarydata/model/BinaryDataContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/binarydata/jsonb_customizedmapping_binarydata_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_binarydata [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/binarydata/jsonb_customizedmapping_binarydata_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/binarydata/BinaryDataCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/binarydata/model/BinaryDataContainer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/binarydata/jsonb_customizedmapping_binarydata_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/binarydata/jsonb_customizedmapping_binarydata_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/binarydata/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/dateformat [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_customizedmapping_dateformat [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/dateformat [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/dateformat/jsonb_customizedmapping_dateformat_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$10.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$11.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$4.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$5.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$6.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$7.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$8.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$9.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedAccessorsDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedFieldDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedTypeDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedTypeFieldOverrideDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/DateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageTypeOverrideDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageTypeOverrideFieldOverrideDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/package-info.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedAccessorsDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedFieldDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedTypeDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedTypeFieldOverrideDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/DateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageTypeOverrideDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageTypeOverrideFieldOverrideDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/package-info.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/dateformat/jsonb_customizedmapping_dateformat_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/dateformat/jsonb_customizedmapping_dateformat_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/dateformat/jsonb_customizedmapping_dateformat_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/dateformat [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/dateformat [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_dateformat [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/dateformat/jsonb_customizedmapping_dateformat_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$10.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$11.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$8.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$9.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedAccessorsDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedFieldDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedTypeDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedTypeFieldOverrideDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/DateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageTypeOverrideDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageTypeOverrideFieldOverrideDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/package-info.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedAccessorsDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedFieldDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedTypeDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedTypeFieldOverrideDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/DateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageTypeOverrideDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageTypeOverrideFieldOverrideDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/package-info.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/dateformat/jsonb_customizedmapping_dateformat_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_dateformat [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/dateformat/jsonb_customizedmapping_dateformat_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$10.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$11.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$8.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$9.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedAccessorsDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedFieldDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedTypeDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedTypeFieldOverrideDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/DateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageTypeOverrideDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageTypeOverrideFieldOverrideDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/package-info.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedAccessorsDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedFieldDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedTypeDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedTypeFieldOverrideDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/DateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageTypeOverrideDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageTypeOverrideFieldOverrideDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/package-info.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/dateformat/jsonb_customizedmapping_dateformat_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_dateformat [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/dateformat/jsonb_customizedmapping_dateformat_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$10.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$11.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$4.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$5.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$6.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$7.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$8.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest$9.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedAccessorsDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedFieldDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedTypeDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedTypeFieldOverrideDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/DateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageTypeOverrideDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageTypeOverrideFieldOverrideDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/package-info.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedAccessorsDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedFieldDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedTypeDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/AnnotatedTypeFieldOverrideDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/DateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageTypeOverrideDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/CustomizedPackageTypeOverrideFieldOverrideDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized/package-info.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/dateformat/jsonb_customizedmapping_dateformat_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/dateformat/jsonb_customizedmapping_dateformat_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/model/customized [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/ijson [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_customizedmapping_ijson [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/ijson [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/ijson/jsonb_customizedmapping_ijson_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$4.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$5.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$6.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$7.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/model/BinaryDataContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/model/CalendarContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/model/DateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/model/DurationContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/model/GregorianCalendarContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/model/InstantContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/model/LocalDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/model/LocalDateTimeContainer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/ijson/jsonb_customizedmapping_ijson_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/ijson/jsonb_customizedmapping_ijson_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/ijson/jsonb_customizedmapping_ijson_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/ijson [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/ijson [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_ijson [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/ijson/jsonb_customizedmapping_ijson_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/model/BinaryDataContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/model/CalendarContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/model/DateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/model/DurationContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/model/GregorianCalendarContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/model/InstantContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/model/LocalDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/model/LocalDateTimeContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/ijson/jsonb_customizedmapping_ijson_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_ijson [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/ijson/jsonb_customizedmapping_ijson_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/model/BinaryDataContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/model/CalendarContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/model/DateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/model/DurationContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/model/GregorianCalendarContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/model/InstantContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/model/LocalDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/ijson/model/LocalDateTimeContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/ijson/jsonb_customizedmapping_ijson_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_ijson [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/ijson/jsonb_customizedmapping_ijson_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$4.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$5.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$6.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest$7.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/model/BinaryDataContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/model/CalendarContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/model/DateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/model/DurationContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/model/GregorianCalendarContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/model/InstantContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/model/LocalDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/ijson/model/LocalDateTimeContainer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/ijson/jsonb_customizedmapping_ijson_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/ijson/jsonb_customizedmapping_ijson_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/ijson/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/instantiation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_customizedmapping_instantiation [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/instantiation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/instantiation/jsonb_customizedmapping_instantiation_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/CreatorPlusFactoryContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/IllegalInstanceFactoryCreatorContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/MultipleCreatorsContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/MultipleFactoryCreatorsContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/SimpleCreatorContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/SimpleCreatorPlusFieldsContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/SimpleCreatorRenameContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/SimpleFactoryCreatorContainer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/instantiation/jsonb_customizedmapping_instantiation_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/instantiation/jsonb_customizedmapping_instantiation_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/instantiation/jsonb_customizedmapping_instantiation_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/instantiation [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/instantiation [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_instantiation [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/instantiation/jsonb_customizedmapping_instantiation_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/CreatorPlusFactoryContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/IllegalInstanceFactoryCreatorContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/MultipleCreatorsContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/MultipleFactoryCreatorsContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/SimpleCreatorContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/SimpleCreatorPlusFieldsContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/SimpleCreatorRenameContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/SimpleFactoryCreatorContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/instantiation/jsonb_customizedmapping_instantiation_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_instantiation [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/instantiation/jsonb_customizedmapping_instantiation_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/CreatorPlusFactoryContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/IllegalInstanceFactoryCreatorContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/MultipleCreatorsContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/MultipleFactoryCreatorsContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/SimpleCreatorContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/SimpleCreatorPlusFieldsContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/SimpleCreatorRenameContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/SimpleFactoryCreatorContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/instantiation/jsonb_customizedmapping_instantiation_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_instantiation [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/instantiation/jsonb_customizedmapping_instantiation_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/CreatorPlusFactoryContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/IllegalInstanceFactoryCreatorContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/MultipleCreatorsContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/MultipleFactoryCreatorsContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/SimpleCreatorContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/SimpleCreatorPlusFieldsContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/SimpleCreatorRenameContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/instantiation/model/SimpleFactoryCreatorContainer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/instantiation/jsonb_customizedmapping_instantiation_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/instantiation/jsonb_customizedmapping_instantiation_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 16 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_customizedmapping_nullhandling [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/nullhandling [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/jsonb_customizedmapping_nullhandling_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NillableContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NillablePropertyContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NillablePropertyNonNillableContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NonNillableContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NonNillablePropertyContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NonNillablePropertyNillableContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/SimpleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nillable/NillablePackageNillablePropertyNonNillableContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nillable/NillablePackageNonNillablePropertyContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nillable/NillablePackageSimpleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nillable/package-info.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nonnillable/NonNillablePackageNillableContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nonnillable/NonNillablePackageNonNillablePropertyNillableContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nonnillable/NonNillablePackageSimpleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nonnillable/package-info.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/jsonb_customizedmapping_nullhandling_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/jsonb_customizedmapping_nullhandling_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/jsonb_customizedmapping_nullhandling_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/nullhandling [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/nullhandling [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_nullhandling [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/jsonb_customizedmapping_nullhandling_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NillableContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NillablePropertyContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NillablePropertyNonNillableContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NonNillableContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NonNillablePropertyContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NonNillablePropertyNillableContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/SimpleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nillable/NillablePackageNillablePropertyNonNillableContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nillable/NillablePackageNonNillablePropertyContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nillable/NillablePackageSimpleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nillable/package-info.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nonnillable/NonNillablePackageNillableContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nonnillable/NonNillablePackageNonNillablePropertyNillableContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nonnillable/NonNillablePackageSimpleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nonnillable/package-info.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/jsonb_customizedmapping_nullhandling_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_nullhandling [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/jsonb_customizedmapping_nullhandling_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NillableContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NillablePropertyContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NillablePropertyNonNillableContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NonNillableContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NonNillablePropertyContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NonNillablePropertyNillableContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/SimpleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nillable/NillablePackageNillablePropertyNonNillableContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nillable/NillablePackageNonNillablePropertyContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nillable/NillablePackageSimpleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nillable/package-info.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nonnillable/NonNillablePackageNillableContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nonnillable/NonNillablePackageNonNillablePropertyNillableContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nonnillable/NonNillablePackageSimpleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nonnillable/package-info.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/jsonb_customizedmapping_nullhandling_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_nullhandling [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/jsonb_customizedmapping_nullhandling_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NillableContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NillablePropertyContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NillablePropertyNonNillableContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NonNillableContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NonNillablePropertyContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/NonNillablePropertyNillableContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/SimpleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nillable/NillablePackageNillablePropertyNonNillableContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nillable/NillablePackageNonNillablePropertyContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nillable/NillablePackageSimpleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nillable/package-info.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nonnillable/NonNillablePackageNillableContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nonnillable/NonNillablePackageNonNillablePropertyNillableContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nonnillable/NonNillablePackageSimpleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nonnillable/package-info.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/jsonb_customizedmapping_nullhandling_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/jsonb_customizedmapping_nullhandling_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nillable [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/model/nonnillable [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/numberformat [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_customizedmapping_numberformat [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/numberformat [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/numberformat/jsonb_customizedmapping_numberformat_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$4.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$5.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$6.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$7.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/AccessorCustomizedDoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/FieldCustomizedDoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/TypeCustomizedDoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/TypeCustomizedFieldOverriddenDoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/customized/PackageCustomizedDoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/customized/PackageCustomizedTypeOverriddenDoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/customized/PackageCustomizedTypeOverriddenFieldOverriddenDoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/customized/package-info.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/numberformat/jsonb_customizedmapping_numberformat_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/numberformat/jsonb_customizedmapping_numberformat_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/numberformat/jsonb_customizedmapping_numberformat_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/numberformat [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/numberformat [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_numberformat [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/numberformat/jsonb_customizedmapping_numberformat_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/AccessorCustomizedDoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/FieldCustomizedDoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/TypeCustomizedDoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/TypeCustomizedFieldOverriddenDoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/customized/PackageCustomizedDoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/customized/PackageCustomizedTypeOverriddenDoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/customized/PackageCustomizedTypeOverriddenFieldOverriddenDoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/customized/package-info.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/numberformat/jsonb_customizedmapping_numberformat_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_numberformat [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/numberformat/jsonb_customizedmapping_numberformat_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/AccessorCustomizedDoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/FieldCustomizedDoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/TypeCustomizedDoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/TypeCustomizedFieldOverriddenDoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/customized/PackageCustomizedDoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/customized/PackageCustomizedTypeOverriddenDoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/customized/PackageCustomizedTypeOverriddenFieldOverriddenDoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/customized/package-info.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/numberformat/jsonb_customizedmapping_numberformat_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_numberformat [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/numberformat/jsonb_customizedmapping_numberformat_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$4.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$5.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$6.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest$7.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/AccessorCustomizedDoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/FieldCustomizedDoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/TypeCustomizedDoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/TypeCustomizedFieldOverriddenDoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/customized/PackageCustomizedDoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/customized/PackageCustomizedTypeOverriddenDoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/customized/PackageCustomizedTypeOverriddenFieldOverriddenDoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/customized/package-info.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/numberformat/jsonb_customizedmapping_numberformat_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/numberformat/jsonb_customizedmapping_numberformat_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/model/customized [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/propertynames [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 16 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_customizedmapping_propertynames [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertynames [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertynames/jsonb_customizedmapping_propertynames_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$10.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$11.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$4.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$5.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$6.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$7.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$8.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$9.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/DuplicateNameContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/PropertyNameCustomizationAccessorsContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/PropertyNameCustomizationContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/StringContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientAnnotatedPropertyContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientGetterAnnotatedPropertyContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientGetterPlusCustomizationAnnotatedFieldContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientGetterPlusCustomizationAnnotatedGetterContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientPlusCustomizationAnnotatedGetterContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientPlusCustomizationAnnotatedPropertyContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientPlusCustomizationAnnotatedSetterContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientPropertyContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientSetterAnnotatedPropertyContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientSetterPlusCustomizationAnnotatedFieldContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientSetterPlusCustomizationAnnotatedSetterContainer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertynames/jsonb_customizedmapping_propertynames_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertynames/jsonb_customizedmapping_propertynames_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertynames/jsonb_customizedmapping_propertynames_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertynames [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertynames [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_propertynames [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertynames/jsonb_customizedmapping_propertynames_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$10.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$11.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$8.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$9.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/DuplicateNameContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/PropertyNameCustomizationAccessorsContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/PropertyNameCustomizationContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/StringContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientAnnotatedPropertyContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientGetterAnnotatedPropertyContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientGetterPlusCustomizationAnnotatedFieldContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientGetterPlusCustomizationAnnotatedGetterContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientPlusCustomizationAnnotatedGetterContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientPlusCustomizationAnnotatedPropertyContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientPlusCustomizationAnnotatedSetterContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientPropertyContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientSetterAnnotatedPropertyContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientSetterPlusCustomizationAnnotatedFieldContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientSetterPlusCustomizationAnnotatedSetterContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertynames/jsonb_customizedmapping_propertynames_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_propertynames [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertynames/jsonb_customizedmapping_propertynames_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$10.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$11.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$8.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$9.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/DuplicateNameContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/PropertyNameCustomizationAccessorsContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/PropertyNameCustomizationContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/StringContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientAnnotatedPropertyContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientGetterAnnotatedPropertyContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientGetterPlusCustomizationAnnotatedFieldContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientGetterPlusCustomizationAnnotatedGetterContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientPlusCustomizationAnnotatedGetterContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientPlusCustomizationAnnotatedPropertyContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientPlusCustomizationAnnotatedSetterContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientPropertyContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientSetterAnnotatedPropertyContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientSetterPlusCustomizationAnnotatedFieldContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientSetterPlusCustomizationAnnotatedSetterContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertynames/jsonb_customizedmapping_propertynames_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_propertynames [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertynames/jsonb_customizedmapping_propertynames_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$10.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$11.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$4.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$5.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$6.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$7.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$8.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest$9.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/DuplicateNameContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/PropertyNameCustomizationAccessorsContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/PropertyNameCustomizationContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/StringContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientAnnotatedPropertyContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientGetterAnnotatedPropertyContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientGetterPlusCustomizationAnnotatedFieldContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientGetterPlusCustomizationAnnotatedGetterContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientPlusCustomizationAnnotatedGetterContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientPlusCustomizationAnnotatedPropertyContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientPlusCustomizationAnnotatedSetterContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientPropertyContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientSetterAnnotatedPropertyContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientSetterPlusCustomizationAnnotatedFieldContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertynames/model/TransientSetterPlusCustomizationAnnotatedSetterContainer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertynames/jsonb_customizedmapping_propertynames_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertynames/jsonb_customizedmapping_propertynames_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_customizedmapping_propertyorder [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertyorder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/jsonb_customizedmapping_propertyorder_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$4.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$5.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$6.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$7.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$8.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/CustomOrderContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/PartialOrderContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/RenamedPropertiesContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/SimpleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/SimpleOrderContainer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/jsonb_customizedmapping_propertyorder_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/jsonb_customizedmapping_propertyorder_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/jsonb_customizedmapping_propertyorder_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertyorder [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertyorder [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_propertyorder [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/jsonb_customizedmapping_propertyorder_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$8.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/CustomOrderContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/PartialOrderContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/RenamedPropertiesContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/SimpleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/SimpleOrderContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/jsonb_customizedmapping_propertyorder_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_propertyorder [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/jsonb_customizedmapping_propertyorder_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$8.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/CustomOrderContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/PartialOrderContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/RenamedPropertiesContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/SimpleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/SimpleOrderContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/jsonb_customizedmapping_propertyorder_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_propertyorder [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/jsonb_customizedmapping_propertyorder_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$4.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$5.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$6.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$7.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest$8.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/CustomOrderContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/PartialOrderContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/RenamedPropertiesContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/SimpleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model/SimpleOrderContainer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/jsonb_customizedmapping_propertyorder_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/jsonb_customizedmapping_propertyorder_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/serializers [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_customizedmapping_serializers [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/serializers [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/serializers/jsonb_customizedmapping_serializers_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/Animal.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/AnimalShelter.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/AnimalShelterWithSerializer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/Cat.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/Dog.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalBuilder$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalBuilder$TYPE.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalBuilder.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalDeserializer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalListDeserializer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalListSerializer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalSerializer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/serializers/jsonb_customizedmapping_serializers_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/serializers/jsonb_customizedmapping_serializers_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/serializers/jsonb_customizedmapping_serializers_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/serializers [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/serializers [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_serializers [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/serializers/jsonb_customizedmapping_serializers_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/Animal.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/AnimalShelter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/AnimalShelterWithSerializer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/Cat.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/Dog.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalBuilder$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalBuilder$TYPE.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalBuilder.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalDeserializer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalListDeserializer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalListSerializer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalSerializer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/serializers/jsonb_customizedmapping_serializers_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_serializers [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/serializers/jsonb_customizedmapping_serializers_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/Animal.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/AnimalShelter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/AnimalShelterWithSerializer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/Cat.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/Dog.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalBuilder$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalBuilder$TYPE.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalBuilder.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalDeserializer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalListDeserializer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalListSerializer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalSerializer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/serializers/jsonb_customizedmapping_serializers_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_serializers [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/serializers/jsonb_customizedmapping_serializers_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/Animal.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/AnimalShelter.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/AnimalShelterWithSerializer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/Cat.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/Dog.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalBuilder$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalBuilder$TYPE.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalBuilder.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalDeserializer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalListDeserializer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalListSerializer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer/AnimalSerializer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/serializers/jsonb_customizedmapping_serializers_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/serializers/jsonb_customizedmapping_serializers_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/serializers/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/serializers/model/serializer [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/visibility [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_customizedmapping_visibility [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/visibility [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/visibility/jsonb_customizedmapping_visibility_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/model/CustomFieldVisibilityStrategy.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/model/CustomVisibilityAnnotatedContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/model/CustomVisibilityStrategy.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/model/SimpleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/model/customized/PackageCustomizedContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/model/customized/package-info.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/visibility/jsonb_customizedmapping_visibility_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/visibility/jsonb_customizedmapping_visibility_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/visibility/jsonb_customizedmapping_visibility_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/visibility [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/visibility [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_visibility [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/visibility/jsonb_customizedmapping_visibility_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/model/CustomFieldVisibilityStrategy.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/model/CustomVisibilityAnnotatedContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/model/CustomVisibilityStrategy.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/model/SimpleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/model/customized/PackageCustomizedContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/model/customized/package-info.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/visibility/jsonb_customizedmapping_visibility_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_visibility [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/visibility/jsonb_customizedmapping_visibility_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/model/CustomFieldVisibilityStrategy.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/model/CustomVisibilityAnnotatedContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/model/CustomVisibilityStrategy.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/model/SimpleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/model/customized/PackageCustomizedContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/customizedmapping/visibility/model/customized/package-info.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/visibility/jsonb_customizedmapping_visibility_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_customizedmapping_visibility [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/visibility/jsonb_customizedmapping_visibility_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/model/CustomFieldVisibilityStrategy.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/model/CustomVisibilityAnnotatedContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/model/CustomVisibilityStrategy.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/model/SimpleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/model/customized/PackageCustomizedContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/customizedmapping/visibility/model/customized/package-info.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/visibility/jsonb_customizedmapping_visibility_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/customizedmapping/visibility/jsonb_customizedmapping_visibility_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/visibility/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/customizedmapping/visibility/model/customized [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/arrays [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_defaultmapping_arrays [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/arrays [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/arrays/jsonb_defaultmapping_arrays_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/arrays/model/MultiDimensionalArrayContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/arrays/model/PrimitiveArrayContainer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/arrays/jsonb_defaultmapping_arrays_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/arrays/jsonb_defaultmapping_arrays_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/arrays/jsonb_defaultmapping_arrays_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/arrays [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/arrays [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_arrays [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/arrays/jsonb_defaultmapping_arrays_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/arrays/model/MultiDimensionalArrayContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/arrays/model/PrimitiveArrayContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/arrays/jsonb_defaultmapping_arrays_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_arrays [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/arrays/jsonb_defaultmapping_arrays_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/arrays/model/MultiDimensionalArrayContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/arrays/model/PrimitiveArrayContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/arrays/jsonb_defaultmapping_arrays_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_arrays [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/arrays/jsonb_defaultmapping_arrays_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/arrays/model/MultiDimensionalArrayContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/arrays/model/PrimitiveArrayContainer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/arrays/jsonb_defaultmapping_arrays_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/arrays/jsonb_defaultmapping_arrays_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/arrays/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/attributeorder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_defaultmapping_attributeorder [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/attributeorder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/jsonb_defaultmapping_attributeorder_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/attributeorder/model/ExtendedContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/attributeorder/model/SimpleContainer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/jsonb_defaultmapping_attributeorder_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/jsonb_defaultmapping_attributeorder_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/jsonb_defaultmapping_attributeorder_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/attributeorder [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/attributeorder [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_attributeorder [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/jsonb_defaultmapping_attributeorder_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/model/ExtendedContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/model/SimpleContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/jsonb_defaultmapping_attributeorder_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_attributeorder [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/jsonb_defaultmapping_attributeorder_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/model/ExtendedContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/model/SimpleContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/jsonb_defaultmapping_attributeorder_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_attributeorder [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/jsonb_defaultmapping_attributeorder_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/attributeorder/model/ExtendedContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/attributeorder/model/SimpleContainer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/jsonb_defaultmapping_attributeorder_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/jsonb_defaultmapping_attributeorder_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/basictypes [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_defaultmapping_basictypes [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/basictypes [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/basictypes/jsonb_defaultmapping_basictypes_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/BooleanContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/ByteContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/CharacterContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/DoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/FloatContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/IntegerContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/LongContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/NumberContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/ShortContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/StringContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/BooleanContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/ByteContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/CharacterContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/DoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/FloatContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/IntegerContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/LongContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/NumberContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/ShortContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/StringContainer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/basictypes/jsonb_defaultmapping_basictypes_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/basictypes/jsonb_defaultmapping_basictypes_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/basictypes/jsonb_defaultmapping_basictypes_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/basictypes [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/basictypes [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_basictypes [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/basictypes/jsonb_defaultmapping_basictypes_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/BooleanContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/ByteContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/CharacterContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/DoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/FloatContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/IntegerContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/LongContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/NumberContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/ShortContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/StringContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/BooleanContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/ByteContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/CharacterContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/DoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/FloatContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/IntegerContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/LongContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/NumberContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/ShortContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/StringContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/basictypes/jsonb_defaultmapping_basictypes_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_basictypes [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/basictypes/jsonb_defaultmapping_basictypes_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/BooleanContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/ByteContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/CharacterContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/DoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/FloatContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/IntegerContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/LongContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/NumberContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/ShortContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/StringContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/BooleanContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/ByteContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/CharacterContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/DoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/FloatContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/IntegerContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/LongContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/NumberContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/ShortContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/StringContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/basictypes/jsonb_defaultmapping_basictypes_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_basictypes [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/basictypes/jsonb_defaultmapping_basictypes_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/BooleanContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/ByteContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/CharacterContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/DoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/FloatContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/IntegerContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/LongContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/NumberContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/ShortContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/StringContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/BooleanContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/ByteContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/CharacterContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/DoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/FloatContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/IntegerContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/LongContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/NumberContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/ShortContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/basictypes/model/StringContainer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/basictypes/jsonb_defaultmapping_basictypes_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/basictypes/jsonb_defaultmapping_basictypes_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/bignumbers [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_defaultmapping_bignumbers [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/bignumbers [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/bignumbers/jsonb_defaultmapping_bignumbers_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/bignumbers/BigNumbersMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/bignumbers/BigNumbersMappingTest.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/bignumbers/jsonb_defaultmapping_bignumbers_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/bignumbers/jsonb_defaultmapping_bignumbers_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/bignumbers/jsonb_defaultmapping_bignumbers_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/bignumbers [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/bignumbers [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_bignumbers [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/bignumbers/jsonb_defaultmapping_bignumbers_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/bignumbers/BigNumbersMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/bignumbers/BigNumbersMappingTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/bignumbers/jsonb_defaultmapping_bignumbers_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_bignumbers [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/bignumbers/jsonb_defaultmapping_bignumbers_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/bignumbers/BigNumbersMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/bignumbers/BigNumbersMappingTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/bignumbers/jsonb_defaultmapping_bignumbers_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_bignumbers [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/bignumbers/jsonb_defaultmapping_bignumbers_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/bignumbers/BigNumbersMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/bignumbers/BigNumbersMappingTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/bignumbers/jsonb_defaultmapping_bignumbers_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/bignumbers/jsonb_defaultmapping_bignumbers_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/classes [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 22 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_defaultmapping_classes [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/classes [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/classes/jsonb_defaultmapping_classes_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerAccessorsWithoutMatchingField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerFinalField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerFinalPublicField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerNoAccessorsPackagePrivateField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerNoAccessorsPrivateField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerNoAccessorsProtectedField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerNoAccessorsPublicField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPackagePrivateAccessors.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPackagePrivateConstructor.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPrivateAccessors.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPrivateAccessorsPublicField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPrivateConstructor.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerProtectedAccessors.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerProtectedConstructor.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerProtectedStaticNestedClass$NestedClass.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerProtectedStaticNestedClass.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicAccessors.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicAccessorsPublicField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicConstructor.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicStaticNestedClass$NestedClass.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicStaticNestedClass.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerStaticField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerTransientField.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/classes/jsonb_defaultmapping_classes_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/classes/jsonb_defaultmapping_classes_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/classes/jsonb_defaultmapping_classes_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/classes [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/classes [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_classes [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/classes/jsonb_defaultmapping_classes_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerAccessorsWithoutMatchingField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerFinalField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerFinalPublicField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerNoAccessorsPackagePrivateField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerNoAccessorsPrivateField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerNoAccessorsProtectedField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerNoAccessorsPublicField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPackagePrivateAccessors.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPackagePrivateConstructor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPrivateAccessors.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPrivateAccessorsPublicField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPrivateConstructor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerProtectedAccessors.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerProtectedConstructor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerProtectedStaticNestedClass$NestedClass.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerProtectedStaticNestedClass.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicAccessors.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicAccessorsPublicField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicConstructor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicStaticNestedClass$NestedClass.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicStaticNestedClass.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerStaticField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerTransientField.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/classes/jsonb_defaultmapping_classes_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_classes [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/classes/jsonb_defaultmapping_classes_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerAccessorsWithoutMatchingField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerFinalField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerFinalPublicField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerNoAccessorsPackagePrivateField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerNoAccessorsPrivateField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerNoAccessorsProtectedField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerNoAccessorsPublicField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPackagePrivateAccessors.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPackagePrivateConstructor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPrivateAccessors.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPrivateAccessorsPublicField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPrivateConstructor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerProtectedAccessors.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerProtectedConstructor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerProtectedStaticNestedClass$NestedClass.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerProtectedStaticNestedClass.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicAccessors.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicAccessorsPublicField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicConstructor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicStaticNestedClass$NestedClass.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicStaticNestedClass.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerStaticField.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerTransientField.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/classes/jsonb_defaultmapping_classes_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_classes [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/classes/jsonb_defaultmapping_classes_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerAccessorsWithoutMatchingField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerFinalField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerFinalPublicField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerNoAccessorsPackagePrivateField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerNoAccessorsPrivateField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerNoAccessorsProtectedField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerNoAccessorsPublicField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPackagePrivateAccessors.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPackagePrivateConstructor.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPrivateAccessors.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPrivateAccessorsPublicField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPrivateConstructor.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerProtectedAccessors.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerProtectedConstructor.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerProtectedStaticNestedClass$NestedClass.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerProtectedStaticNestedClass.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicAccessors.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicAccessorsPublicField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicConstructor.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicStaticNestedClass$NestedClass.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerPublicStaticNestedClass.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerStaticField.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/classes/model/StringContainerTransientField.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/classes/jsonb_defaultmapping_classes_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/classes/jsonb_defaultmapping_classes_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/classes/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/collections [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 23 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_defaultmapping_collections [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/collections [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/collections/jsonb_defaultmapping_collections_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$10.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$11.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$12.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$13.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$14.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$15.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$16.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$17.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$18.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$19.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$20.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$21.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$22.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$23.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$24.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$25.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$26.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$27.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$28.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$29.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$30.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$31.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$32.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$33.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$34.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$35.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$36.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$37.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$38.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$39.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$4.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$40.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$41.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$42.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$5.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$6.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$7.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$8.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$9.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/ArrayDequeContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/ArrayListContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/CollectionContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/DequeContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/EnumMapContainer$Enum.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/EnumMapContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/EnumSetContainer$Enum.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/EnumSetContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/HashMapContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/HashSetContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/LinkedHashMapContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/LinkedHashSetContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/LinkedListContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/ListContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/MapContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/NavigableMapContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/NavigableSetContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/PriorityQueueContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/QueueContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/SetContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/SortedMapContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/SortedSetContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/TreeMapContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/TreeSetContainer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/collections/jsonb_defaultmapping_collections_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/collections/jsonb_defaultmapping_collections_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/collections/jsonb_defaultmapping_collections_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/collections [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/collections [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_collections [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/collections/jsonb_defaultmapping_collections_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$10.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$11.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$12.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$13.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$14.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$15.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$16.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$17.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$18.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$19.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$20.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$21.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$22.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$23.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$24.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$25.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$26.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$27.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$28.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$29.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$30.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$31.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$32.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$33.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$34.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$35.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$36.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$37.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$38.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$39.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$40.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$41.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$42.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$8.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$9.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/ArrayDequeContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/ArrayListContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/CollectionContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/DequeContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/EnumMapContainer$Enum.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/EnumMapContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/EnumSetContainer$Enum.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/EnumSetContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/HashMapContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/HashSetContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/LinkedHashMapContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/LinkedHashSetContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/LinkedListContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/ListContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/MapContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/NavigableMapContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/NavigableSetContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/PriorityQueueContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/QueueContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/SetContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/SortedMapContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/SortedSetContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/TreeMapContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/TreeSetContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/collections/jsonb_defaultmapping_collections_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_collections [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/collections/jsonb_defaultmapping_collections_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$10.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$11.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$12.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$13.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$14.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$15.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$16.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$17.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$18.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$19.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$20.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$21.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$22.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$23.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$24.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$25.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$26.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$27.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$28.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$29.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$30.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$31.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$32.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$33.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$34.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$35.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$36.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$37.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$38.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$39.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$40.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$41.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$42.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$8.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$9.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/ArrayDequeContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/ArrayListContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/CollectionContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/DequeContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/EnumMapContainer$Enum.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/EnumMapContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/EnumSetContainer$Enum.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/EnumSetContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/HashMapContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/HashSetContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/LinkedHashMapContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/LinkedHashSetContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/LinkedListContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/ListContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/MapContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/NavigableMapContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/NavigableSetContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/PriorityQueueContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/QueueContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/SetContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/SortedMapContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/SortedSetContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/TreeMapContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/collections/model/TreeSetContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/collections/jsonb_defaultmapping_collections_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_collections [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/collections/jsonb_defaultmapping_collections_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$10.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$11.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$12.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$13.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$14.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$15.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$16.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$17.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$18.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$19.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$20.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$21.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$22.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$23.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$24.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$25.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$26.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$27.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$28.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$29.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$30.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$31.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$32.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$33.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$34.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$35.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$36.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$37.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$38.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$39.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$4.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$40.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$41.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$42.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$5.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$6.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$7.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$8.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest$9.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/ArrayDequeContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/ArrayListContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/CollectionContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/DequeContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/EnumMapContainer$Enum.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/EnumMapContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/EnumSetContainer$Enum.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/EnumSetContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/HashMapContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/HashSetContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/LinkedHashMapContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/LinkedHashSetContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/LinkedListContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/ListContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/MapContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/NavigableMapContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/NavigableSetContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/PriorityQueueContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/QueueContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/SetContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/SortedMapContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/SortedSetContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/TreeMapContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/collections/model/TreeSetContainer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/collections/jsonb_defaultmapping_collections_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/collections/jsonb_defaultmapping_collections_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/collections/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/dates [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 17 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_defaultmapping_dates [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/dates [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/dates/jsonb_defaultmapping_dates_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/CalendarContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/DateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/DurationContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/GregorianCalendarContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/InstantContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/LocalDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/LocalDateTimeContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/LocalTimeContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/OffsetDateTimeContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/OffsetTimeContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/PeriodContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/SimpleTimeZoneContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/TimeZoneContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/ZoneIdContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/ZoneOffsetContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/ZonedDateTimeContainer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/dates/jsonb_defaultmapping_dates_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/dates/jsonb_defaultmapping_dates_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/dates/jsonb_defaultmapping_dates_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/dates [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/dates [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_dates [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/dates/jsonb_defaultmapping_dates_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/CalendarContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/DateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/DurationContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/GregorianCalendarContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/InstantContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/LocalDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/LocalDateTimeContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/LocalTimeContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/OffsetDateTimeContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/OffsetTimeContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/PeriodContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/SimpleTimeZoneContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/TimeZoneContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/ZoneIdContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/ZoneOffsetContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/ZonedDateTimeContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/dates/jsonb_defaultmapping_dates_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_dates [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/dates/jsonb_defaultmapping_dates_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/CalendarContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/DateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/DurationContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/GregorianCalendarContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/InstantContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/LocalDateContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/LocalDateTimeContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/LocalTimeContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/OffsetDateTimeContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/OffsetTimeContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/PeriodContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/SimpleTimeZoneContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/TimeZoneContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/ZoneIdContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/ZoneOffsetContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/dates/model/ZonedDateTimeContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/dates/jsonb_defaultmapping_dates_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_dates [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/dates/jsonb_defaultmapping_dates_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/CalendarContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/DateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/DurationContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/GregorianCalendarContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/InstantContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/LocalDateContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/LocalDateTimeContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/LocalTimeContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/OffsetDateTimeContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/OffsetTimeContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/PeriodContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/SimpleTimeZoneContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/TimeZoneContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/ZoneIdContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/ZoneOffsetContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/dates/model/ZonedDateTimeContainer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/dates/jsonb_defaultmapping_dates_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/dates/jsonb_defaultmapping_dates_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/dates/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/enums [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_defaultmapping_enums [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/enums [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/enums/jsonb_defaultmapping_enums_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/enums/EnumMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/enums/model/EnumContainer$Enumeration.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/enums/model/EnumContainer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/enums/jsonb_defaultmapping_enums_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/enums/jsonb_defaultmapping_enums_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/enums/jsonb_defaultmapping_enums_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/enums [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/enums [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_enums [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/enums/jsonb_defaultmapping_enums_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/enums/EnumMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/enums/model/EnumContainer$Enumeration.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/enums/model/EnumContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/enums/jsonb_defaultmapping_enums_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_enums [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/enums/jsonb_defaultmapping_enums_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/enums/EnumMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/enums/model/EnumContainer$Enumeration.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/enums/model/EnumContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/enums/jsonb_defaultmapping_enums_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_enums [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/enums/jsonb_defaultmapping_enums_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/enums/EnumMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/enums/model/EnumContainer$Enumeration.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/enums/model/EnumContainer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/enums/jsonb_defaultmapping_enums_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/enums/jsonb_defaultmapping_enums_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/enums/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/generics [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_defaultmapping_generics [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/generics [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/generics/jsonb_defaultmapping_generics_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$4.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$5.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$6.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$7.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$8.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$9.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/model/CollectionContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/model/GenericContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/model/MultipleBoundsContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/model/NumberContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/model/StringContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/model/WildcardContainer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/generics/jsonb_defaultmapping_generics_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/generics/jsonb_defaultmapping_generics_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/generics/jsonb_defaultmapping_generics_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/generics [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/generics [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_generics [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/generics/jsonb_defaultmapping_generics_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$8.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$9.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/model/CollectionContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/model/GenericContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/model/MultipleBoundsContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/model/NumberContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/model/StringContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/model/WildcardContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/generics/jsonb_defaultmapping_generics_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_generics [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/generics/jsonb_defaultmapping_generics_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$8.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$9.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/model/CollectionContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/model/GenericContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/model/MultipleBoundsContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/model/NumberContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/model/StringContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/generics/model/WildcardContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/generics/jsonb_defaultmapping_generics_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_generics [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/generics/jsonb_defaultmapping_generics_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$4.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$5.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$6.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$7.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$8.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest$9.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/model/CollectionContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/model/GenericContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/model/MultipleBoundsContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/model/NumberContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/model/StringContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/generics/model/WildcardContainer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/generics/jsonb_defaultmapping_generics_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/generics/jsonb_defaultmapping_generics_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/generics/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/identifiers [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_defaultmapping_identifiers [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/identifiers [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/identifiers/jsonb_defaultmapping_identifiers_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/identifiers/NamesAndIdentifiersMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/identifiers/model/StringContainer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/identifiers/jsonb_defaultmapping_identifiers_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/identifiers/jsonb_defaultmapping_identifiers_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/identifiers/jsonb_defaultmapping_identifiers_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/identifiers [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/identifiers [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_identifiers [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/identifiers/jsonb_defaultmapping_identifiers_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/identifiers/NamesAndIdentifiersMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/identifiers/model/StringContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/identifiers/jsonb_defaultmapping_identifiers_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_identifiers [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/identifiers/jsonb_defaultmapping_identifiers_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/identifiers/NamesAndIdentifiersMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/identifiers/model/StringContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/identifiers/jsonb_defaultmapping_identifiers_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_identifiers [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/identifiers/jsonb_defaultmapping_identifiers_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/identifiers/NamesAndIdentifiersMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/identifiers/model/StringContainer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/identifiers/jsonb_defaultmapping_identifiers_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/identifiers/jsonb_defaultmapping_identifiers_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/identifiers/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/ignore [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_defaultmapping_ignore [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/ignore [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/ignore/jsonb_defaultmapping_ignore_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/ignore/MustIgnoreMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/ignore/model/StringContainer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/ignore/jsonb_defaultmapping_ignore_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/ignore/jsonb_defaultmapping_ignore_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/ignore/jsonb_defaultmapping_ignore_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/ignore [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/ignore [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_ignore [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/ignore/jsonb_defaultmapping_ignore_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/ignore/MustIgnoreMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/ignore/model/StringContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/ignore/jsonb_defaultmapping_ignore_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_ignore [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/ignore/jsonb_defaultmapping_ignore_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/ignore/MustIgnoreMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/ignore/model/StringContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/ignore/jsonb_defaultmapping_ignore_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_ignore [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/ignore/jsonb_defaultmapping_ignore_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/ignore/MustIgnoreMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/ignore/model/StringContainer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/ignore/jsonb_defaultmapping_ignore_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/ignore/jsonb_defaultmapping_ignore_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/ignore/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/interfaces [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_defaultmapping_interfaces [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/interfaces [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/interfaces/jsonb_defaultmapping_interfaces_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/interfaces/InterfaceMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/interfaces/model/InterfaceContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/interfaces/model/StringContainer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/interfaces/jsonb_defaultmapping_interfaces_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/interfaces/jsonb_defaultmapping_interfaces_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/interfaces/jsonb_defaultmapping_interfaces_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/interfaces [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/interfaces [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_interfaces [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/interfaces/jsonb_defaultmapping_interfaces_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/interfaces/InterfaceMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/interfaces/model/InterfaceContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/interfaces/model/StringContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/interfaces/jsonb_defaultmapping_interfaces_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_interfaces [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/interfaces/jsonb_defaultmapping_interfaces_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/interfaces/InterfaceMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/interfaces/model/InterfaceContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/interfaces/model/StringContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/interfaces/jsonb_defaultmapping_interfaces_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_interfaces [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/interfaces/jsonb_defaultmapping_interfaces_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/interfaces/InterfaceMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/interfaces/model/InterfaceContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/interfaces/model/StringContainer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/interfaces/jsonb_defaultmapping_interfaces_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/interfaces/jsonb_defaultmapping_interfaces_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/interfaces/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_defaultmapping_jsonptypes [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/jsonb_defaultmapping_jsonptypes_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$4.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$5.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$6.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$7.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$8.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$9.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonArrayContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonNumberContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonObjectContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonPointerContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonStringContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonStructureContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonValueContainer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/jsonb_defaultmapping_jsonptypes_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/jsonb_defaultmapping_jsonptypes_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/jsonb_defaultmapping_jsonptypes_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_jsonptypes [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/jsonb_defaultmapping_jsonptypes_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$8.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$9.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonArrayContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonNumberContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonObjectContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonPointerContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonStringContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonStructureContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonValueContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/jsonb_defaultmapping_jsonptypes_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_jsonptypes [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/jsonb_defaultmapping_jsonptypes_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$5.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$6.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$7.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$8.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$9.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonArrayContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonNumberContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonObjectContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonPointerContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonStringContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonStructureContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonValueContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/jsonb_defaultmapping_jsonptypes_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_jsonptypes [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/jsonb_defaultmapping_jsonptypes_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$3.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$4.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$5.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$6.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$7.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$8.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest$9.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonArrayContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonNumberContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonObjectContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonPointerContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonStringContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonStructureContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model/JsonValueContainer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/jsonb_defaultmapping_jsonptypes_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/jsonb_defaultmapping_jsonptypes_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/nullvalue [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_defaultmapping_nullvalue [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/nullvalue [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/jsonb_defaultmapping_nullvalue_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/nullvalue/model/NullArrayContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/nullvalue/model/NullValueContainer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/jsonb_defaultmapping_nullvalue_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/jsonb_defaultmapping_nullvalue_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/jsonb_defaultmapping_nullvalue_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/nullvalue [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/nullvalue [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_nullvalue [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/jsonb_defaultmapping_nullvalue_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/model/NullArrayContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/model/NullValueContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/jsonb_defaultmapping_nullvalue_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_nullvalue [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/jsonb_defaultmapping_nullvalue_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/model/NullArrayContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/model/NullValueContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/jsonb_defaultmapping_nullvalue_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_nullvalue [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/jsonb_defaultmapping_nullvalue_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/nullvalue/model/NullArrayContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/nullvalue/model/NullValueContainer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/jsonb_defaultmapping_nullvalue_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/jsonb_defaultmapping_nullvalue_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_defaultmapping_polymorphictypes [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/jsonb_defaultmapping_polymorphictypes_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/PolymorphicMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/model/StringContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/model/StringContainerSubClass.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/jsonb_defaultmapping_polymorphictypes_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/jsonb_defaultmapping_polymorphictypes_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/jsonb_defaultmapping_polymorphictypes_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_polymorphictypes [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/jsonb_defaultmapping_polymorphictypes_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/PolymorphicMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/model/StringContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/model/StringContainerSubClass.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/jsonb_defaultmapping_polymorphictypes_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_polymorphictypes [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/jsonb_defaultmapping_polymorphictypes_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/PolymorphicMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/model/StringContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/model/StringContainerSubClass.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/jsonb_defaultmapping_polymorphictypes_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_polymorphictypes [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/jsonb_defaultmapping_polymorphictypes_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/PolymorphicMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/model/StringContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/model/StringContainerSubClass.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/jsonb_defaultmapping_polymorphictypes_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/jsonb_defaultmapping_polymorphictypes_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 12 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_defaultmapping_specifictypes [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/specifictypes [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/jsonb_defaultmapping_specifictypes_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/BigDecimalContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/BigIntegerContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalArrayContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalDoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalIntContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalLongContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalTypeContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/SimpleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/URIContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/URLContainer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/jsonb_defaultmapping_specifictypes_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/jsonb_defaultmapping_specifictypes_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/jsonb_defaultmapping_specifictypes_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/specifictypes [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/specifictypes [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_specifictypes [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/jsonb_defaultmapping_specifictypes_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/BigDecimalContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/BigIntegerContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalArrayContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalDoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalIntContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalLongContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalTypeContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/SimpleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/URIContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/URLContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/jsonb_defaultmapping_specifictypes_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_specifictypes [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/jsonb_defaultmapping_specifictypes_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/BigDecimalContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/BigIntegerContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalArrayContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalDoubleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalIntContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalLongContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalTypeContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/SimpleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/URIContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/URLContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/jsonb_defaultmapping_specifictypes_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_specifictypes [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/jsonb_defaultmapping_specifictypes_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/BigDecimalContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/BigIntegerContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalArrayContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalDoubleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalIntContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalLongContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/OptionalTypeContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/SimpleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/URIContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model/URLContainer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/jsonb_defaultmapping_specifictypes_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/jsonb_defaultmapping_specifictypes_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/uniqueness [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_defaultmapping_uniqueness [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/uniqueness [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/jsonb_defaultmapping_uniqueness_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/uniqueness/PropertyUniquenessTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/uniqueness/model/SimpleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/uniqueness/model/SimpleContainer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/jsonb_defaultmapping_uniqueness_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/jsonb_defaultmapping_uniqueness_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/jsonb_defaultmapping_uniqueness_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/uniqueness [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/uniqueness [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_uniqueness [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/jsonb_defaultmapping_uniqueness_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/PropertyUniquenessTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/model/SimpleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/model/SimpleContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/jsonb_defaultmapping_uniqueness_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_uniqueness [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/jsonb_defaultmapping_uniqueness_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/PropertyUniquenessTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/model/SimpleContainer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/model/SimpleContainer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/jsonb_defaultmapping_uniqueness_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_uniqueness [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/jsonb_defaultmapping_uniqueness_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/uniqueness/PropertyUniquenessTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/uniqueness/model/SimpleContainer.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/uniqueness/model/SimpleContainer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/jsonb_defaultmapping_uniqueness_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/jsonb_defaultmapping_uniqueness_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/model [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonb/defaultmapping/untyped [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonb_defaultmapping_untyped [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/untyped [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/untyped/jsonb_defaultmapping_untyped_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/untyped/jsonb_defaultmapping_untyped_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/untyped/jsonb_defaultmapping_untyped_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/untyped/jsonb_defaultmapping_untyped_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/untyped [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/untyped [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_untyped [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/untyped/jsonb_defaultmapping_untyped_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/untyped/jsonb_defaultmapping_untyped_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_untyped [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/untyped/jsonb_defaultmapping_untyped_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/untyped/jsonb_defaultmapping_untyped_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonb_defaultmapping_untyped [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/untyped/jsonb_defaultmapping_untyped_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest$2.class already added, skipping [preservejar] com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/untyped/jsonb_defaultmapping_untyped_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonb/defaultmapping/untyped/jsonb_defaultmapping_untyped_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/collectortests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: collectortests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/collectortests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/collectortests/collectortests_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonp/api/collectortests/CollectorTests.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/collectortests/Collectors$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/collectortests/Collectors$ValueBuilder.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/collectortests/Collectors.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/collectortests/collectortests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/collectortests/collectortests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/collectortests/collectortests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/collectortests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/collectortests [echo] about to sweep vehicle runtime [echo] name: collectortests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/collectortests/collectortests_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/collectortests/CollectorTests.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/collectortests/Collectors$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/collectortests/Collectors$ValueBuilder.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/collectortests/Collectors.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/collectortests/collectortests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: collectortests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/collectortests/collectortests_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/collectortests/CollectorTests.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/collectortests/Collectors$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/collectortests/Collectors$ValueBuilder.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/collectortests/Collectors.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/collectortests/collectortests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: collectortests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/collectortests/collectortests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/collectortests/CollectorTests.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/collectortests/Collectors$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/collectortests/Collectors$ValueBuilder.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/collectortests/Collectors.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/collectortests/collectortests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/collectortests/collectortests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jsonp/api/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/exceptiontests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: exceptiontests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/exceptiontests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/exceptiontests/exceptiontests_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/exceptiontests/exceptiontests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/exceptiontests/exceptiontests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/exceptiontests/exceptiontests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/exceptiontests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/exceptiontests [echo] about to sweep vehicle runtime [echo] name: exceptiontests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/exceptiontests/exceptiontests_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/exceptiontests/exceptiontests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: exceptiontests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/exceptiontests/exceptiontests_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/exceptiontests/exceptiontests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: exceptiontests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/exceptiontests/exceptiontests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/exceptiontests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/exceptiontests/exceptiontests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/exceptiontests/exceptiontests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/jsonarraytests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonarraytests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonarraytests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonarraytests/jsonarraytests_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayBuildAdd.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayBuildRemove.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayBuildSet.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayBuilders.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayCommon.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonarraytests/jsonarraytests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonarraytests/jsonarraytests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonarraytests/jsonarraytests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonarraytests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonarraytests [echo] about to sweep vehicle runtime [echo] name: jsonarraytests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonarraytests/jsonarraytests_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayBuildAdd.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayBuildRemove.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayBuildSet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayBuilders.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayCommon.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonarraytests/jsonarraytests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonarraytests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonarraytests/jsonarraytests_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayBuildAdd.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayBuildRemove.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayBuildSet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayBuilders.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayCommon.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonarraytests/jsonarraytests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonarraytests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonarraytests/jsonarraytests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayBuildAdd.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayBuildRemove.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayBuildSet.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayBuilders.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsonarraytests/ArrayCommon.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsonarraytests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonarraytests/jsonarraytests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonarraytests/jsonarraytests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonbuilderfactorytests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests/jsonbuilderfactorytests_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests/BuilderFactory.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests/jsonbuilderfactorytests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests/jsonbuilderfactorytests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests/jsonbuilderfactorytests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests [echo] about to sweep vehicle runtime [echo] name: jsonbuilderfactorytests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests/jsonbuilderfactorytests_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests/BuilderFactory.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests/jsonbuilderfactorytests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonbuilderfactorytests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests/jsonbuilderfactorytests_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests/BuilderFactory.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests/jsonbuilderfactorytests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonbuilderfactorytests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests/jsonbuilderfactorytests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests/BuilderFactory.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests/jsonbuilderfactorytests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonbuilderfactorytests/jsonbuilderfactorytests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/jsoncoding [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonp_api_jsoncodeing [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsoncoding [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsoncoding/jsonp_api_jsoncodeing_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsoncoding/jsonp_api_jsoncodeing_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsoncoding/jsonp_api_jsoncodeing_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsoncoding/jsonp_api_jsoncodeing_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsoncoding [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsoncoding [echo] about to sweep vehicle runtime [echo] name: jsonp_api_jsoncodeing [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsoncoding/jsonp_api_jsoncodeing_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsoncoding/jsonp_api_jsoncodeing_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonp_api_jsoncodeing [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsoncoding/jsonp_api_jsoncodeing_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsoncoding/jsonp_api_jsoncodeing_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonp_api_jsoncodeing [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsoncoding/jsonp_api_jsoncodeing_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/jsoncoding/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsoncoding/jsonp_api_jsoncodeing_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsoncoding/jsonp_api_jsoncodeing_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/jsongeneratorfactorytests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsongeneratorfactorytests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratorfactorytests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratorfactorytests/jsongeneratorfactorytests_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratorfactorytests/jsongeneratorfactorytests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratorfactorytests/jsongeneratorfactorytests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratorfactorytests/jsongeneratorfactorytests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratorfactorytests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratorfactorytests [echo] about to sweep vehicle runtime [echo] name: jsongeneratorfactorytests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratorfactorytests/jsongeneratorfactorytests_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratorfactorytests/jsongeneratorfactorytests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsongeneratorfactorytests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratorfactorytests/jsongeneratorfactorytests_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratorfactorytests/jsongeneratorfactorytests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsongeneratorfactorytests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratorfactorytests/jsongeneratorfactorytests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/jsongeneratorfactorytests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratorfactorytests/jsongeneratorfactorytests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratorfactorytests/jsongeneratorfactorytests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/jsongeneratortests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsongeneratortests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratortests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratortests/jsongeneratortests_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonp/api/jsongeneratortests/Generator$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsongeneratortests/Generator.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratortests/jsongeneratortests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratortests/jsongeneratortests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratortests/jsongeneratortests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratortests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratortests [echo] about to sweep vehicle runtime [echo] name: jsongeneratortests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratortests/jsongeneratortests_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsongeneratortests/Generator$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsongeneratortests/Generator.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratortests/jsongeneratortests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsongeneratortests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratortests/jsongeneratortests_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsongeneratortests/Generator$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsongeneratortests/Generator.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratortests/jsongeneratortests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsongeneratortests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratortests/jsongeneratortests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/jsongeneratortests/Client.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsongeneratortests/Generator$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsongeneratortests/Generator.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratortests/jsongeneratortests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsongeneratortests/jsongeneratortests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/jsonnumbertests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonnumbertests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonnumbertests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonnumbertests/jsonnumbertests_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonnumbertests/jsonnumbertests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonnumbertests/jsonnumbertests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonnumbertests/jsonnumbertests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonnumbertests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonnumbertests [echo] about to sweep vehicle runtime [echo] name: jsonnumbertests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonnumbertests/jsonnumbertests_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonnumbertests/jsonnumbertests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonnumbertests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonnumbertests/jsonnumbertests_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonnumbertests/jsonnumbertests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonnumbertests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonnumbertests/jsonnumbertests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonnumbertests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonnumbertests/jsonnumbertests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonnumbertests/jsonnumbertests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/jsonobjecttests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonobjecttests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonobjecttests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonobjecttests/jsonobjecttests_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonobjecttests/CreateObjectBuilder.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsonobjecttests/ObjectBuild.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonobjecttests/jsonobjecttests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonobjecttests/jsonobjecttests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonobjecttests/jsonobjecttests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonobjecttests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonobjecttests [echo] about to sweep vehicle runtime [echo] name: jsonobjecttests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonobjecttests/jsonobjecttests_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonobjecttests/CreateObjectBuilder.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonobjecttests/ObjectBuild.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonobjecttests/jsonobjecttests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonobjecttests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonobjecttests/jsonobjecttests_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonobjecttests/CreateObjectBuilder.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonobjecttests/ObjectBuild.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonobjecttests/jsonobjecttests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonobjecttests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonobjecttests/jsonobjecttests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonobjecttests/Client.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsonobjecttests/CreateObjectBuilder.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsonobjecttests/ObjectBuild.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonobjecttests/jsonobjecttests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonobjecttests/jsonobjecttests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/jsonparsereventtests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonparsereventtests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsereventtests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsereventtests/jsonparsereventtests_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsereventtests/jsonparsereventtests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsereventtests/jsonparsereventtests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsereventtests/jsonparsereventtests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsereventtests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsereventtests [echo] about to sweep vehicle runtime [echo] name: jsonparsereventtests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsereventtests/jsonparsereventtests_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsereventtests/jsonparsereventtests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonparsereventtests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsereventtests/jsonparsereventtests_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsereventtests/jsonparsereventtests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonparsereventtests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsereventtests/jsonparsereventtests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonparsereventtests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsereventtests/jsonparsereventtests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsereventtests/jsonparsereventtests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/jsonparserfactorytests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonparserfactorytests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparserfactorytests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparserfactorytests/jsonparserfactorytests_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparserfactorytests/jsonparserfactorytests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparserfactorytests/jsonparserfactorytests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparserfactorytests/jsonparserfactorytests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparserfactorytests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparserfactorytests [echo] about to sweep vehicle runtime [echo] name: jsonparserfactorytests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparserfactorytests/jsonparserfactorytests_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparserfactorytests/jsonparserfactorytests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonparserfactorytests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparserfactorytests/jsonparserfactorytests_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparserfactorytests/jsonparserfactorytests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonparserfactorytests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparserfactorytests/jsonparserfactorytests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonparserfactorytests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparserfactorytests/jsonparserfactorytests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparserfactorytests/jsonparserfactorytests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/jsonparsertests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonparsertests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsertests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsertests/jsonparsertests_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonparsertests/Parser.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsertests/jsonparsertests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsertests/jsonparsertests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsertests/jsonparsertests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsertests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsertests [echo] about to sweep vehicle runtime [echo] name: jsonparsertests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsertests/jsonparsertests_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonparsertests/Parser.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsertests/jsonparsertests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonparsertests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsertests/jsonparsertests_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonparsertests/Parser.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsertests/jsonparsertests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonparsertests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsertests/jsonparsertests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonparsertests/Client.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsonparsertests/Parser.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsertests/jsonparsertests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonparsertests/jsonparsertests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/jsonreaderfactorytests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonreaderfactorytests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreaderfactorytests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreaderfactorytests/jsonreaderfactorytests_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreaderfactorytests/jsonreaderfactorytests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreaderfactorytests/jsonreaderfactorytests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreaderfactorytests/jsonreaderfactorytests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreaderfactorytests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreaderfactorytests [echo] about to sweep vehicle runtime [echo] name: jsonreaderfactorytests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreaderfactorytests/jsonreaderfactorytests_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreaderfactorytests/jsonreaderfactorytests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonreaderfactorytests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreaderfactorytests/jsonreaderfactorytests_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreaderfactorytests/jsonreaderfactorytests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonreaderfactorytests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreaderfactorytests/jsonreaderfactorytests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonreaderfactorytests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreaderfactorytests/jsonreaderfactorytests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreaderfactorytests/jsonreaderfactorytests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/jsonreadertests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonreadertests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreadertests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreadertests/jsonreadertests_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonreadertests/Reader.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreadertests/jsonreadertests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreadertests/jsonreadertests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreadertests/jsonreadertests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreadertests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreadertests [echo] about to sweep vehicle runtime [echo] name: jsonreadertests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreadertests/jsonreadertests_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonreadertests/Reader.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreadertests/jsonreadertests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonreadertests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreadertests/jsonreadertests_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonreadertests/Reader.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreadertests/jsonreadertests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonreadertests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreadertests/jsonreadertests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonreadertests/Client.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsonreadertests/Reader.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreadertests/jsonreadertests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonreadertests/jsonreadertests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/jsonstreamingtests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonstreamingtests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstreamingtests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstreamingtests/jsonstreamingtests_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstreamingtests/jsonstreamingtests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstreamingtests/jsonstreamingtests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstreamingtests/jsonstreamingtests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstreamingtests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstreamingtests [echo] about to sweep vehicle runtime [echo] name: jsonstreamingtests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstreamingtests/jsonstreamingtests_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstreamingtests/jsonstreamingtests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonstreamingtests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstreamingtests/jsonstreamingtests_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstreamingtests/jsonstreamingtests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonstreamingtests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstreamingtests/jsonstreamingtests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonstreamingtests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstreamingtests/jsonstreamingtests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstreamingtests/jsonstreamingtests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/jsonstringtests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonstringtests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstringtests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstringtests/jsonstringtests_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstringtests/jsonstringtests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstringtests/jsonstringtests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstringtests/jsonstringtests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstringtests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstringtests [echo] about to sweep vehicle runtime [echo] name: jsonstringtests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstringtests/jsonstringtests_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstringtests/jsonstringtests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonstringtests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstringtests/jsonstringtests_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstringtests/jsonstringtests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonstringtests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstringtests/jsonstringtests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonstringtests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstringtests/jsonstringtests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonstringtests/jsonstringtests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/jsonvaluetests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonvaluetests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonvaluetests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonvaluetests/jsonvaluetests_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonvaluetests/Structure.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsonvaluetests/Value.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonvaluetests/jsonvaluetests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonvaluetests/jsonvaluetests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonvaluetests/jsonvaluetests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonvaluetests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonvaluetests [echo] about to sweep vehicle runtime [echo] name: jsonvaluetests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonvaluetests/jsonvaluetests_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonvaluetests/Structure.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonvaluetests/Value.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonvaluetests/jsonvaluetests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonvaluetests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonvaluetests/jsonvaluetests_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonvaluetests/Structure.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonvaluetests/Value.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonvaluetests/jsonvaluetests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonvaluetests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonvaluetests/jsonvaluetests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonvaluetests/Client.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsonvaluetests/Structure.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsonvaluetests/Value.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonvaluetests/jsonvaluetests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonvaluetests/jsonvaluetests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/jsonwriterfactorytests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonwriterfactorytests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwriterfactorytests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwriterfactorytests/jsonwriterfactorytests_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwriterfactorytests/jsonwriterfactorytests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwriterfactorytests/jsonwriterfactorytests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwriterfactorytests/jsonwriterfactorytests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwriterfactorytests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwriterfactorytests [echo] about to sweep vehicle runtime [echo] name: jsonwriterfactorytests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwriterfactorytests/jsonwriterfactorytests_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwriterfactorytests/jsonwriterfactorytests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonwriterfactorytests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwriterfactorytests/jsonwriterfactorytests_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwriterfactorytests/jsonwriterfactorytests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonwriterfactorytests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwriterfactorytests/jsonwriterfactorytests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonwriterfactorytests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwriterfactorytests/jsonwriterfactorytests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwriterfactorytests/jsonwriterfactorytests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/jsonwritertests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonwritertests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwritertests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwritertests/jsonwritertests_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonwritertests/Writer.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwritertests/jsonwritertests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwritertests/jsonwritertests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwritertests/jsonwritertests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwritertests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwritertests [echo] about to sweep vehicle runtime [echo] name: jsonwritertests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwritertests/jsonwritertests_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonwritertests/Writer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwritertests/jsonwritertests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonwritertests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwritertests/jsonwritertests_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/jsonwritertests/Writer.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwritertests/jsonwritertests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonwritertests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwritertests/jsonwritertests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/jsonwritertests/Client.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/jsonwritertests/Writer.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwritertests/jsonwritertests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/jsonwritertests/jsonwritertests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/mergetests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: patchtests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/mergetests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/mergetests/patchtests_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonp/api/mergetests/MergeAddValue.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/mergetests/MergeCommon.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/mergetests/MergeNonObject.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/mergetests/MergeRFCSample.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/mergetests/MergeRemoveValue.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/mergetests/MergeReplaceValue.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/mergetests/MergeTests.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/mergetests/patchtests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/mergetests/patchtests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/mergetests/patchtests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/mergetests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/mergetests [echo] about to sweep vehicle runtime [echo] name: patchtests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/mergetests/patchtests_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/mergetests/MergeAddValue.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/mergetests/MergeCommon.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/mergetests/MergeNonObject.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/mergetests/MergeRFCSample.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/mergetests/MergeRemoveValue.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/mergetests/MergeReplaceValue.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/mergetests/MergeTests.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/mergetests/patchtests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: patchtests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/mergetests/patchtests_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/mergetests/MergeAddValue.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/mergetests/MergeCommon.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/mergetests/MergeNonObject.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/mergetests/MergeRFCSample.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/mergetests/MergeRemoveValue.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/mergetests/MergeReplaceValue.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/mergetests/MergeTests.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/mergetests/patchtests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: patchtests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/mergetests/patchtests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/mergetests/MergeAddValue.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/mergetests/MergeCommon.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/mergetests/MergeNonObject.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/mergetests/MergeRFCSample.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/mergetests/MergeRemoveValue.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/mergetests/MergeReplaceValue.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/mergetests/MergeTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/mergetests/patchtests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/mergetests/patchtests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/patchtests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: patchtests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/patchtests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/patchtests/patchtests_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonp/api/patchtests/CommonOperation.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchCreate.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationAdd$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationAdd.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationCopy.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationEnum.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationMove.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationRemove.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationReplace$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationReplace.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchTests.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/patchtests/patchtests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/patchtests/patchtests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/patchtests/patchtests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/patchtests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/patchtests [echo] about to sweep vehicle runtime [echo] name: patchtests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/patchtests/patchtests_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/CommonOperation.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchCreate.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationAdd$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationAdd.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationCopy.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationEnum.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationMove.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationRemove.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationReplace$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationReplace.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchTests.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/patchtests/patchtests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: patchtests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/patchtests/patchtests_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/CommonOperation.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchCreate.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationAdd$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationAdd.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationCopy.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationEnum.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationMove.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationRemove.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationReplace$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationReplace.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationTest$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchOperationTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/patchtests/PatchTests.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/patchtests/patchtests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: patchtests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/patchtests/patchtests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/patchtests/CommonOperation.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchCreate.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationAdd$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationAdd.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationCopy.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationEnum.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationMove.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationRemove.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationReplace$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationReplace.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationTest$1.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchOperationTest.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/patchtests/PatchTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/patchtests/patchtests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/patchtests/patchtests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/api/pointertests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: patchtests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/pointertests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/pointertests/patchtests_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jsonp/api/pointertests/PointerAdd.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/pointertests/PointerRemove.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/pointertests/PointerReplace.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/pointertests/PointerResolve.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/pointertests/PointerTests.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/pointertests/patchtests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/pointertests/patchtests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/pointertests/patchtests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/pointertests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/pointertests [echo] about to sweep vehicle runtime [echo] name: patchtests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/pointertests/patchtests_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/pointertests/PointerAdd.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/pointertests/PointerRemove.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/pointertests/PointerReplace.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/pointertests/PointerResolve.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/pointertests/PointerTests.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/pointertests/patchtests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: patchtests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/pointertests/patchtests_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/pointertests/PointerAdd.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/pointertests/PointerRemove.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/pointertests/PointerReplace.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/pointertests/PointerResolve.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsonp/api/pointertests/PointerTests.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/pointertests/patchtests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: patchtests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/pointertests/patchtests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/api/pointertests/PointerAdd.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/pointertests/PointerRemove.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/pointertests/PointerReplace.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/pointertests/PointerResolve.class already added, skipping [preservejar] com/sun/ts/tests/jsonp/api/pointertests/PointerTests.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/pointertests/patchtests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/api/pointertests/patchtests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jsonp/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/pluggability [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/pluggability/jsonprovidertests [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/provider [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/jsonp_alternate_provider.jar compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb jsp servlet appclient [echo] vehicleoverride: [echo] name: jsonprovidertests [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/pluggability/jsonprovidertests [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/pluggability/jsonprovidertests/jsonprovidertests_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/pluggability/jsonprovidertests/jsonprovidertests_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/pluggability/jsonprovidertests/jsonprovidertests_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/pluggability/jsonprovidertests/jsonprovidertests_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/pluggability/jsonprovidertests [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/pluggability/jsonprovidertests [echo] about to sweep vehicle runtime [echo] name: jsonprovidertests [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/pluggability/jsonprovidertests/jsonprovidertests_jsp_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/pluggability/jsonprovidertests/jsonprovidertests_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonprovidertests [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/pluggability/jsonprovidertests/jsonprovidertests_servlet_vehicle_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/pluggability/jsonprovidertests/jsonprovidertests_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jsonprovidertests [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/pluggability/jsonprovidertests/jsonprovidertests_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/jsonp/pluggability/jsonprovidertests/Client.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/pluggability/jsonprovidertests/jsonprovidertests_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsonp/pluggability/jsonprovidertests/jsonprovidertests_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/provider [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsonp/util [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jsonp/util build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_el/arrayelresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 13 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/common/util/JspTestUtil.java:42: warning: [deprecation] ELException in jakarta.servlet.jsp.el has been deprecated [ts.javac] import jakarta.servlet.jsp.el.ELException; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/common/util/SimpleContext.java:35: warning: [deprecation] ExpressionEvaluator in jakarta.servlet.jsp.el has been deprecated [ts.javac] import jakarta.servlet.jsp.el.ExpressionEvaluator; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/common/util/SimpleContext.java:36: warning: [deprecation] VariableResolver in jakarta.servlet.jsp.el has been deprecated [ts.javac] import jakarta.servlet.jsp.el.VariableResolver; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/common/util/TSFunctionMapper.java:25: warning: [deprecation] FunctionMapper in jakarta.servlet.jsp.el has been deprecated [ts.javac] import jakarta.servlet.jsp.el.FunctionMapper; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/common/util/JspTestUtil.java:124: warning: [deprecation] ELException in jakarta.servlet.jsp.el has been deprecated [ts.javac] if (t instanceof ELException) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/common/util/JspTestUtil.java:125: warning: [deprecation] ELException in jakarta.servlet.jsp.el has been deprecated [ts.javac] Throwable sub = ((ELException) t).getRootCause(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/common/util/SimpleContext.java:123: warning: [deprecation] getVariableResolver() in JspContext has been deprecated [ts.javac] public VariableResolver getVariableResolver() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/common/util/SimpleContext.java:132: warning: [deprecation] getExpressionEvaluator() in JspContext has been deprecated [ts.javac] public ExpressionEvaluator getExpressionEvaluator() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/common/util/SimpleContext.java:123: warning: [deprecation] VariableResolver in jakarta.servlet.jsp.el has been deprecated [ts.javac] public VariableResolver getVariableResolver() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/common/util/SimpleContext.java:132: warning: [deprecation] ExpressionEvaluator in jakarta.servlet.jsp.el has been deprecated [ts.javac] public ExpressionEvaluator getExpressionEvaluator() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/common/util/TSFunctionMapper.java:31: warning: [deprecation] FunctionMapper in jakarta.servlet.jsp.el has been deprecated [ts.javac] public class TSFunctionMapper implements FunctionMapper { [ts.javac] ^ [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 11 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/arrayelresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/arrayelresolver/jsp_arrayelresolver_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_el/beanelresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/beanelresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/beanelresolver/jsp_beanelresolver_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_el [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_el/compelresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/compelresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/compelresolver/jsp_compelresolver_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_el/createmethexpr [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/createmethexpr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/createmethexpr/jsp_createmethexpr_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_el/createvalexpr [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/createvalexpr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/createvalexpr/jsp_createvalexpr_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_el/elresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/elresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/elresolver/jsp_elresolver_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_el/listelresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/listelresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/listelresolver/jsp_listelresolver_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_el/mapelresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/api/jakarta_el/mapelresolver/MapELResolverTag.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/mapelresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/mapelresolver/jsp_mapelresolver_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_el/methodinfo [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/methodinfo [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/methodinfo/jsp_methodinfo_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_el/resourcebundleelresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/api/jakarta_el/resourcebundleelresolver/ResourceBundleELResolverTag.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/resourcebundleelresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/resourcebundleelresolver/jsp_resourcebundleelresolver_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_el/valexpression [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/valexpression [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_el/valexpression/jsp_valexpr_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/elexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/elexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/elexception/jsp_elexc_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/elexception/jsp_elexc.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/elparseexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/elparseexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/elparseexception/jsp_elparseexc_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/elparseexception/jsp_elparseexc.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/expression [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/expression [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/expression/jsp_expr_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/expression/jsp_expr.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/expressionevaluator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/expressionevaluator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/expressionevaluator/jsp_expreval_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/expressionevaluator/jsp_expreval.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/implicitobjelresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/implicitobjelresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/implicitobjelresolver/jsp_implicitobjelresolver_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/implicitobjelresolver/jsp_implicitobjelresolver.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/scopedattrelresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/scopedattrelresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/scopedattrelresolver/jsp_scopedattrelresolver_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/scopedattrelresolver/jsp_scopedattrelresolver.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/variableresolver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/variableresolver [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/variableresolver/jsp_varresolver_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/el/variableresolver/jsp_varresolver.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/errordata [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/errordata [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/errordata/jsp_errordata_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/errordata/jsp_errordata.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspapplicationcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspapplicationcontext/FooELResolver.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspapplicationcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspapplicationcontext/jsp_jspapplicationcontext_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspengineinfo [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspengineinfo [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspengineinfo/jsp_jspengineinfo_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspengineinfo/jsp_jspengineinfo.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspexception/jsp_jspexc_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspexception/jsp_jspexc.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspfactory [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspfactory [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspfactory/jsp_jspfactory_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspfactory/jsp_jspfactory.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jsptagexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jsptagexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jsptagexception/jsp_jsptagexc_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jsptagexception/jsp_jsptagexc.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspwriter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspwriter/JspWriterValidator.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspwriter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspwriter/jsp_jspwriter_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspwriter/jsp_jspwriter.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/pagecontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/pagecontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/pagecontext/jsp_pagecontext_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/pagecontext/jsp_pagecontext.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/skippageexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/skippageexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/skippageexception/jsp_skippageexc_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/skippageexception/jsp_skippageexc.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/bodycontent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/bodycontent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/bodycontent/jsp_bodycontent_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/bodycontent/BodyContentClearBodyTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/bodycontent/BodyContentFlushTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/bodycontent/BodyContentGetStringTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/bodycontent/BodyContentReadWriteTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/bodycontent/BodyContentWriteOutTag.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/bodycontent/jsp_bodycontent.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/bodytagsupport [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagsupport/ContainerInteractionTag.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/bodytagsupport [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/bodytagsupport/jsp_bodytagsupp_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/bodytagsupport/BodySynchronizationTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/bodytagsupport/GetBodyContentTestTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/bodytagsupport/GetPreviousOutTestTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/bodytagsupport/SyncTEI.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/bodytagsupport/jsp_bodytagsupp.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/dynamicattributes [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/dynamicattributes [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/dynamicattributes/jsp_dynattrib_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/dynamicattributes/DynamicAttributesTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/dynamicattributes/SimpleExcTag.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/dynamicattributes/jsp_dynattrib.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/functioninfo [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/functioninfo [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/functioninfo/jsp_functioninfo_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/functioninfo/FunctionInfoTEI.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/functioninfo/jsp_functioninfo.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/jspidconsumer [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/jspidconsumer [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/jspidconsumer/jsp_jspidconsumer_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/pagedata [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/pagedata/PageDataValidator.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/pagedata [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/pagedata/jsp_pagedata_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/pagedata/PageDataValidator$PageHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/pagedata/PageDataValidator.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/pagedata/TagFilePageDataValidator$PageHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/pagedata/TagFilePageDataValidator.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/pagedata/jsp_pagedata.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 18 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/CheckInstanceSimpleTag.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/jsp_simtagsupport_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/CheckInstanceSimpleTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/ClassicJspFragmentGetJspContext.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/ClassicParent.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/ClassicSkipPage.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/DefaultSimpleTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/FailingTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/SimpleAncestor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/SimpleEmptyBody.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/SimpleGetSetJspBody.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/SimpleGetSetJspContext.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/SimpleGetSetParent.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/SimpleJspFragmentGetJspContext.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/SimpleNoParent.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/SimpleParentTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/SimpleSkipPage.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/SimpleSyncTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/SyncTEI.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/simpletagsupport/jsp_simtagsupport.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagadapter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagadapter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagadapter/jsp_tagadapter_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagadapter/TASimpleTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagadapter/TagAdapterVerifierTag.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagadapter/jsp_tagadapter.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagattributeinfo [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagattributeinfo [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagattributeinfo/jsp_tagattrinfo_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagattributeinfo/TagAttributeInfoTEI.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagattributeinfo/jsp_tagattrinfo.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagdata [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagdata [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagdata/jsp_tagdata_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagdata/TagDataTEI.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagdata/jsp_tagdata.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagextrainfo [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagextrainfo [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagextrainfo/jsp_tagextrainfo_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagextrainfo/TagExtraInfoTEI.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagextrainfo/jsp_tagextrainfo.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagfileinfo [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagfileinfo [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagfileinfo/jsp_tagfileinfo_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagfileinfo/TagFileInfoTEI.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagfileinfo/jsp_tagfileinfo.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/taginfo [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/taginfo [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/taginfo/jsp_taginfo_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/taginfo/TagInfoTEI.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/taginfo/jsp_taginfo.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/taglibraryinfo [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/taglibraryinfo [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/taglibraryinfo/jsp_taglibinfo_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/taglibraryinfo/TagLibraryInfoTEI.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/taglibraryinfo/jsp_taglibinfo.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/taglibraryvalidator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/taglibraryvalidator/APIValidator.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/taglibraryvalidator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/taglibraryvalidator/jsp_taglibvalidator_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/taglibraryvalidator/APIValidator.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/taglibraryvalidator/FailingValidator.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/taglibraryvalidator/jsp_taglibvalidator.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagsupport [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagsupport/ParentTag.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagsupport [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagsupport/jsp_tagsupport_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagsupport/ContainerInteractionTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagsupport/FindAncestorTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagsupport/InitializationTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagsupport/ParentTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagsupport/SynchronizationTag.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagsupport/jsp_tagsupport.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagvariableinfo [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagvariableinfo [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagvariableinfo/jsp_tagvarinfo_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagvariableinfo/TagVarInfoTEI.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/tagvariableinfo/jsp_tagvarinfo.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/trycatchfinally [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/trycatchfinally [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/trycatchfinally/jsp_tcfinally_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/trycatchfinally/ResultVerifierBean.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/trycatchfinally/TCFTestTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/trycatchfinally/ThrowTag.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/trycatchfinally/jsp_tcfinally.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/variableinfo [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/variableinfo [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/variableinfo/jsp_varinfo_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/tagext/variableinfo/jsp_varinfo.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/common/tags [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jsp/common/tags build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/common/tags/tck [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jsp/common/tags/tck build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/configuration [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/configuration/charsequence [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/charsequence [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/charsequence/jsp_config_charsequence_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/configuration/elevaluation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/elevaluation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/elevaluation/jsp_config_eleval_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/elevaluation/jsp_config_eleval.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/elevaluation [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/elevaluation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/configuration/encoding [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/encoding [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/encoding/jsp_config_encode_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/encoding/jsp_config_encode.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/configuration/general [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/general [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/general/jsp_config_general_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/general/jsp_config_general.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/configuration/includes [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/includes [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/includes/jsp_config_includes_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/includes/jsp_config_includes.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/configuration/scripting [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/scripting [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/scripting/jsp_config_scr_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/scripting/jsp_config_scr.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/configuration/xml [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/xml/jsp_config_xml_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/configuration/xml/jsp_config_xml.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions/attribute [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/attribute [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/attribute/jsp_core_act_attribute_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/actions/attribute/AttributeTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/actions/attribute/ClassicAttributeTestTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/actions/attribute/ClassicTypeTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/actions/attribute/DynamicTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/actions/attribute/SimpleAttributeTestTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/actions/attribute/SimpleTypeTag.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/attribute/jsp_core_act_attribute.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions/body [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/body [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/body/jsp_core_act_body_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/actions/body/ClassicBodyTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/actions/body/ClassicEmptyBodyTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/actions/body/ClassicNoBodyTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/actions/body/SimpleBodyTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/actions/body/SimpleEmptyBodyTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/actions/body/SimpleNoBodyTag.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/body/jsp_core_act_body.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions/declaration [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/declaration [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/declaration/jsp_core_act_decl_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/declaration/jsp_core_act_decl.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions/dobody [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/dobody [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/dobody/jsp_core_act_dobody_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/dobody/jsp_core_act_dobody.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions/element [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/element [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/element/jsp_core_act_element_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/element/jsp_core_act_element.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions/expression [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/expression [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/expression/jsp_core_act_expr_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/expression/jsp_core_act_expr.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions/forward [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/forward [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/forward/jsp_coresyntx_act_forward_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions/getproperty [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/getproperty [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/getproperty/jsp_coresyntx_act_getproperty_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/getproperty/jsp_coresyntx_act_getproperty.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions/include [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/include [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/include/jsp_coresyntx_act_include_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/include/jsp_coresyntx_act_include.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions/invoke [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/invoke [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/invoke/jsp_core_act_invoke_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/invoke/jsp_core_act_invoke.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions/output [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/output [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/output/jsp_core_act_output_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/output/jsp_core_act_output.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions/param [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/param [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/param/jsp_core_act_param_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/param/jsp_core_act_param.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions/plugin [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/plugin [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/plugin/jsp_core_act_plugin_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/plugin/jsp_core_act_plugin.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions/root [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/root [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/root/jsp_core_act_root_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/root/jsp_core_act_root.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions/scriptlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/scriptlet [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/scriptlet/jsp_core_act_scr_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/scriptlet/jsp_core_act_scr.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions/setproperty [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: prepackage: [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp/WEB-INF/lib [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp/WEB-INF/lib/propertybean.jar package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/setproperty [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/setproperty/jsp_coresyntx_act_setproperty_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/setproperty/jsp_coresyntx_act_setproperty.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions/text [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/text [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/text/jsp_core_act_text_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/text/jsp_core_act_text.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions/usebean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: prepackage: [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp/WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/actions/usebean [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp/WEB-INF/classes package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/usebean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/usebean/jsp_coresyntx_act_usebean_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/usebean/jsp_coresyntx_act_usebean.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/actions/usebean2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/usebean2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/usebean2/jsp_coresyntx_act_usebean2_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/actions/usebean2/jsp_coresyntx_act_usebean2.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/directives [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/directives/include [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/directives/include [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/directives/include/jsp_coresyntx_direct_include_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/directives/include/jsp_coresyntx_direct_include.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/directives/page [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/directives/page [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/directives/page/jsp_coresyntx_directive_page_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/directives/taglib [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/directives/taglib [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/directives/taglib/jsp_core_syntx_direct_taglib_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/directives/taglib/jsp_core_syntx_direct_taglib.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/implicitobjects [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/implicitobjects [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/implicitobjects/jsp_coresyntx_implicitobjects_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/implicitobjects/jsp_coresyntx_implicitobjects.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/scripting [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/scripting/declaration [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/scripting/declaration [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/scripting/declaration/jsp_coresyntx_script_declaration_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/scripting/declaration/jsp_coresyntx_script_declaration.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/scripting/el [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 12 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/scripting/el [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/scripting/el/jsp_coresyntx_script_el_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/scripting/el/BaseCheckTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/scripting/el/CheckCoercionTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/scripting/el/CheckECMATag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/scripting/el/CheckLiteralTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/scripting/el/CheckObjectTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/scripting/el/CheckOperatorTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/scripting/el/EchoTag.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/scripting/el/EcmaBean.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/scripting/el/ElFunctions.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/scripting/el/TypeBean.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jsp/spec/core_syntax/scripting/el/TypeBeanChild.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/scripting/el/jsp_coresyntx_script_el.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/scripting/escaping [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/scripting/escaping [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/scripting/escaping/jsp_coresyntx_script_escape_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/scripting/escaping/jsp_coresyntx_script_escape.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/scripting/expressions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/scripting/expressions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/scripting/expressions/jsp_coresyntx_script_expressions_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/scripting/expressions/jsp_coresyntx_script_expressions.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/core_syntax/scripting/scriptlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/scripting/scriptlet [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/scripting/scriptlet/jsp_coresyntx_script_scriptlet_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/core_syntax/scripting/scriptlet/jsp_coresyntx_script_scriptlet.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/el [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/el/jsp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/el/jsp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/el/jsp/jsp_el_jsp_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/el/language [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/el/language [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/el/language/jsp_el_language_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/i18n [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/i18n [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/i18n/jsp_i18n_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/jspdocument [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/jspdocument/elements [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/jspdocument/elements [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/jspdocument/elements/jsp_jspdocument_elements_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/jspdocument/elements/jsp_jspdocument_elements.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/jspdocument/general [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/jspdocument/general [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/jspdocument/general/jsp_jspdocument_general_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/jspdocument/general/jsp_jspdocument_general.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/misc [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/misc/precompilation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/misc/precompilation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/misc/precompilation/jsp_misc_precompilation_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/misc/precompilation/jsp_misc_precompilation.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/security [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/security/secbasic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/security/secbasic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/security/secbasic/jsp_sec_secbasic_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/security/secbasic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/security/secbasic/jsp_sec_secbasic.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/security/secbasic build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/security/secform [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/jspservletsec/secformClient.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/security/secform [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/security/secform/jsp_sec_secform_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/security/secform [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/security/secform/jsp_sec_secform.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/security/secform build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/tagext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/tagext/resource [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/tagext/resource/httplistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagext/resource/httplistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagext/resource/httplistener/jsp_tagext_resource_httplistener_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagext/resource/httplistener build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/tagext/resource/listener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagext/resource/listener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagext/resource/listener/jsp_tagext_resource_listener_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagext/resource/listener build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/tagext/resource/taghandler [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagext/resource/taghandler [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagext/resource/taghandler/jsp_tagext_resource_taghandler_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagext/resource/taghandler build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/tagfiles [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/tagfiles/directives/attribute20 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/directives/attribute20 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/directives/attribute20/jsp_tagfile_directives_attribute20_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/tagfiles/directives/attribute21 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/directives/attribute21 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/directives/attribute21/jsp_tagfile_directives_attribute21_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/tagfiles/directives [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/tagfiles/directives/general [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/directives/general [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/directives/general/jsp_tagfile_directives_general_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/directives/general/jsp_tagfile_directives_general.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/tagfiles/directives/tag20 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/directives/tag20 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/directives/tag20/jsp_tagfile_directives_tag20_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/tagfiles/directives/tag21 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/directives/tag21 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/directives/tag21/jsp_tagfile_directives_tag21_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/jsp_tagfiles_directives_variable_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/jsp_tagfiles_directives_variable.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/tagfiles/implicitobjects [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/implicitobjects [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/implicitobjects/jsp_tagfiles_implicitobjects_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/implicitobjects/jsp_tagfiles_implicitobjects.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/tagfiles/packaging [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.jars: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tagfiles/packaging/jartmp/META-INF/tags [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/web/jsp/spec/tagfiles/packaging/WEB-INF/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tagfiles/packaging/jartmp/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tagfiles/packaging/jartmp/META-INF/tags [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tagfiles/packaging/jartmp/META-INF/tags [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/web/jsp/spec/tagfiles/packaging/WEB-INF/lib/tagfile.jar [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tagfiles/packaging/jartmp package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/packaging [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/packaging/jsp_tagfile_pkg_web.war [echo] Copying sun runtime file to dist [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/web/jsp/spec/tagfiles/packaging/WEB-INF/lib build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/tagfiles/semantics [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/semantics [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/semantics/jsp_tagfile_semantics_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tagfiles/semantics/jsp_tagfile_semantics.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jsp/spec/tldres [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.jars: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tldres/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tldres/jartmp/com/sun/ts/tests/jsp/spec/tldres [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/web/jsp/spec/tldres/WEB-INF/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tldres/jartmp/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tldres/jartmp/com/sun/ts/tests/jsp/spec/tldres [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/web/jsp/spec/tldres/WEB-INF/lib/jsp11taglib.jar [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tldres/jartmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tldres/jartmp/META-INF/tlds [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tldres/jartmp/com/sun/ts/tests/jsp/spec/tldres [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tldres/jartmp/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tldres/jartmp/META-INF/sub [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tldres/jartmp/META-INF/tlds [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tldres/jartmp/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tldres/jartmp/com/sun/ts/tests/jsp/spec/tldres [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tldres/jartmp/com/sun/ts/tests/jsp/spec/tldres [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tldres/jartmp/com/sun/ts/tests/jsp/spec/tldres [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tldres/jartmp/com/sun/ts/tests/jsp/spec/tldres [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/web/jsp/spec/tldres/WEB-INF/lib/multitaglib.jar [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jsp/spec/tldres/jartmp package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tldres [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tldres/jsp_tldres_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jsp/spec/tldres/jsp_tldres.ear [echo] Copying sun runtime file to dist [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/web/jsp/spec/tldres/WEB-INF/lib build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 37 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jstl/common/filters/JstlDbFilter.java:146: warning: [deprecation] replace(String,String,String) in StringUtils has been deprecated [ts.javac] String result = StringUtils.replace(url, ",", "\\,"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jstl/common/tags/ExceptionCheckTag.java:174: warning: [deprecation] getRootCause() in JspException has been deprecated [ts.javac] Throwable rt = ((JspException) t).getRootCause(); [ts.javac] ^ [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 2 warnings -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jstl/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/compat [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/compat/onedotzero [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/jstltck-common.jar [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/weblib package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/webtmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/compat/onedotzero [unjar] Expanding: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jstl/compat/onedotzero/jstl_1_0_compat_web.war into /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/webtmp [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/webtmp/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/webtmp/WEB-INF [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/webtmp/WEB-INF/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/webtmp/WEB-INF [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/compat/onedotzero/jstl_1_0_compat_web.war [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/webtmp build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/core [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/core/conditional [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/core/conditional/cwo [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/conditional/cwo [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/conditional/cwo/jstl_core_cond_cwo_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/core/conditional/iftag [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/conditional/iftag [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/conditional/iftag/jstl_core_cond_if_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/core/general [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/core/general/catchtag [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/jstltck-common.jar [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/weblib package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/general/catchtag [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/general/catchtag/jstl_core_gen_catch_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/core/general/outtag [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/general/outtag [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/general/outtag/jstl_core_gen_out_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/core/general/remove [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/general/remove [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/general/remove/jstl_core_gen_rem_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/core/general/set [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/general/set [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/general/set/jstl_core_gen_set_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/core/iteration [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/core/iteration/foreach [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/jstltck-common.jar [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/weblib package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/iteration/foreach [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/iteration/foreach/jstl_core_iter_foreach_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/core/iteration/fortokens [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/iteration/fortokens [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/iteration/fortokens/jstl_core_iter_fortok_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/core/iteration/loopstatus [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/iteration/loopstatus [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/iteration/loopstatus/jstl_core_iter_lstat_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/core/urlresource [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/core/urlresource/importtag [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/urlresource/importtag [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/urlresource/importtag/jstl_core_url_import_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/core/urlresource/param [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/jstltck-common.jar [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/weblib package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/urlresource/param [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/urlresource/param/jstl_core_url_param_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/core/urlresource/redirect [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/urlresource/redirect [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/urlresource/redirect/jstl_core_url_redirect_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/core/urlresource/url [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/urlresource/url [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/core/urlresource/url/jstl_core_url_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/etu [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/etu/config [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/etu/config [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/etu/config/jstl_etu_config_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/etu/functions [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/etu/functions [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/etu/functions/jstl_etu_func_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/etu/tlv [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/etu/tlv/permitted [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/jstltck-common.jar [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/weblib package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/etu/tlv/permitted [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/etu/tlv/permitted/jstl_etu_tlv_perm_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/etu/tlv/scrfree [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/etu/tlv/scrfree [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/etu/tlv/scrfree/jstl_etu_tlv_scrfree_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/etu/uri [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/etu/uri [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/etu/uri/jstl_etu_uri_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/fmt [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/fmt/format [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/jstl_fmt_fmtdate_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/fmt/format/fmtnum [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/jstltck-common.jar [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/weblib package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/format/fmtnum [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/format/fmtnum/jstl_fmt_fmtnum_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/fmt/format/localecontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/format/localecontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/format/localecontext/jstl_fmt_locctx_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/fmt/format/parsedate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/format/parsedate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/jstl_fmt_psdate_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/fmt/format/parsenum [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/format/parsenum [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/format/parsenum/jstl_fmt_psnum_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/fmt/format/settimezone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/jstltck-common.jar [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/weblib package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/format/settimezone [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/jstl_fmt_stz_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/fmt/format/timezone [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/format/timezone [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/format/timezone/jstl_fmt_tz_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/fmt/i18n [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/fmt/i18n/bundle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/i18n/bundle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/i18n/bundle/jstl_fmt_bundle_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/fmt/i18n/message [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/i18n/message [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/i18n/message/jstl_fmt_message_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/fmt/i18n/param [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/i18n/param [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/i18n/param/jstl_fmt_param_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/fmt/i18n/requestencoding [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/jstltck-common.jar [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/weblib package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/i18n/requestencoding [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/i18n/requestencoding/jstl_fmt_reqenc_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/fmt/i18n/resourcelookup [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/i18n/resourcelookup [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/i18n/resourcelookup/jstl_fmt_reslook_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/fmt/i18n/responseencoding [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/i18n/responseencoding [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/i18n/responseencoding/jstl_fmt_resenc_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/fmt/i18n/setbundle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/i18n/setbundle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/i18n/setbundle/jstl_fmt_setbundle_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/fmt/i18n/setlocale [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/jstltck-common.jar [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/weblib package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/i18n/setlocale [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/fmt/i18n/setlocale/jstl_fmt_setlocale_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/sql [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/sql/param [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jstl/spec/sql/param [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/sql/param [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/sql/param/jstl_sql_param_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jstl/spec/sql/param/jstl-sql.properties build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/sql/query [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jstl/spec/sql/query [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/sql/query [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/sql/query/jstl_sql_query_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jstl/spec/sql/query/jstl-sql.properties build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/sql/result [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jstl/spec/sql/result [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/sql/result [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/sql/result/jstl_sql_result_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jstl/spec/sql/result/jstl-sql.properties build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/sql/setdatasource [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/jstltck-common.jar [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/weblib package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jstl/spec/sql/setdatasource [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/sql/setdatasource [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/sql/setdatasource/jstl_sql_setdatasource_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jstl/spec/sql/setdatasource/jstl-sql.properties build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/sql/transaction [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jstl/spec/sql/transaction [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/sql/transaction [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/sql/transaction/jstl_sql_transaction_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jstl/spec/sql/transaction/jstl-sql.properties build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/sql/update [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jstl/spec/sql/update [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/sql/update [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/sql/update/jstl_sql_update_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jstl/spec/sql/update/jstl-sql.properties build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/xml [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/xml/xconditional [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/xml/xconditional/xcwo [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xconditional/xcwo [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xconditional/xcwo/jstl_xml_xcwo_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/xml/xconditional/xforeach [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/jstltck-common.jar [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/weblib package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xconditional/xforeach [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xconditional/xforeach/jstl_xml_xforeach_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/xml/xconditional/xif [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xconditional/xif [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xconditional/xif/jstl_xml_xif_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/xml/xmlcore/bindings [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xmlcore/bindings [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xmlcore/bindings/jstl_xml_bindings_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/xml/xmlcore [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/xml/xmlcore/parse [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xmlcore/parse [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xmlcore/parse/jstl_xml_parse_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/xml/xmlcore/types [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xmlcore/types [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xmlcore/types/jstl_xml_types_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/xml/xmlcore/xout [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/jstltck-common.jar [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/weblib package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xmlcore/xout [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xmlcore/xout/jstl_xml_xout_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/xml/xmlcore/xset [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xmlcore/xset [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xmlcore/xset/jstl_xml_xset_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/xml/xtransform [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/xml/xtransform/param [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xtransform/param [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xtransform/param/jstl_xml_xformparam_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jstl/spec/xml/xtransform/transform [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.tck.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common [copy] Copying 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/META-INF [copy] Copying 34 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp/com/sun/ts/tests/jstl/common/resources [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jartmp [echo] Successfully built jstltck-common.jar to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib . May need to check it in. dist: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xtransform/transform [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jstl/spec/xml/xtransform/transform/jstl_xml_xform_web.war [preservejar] WEB-INF/lib/jstltck-common.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jta [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jta/ee [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jta/ee/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jta/ee/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jta/ee/transactional [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jta/ee/transactional/OneManagedBean.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: ejbliteservlet ejbliteservlet2 ejblitejsf ejblitejsp [echo] vehicleoverride: [echo] name: transactional [echo] vehicle: ejbliteservlet [echo] Building ejbliteservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/jta/ee/transactional [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/jta/ee/transactional [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/transactional [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/transactional/transactional_ejbliteservlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: transactional [echo] vehicle: ejbliteservlet2 [echo] Building ejbliteservlet2 vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/jta/ee/transactional [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/transactional/transactional_ejbliteservlet2_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: transactional [echo] vehicle: ejblitejsf [echo] Building ejblitejsf vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/transactional Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/transactional/transactional_ejblitejsf_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: transactional [echo] vehicle: ejblitejsp [echo] Building ejblitejsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/transactional [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/jta/ee/transactional [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Since fork is false, ignoring memoryMaximumSize setting. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/transactional/transactional_ejblitejsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jta/ee/txpropagationtest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest/jta_ee_txpropagate1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest/jta_ee_txpropagate2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest/jta_ee_txpropagate3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: jta [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest/jta_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jta/ee/txpropagationtest/DBSupport.class already added, skipping [preservejar] com/sun/ts/tests/jta/ee/txpropagationtest/TxBean.class already added, skipping [preservejar] com/sun/ts/tests/jta/ee/txpropagationtest/TxBeanEJB.class already added, skipping [preservejar] com/sun/ts/tests/jta/ee/txpropagationtest/TxBeanHome.class already added, skipping [preservejar] com/sun/ts/tests/jta/ee/txpropagationtest/DBSupport.class already added, skipping [preservejar] com/sun/ts/tests/jta/ee/txpropagationtest/TxBean.class already added, skipping [preservejar] com/sun/ts/tests/jta/ee/txpropagationtest/TxBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest/jta_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest/jta_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest/jta_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jta [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest/jta_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jta/ee/txpropagationtest/DBSupport.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jta/ee/txpropagationtest/TxBean.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jta/ee/txpropagationtest/TxBeanEJB.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jta/ee/txpropagationtest/TxBeanHome.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jta/ee/txpropagationtest/DBSupport.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jta/ee/txpropagationtest/TxBean.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jta/ee/txpropagationtest/TxBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest/jta_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: jta [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest/jta_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jta/ee/txpropagationtest/DBSupport.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jta/ee/txpropagationtest/TxBean.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jta/ee/txpropagationtest/TxBeanEJB.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jta/ee/txpropagationtest/TxBeanHome.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jta/ee/txpropagationtest/DBSupport.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jta/ee/txpropagationtest/TxBean.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jta/ee/txpropagationtest/TxBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest/jta_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest/jta_ejb_vehicle.ear [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest/jta_jsp_vehicle.ear [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/txpropagationtest/jta_servlet_vehicle.ear build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jta/ee/usertransaction/begin [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: begin [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/begin [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/begin/begin_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/begin [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/begin/begin_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/begin/begin_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/begin [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/begin/begin_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: begin [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/begin/begin_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/begin Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/begin/begin_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: begin [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/begin/begin_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/begin Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/begin/begin_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jta/ee/usertransaction [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jta/ee/usertransaction/commit [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: commit [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/commit [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/commit/commit_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/commit [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/commit/commit_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/commit/commit_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/commit [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/commit/commit_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: commit [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/commit/commit_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/commit Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/commit/commit_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: commit [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/commit/commit_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/commit Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/commit/commit_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jta/ee/usertransaction/getstatus [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: getstatus [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus/getstatus_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus/getstatus_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus/getstatus_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus/getstatus_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: getstatus [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus/getstatus_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus/getstatus_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: getstatus [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus/getstatus_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/getstatus/getstatus_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jta/ee/usertransaction/rollback [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: rollback [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback/rollback_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback/rollback_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback/rollback_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback/rollback_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: rollback [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback/rollback_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback/rollback_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: rollback [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback/rollback_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/rollback/rollback_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: setrollbackonly [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/setrollbackonly_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/setrollbackonly_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/setrollbackonly_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/setrollbackonly_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: setrollbackonly [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/setrollbackonly_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/setrollbackonly_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: setrollbackonly [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/setrollbackonly_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/setrollbackonly/setrollbackonly_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: settransactiontimeout [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/settransactiontimeout_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/settransactiontimeout_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/settransactiontimeout_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/settransactiontimeout_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: settransactiontimeout [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/settransactiontimeout_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/settransactiontimeout_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: settransactiontimeout [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/settransactiontimeout_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/jta/ee/usertransaction/settransactiontimeout/settransactiontimeout_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/samples [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/samples/ejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/samples/ejb/ee [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/samples/ejb/ee/simpleHello [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/ejb/ee/simpleHello [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/ejb/ee/simpleHello/ejb_sam_Hello_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/ejb/ee/simpleHello [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/ejb/ee/simpleHello/ejb_sam_Hello_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/ejb/ee/simpleHello/ejb_sam_Hello_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/ejb/ee/simpleHello [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/ejb/ee/simpleHello/ejb_sam_Hello.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/samples/ejb/ee/twobean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/ejb/ee/twobean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/ejb/ee/twobean/ejb_sam_twobean_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/ejb/ee/twobean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/ejb/ee/twobean/ejb_sam_twobean_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/ejb/ee/twobean/ejb_sam_twobean_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/ejb/ee/twobean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/ejb/ee/twobean/ejb_sam_twobean.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/samples/javamail [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/samples/javamail/ee [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/samples/javamail/ee/transport [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: transport [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/javamail/ee/transport [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/javamail/ee/transport/transport_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/samples/javamail/ee/transport/send_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/javamail/ee/transport [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/javamail/ee/transport/transport_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/javamail/ee/transport/transport_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/javamail/ee/transport Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/javamail/ee/transport/transport_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: transport [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/javamail/ee/transport/transport_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/samples/javamail/ee/transport/send_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/javamail/ee/transport Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/javamail/ee/transport/transport_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: transport [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/javamail/ee/transport/transport_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/samples/javamail/ee/transport/send_Test.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/javamail/ee/transport Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/javamail/ee/transport/transport_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/samples/jdbc [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/samples/jdbc/ee [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/samples/jdbc/ee/testConn [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] vehiclestobuild: ejb web appclient [echo] vehicleoverride: [echo] name: testConnClient [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/jdbc/ee/testConn [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/jdbc/ee/testConn/testConnClient_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/jdbc/ee/testConn [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/jdbc/ee/testConn/testConnClient_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/jdbc/ee/testConn/testConnClient_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/jdbc/ee/testConn Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/jdbc/ee/testConn/testConnClient_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: testConnClient [echo] vehicle: web [echo] Building web vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/jdbc/ee/testConn/testConnClient_web_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/jdbc/ee/testConn Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/jdbc/ee/testConn/testConnClient_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: testConnClient [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar Trying to override old definition of task preservejar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/jdbc/ee/testConn/testConnClient_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/samples/jdbc/ee/testConn/testConnClient.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/jdbc/ee/testConn/testConnClient_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/jdbc/ee/testConn Trying to override old definition of task preservejar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/samples/jdbc/ee/testConn/testConnClient_vehicles.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/common/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham/autoapplysession [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/autoapplysession [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/autoapplysession/securityapi_ham_autoapplysession_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/autoapplysession/Servlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/autoapplysession/TestAuthenticationMechanism.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/autoapplysession/TestIdentityStore.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/autoapplysession [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/autoapplysession/securityapi_ham_autoapplysession.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/autoapplysession build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham/basic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/basic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/basic/securityapi_ham_basic_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/basic/BasicServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/basic/BasicServlet2$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/basic/BasicServlet2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/basic/TestIdentityStore.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/basic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/basic/securityapi_ham_basic.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/basic build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham/customform/base [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/customform/base [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/customform/base/securityapi_ham_customform_base_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/customform/base/LoginBean.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/customform/base/LoginErrorServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/customform/base/Servlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/customform/base/Servlet2$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/customform/base/Servlet2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/customform/base/TestIdentityStore.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/customform/base [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/customform/base/securityapi_ham_customform_base.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/customform/base build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham/customform [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham/customform/expression [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/customform/expression [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/customform/expression/securityapi_ham_customform_expression_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/customform/expression/LoginBean.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/customform/expression/LoginErrorServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/customform/expression/Servlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/customform/expression/TestIdentityStore.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/customform/expression [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/customform/expression/securityapi_ham_customform_expression.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/customform/expression build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham/form [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/securityapi/ham/form/Client.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/form [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/form/securityapi_ham_form_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/form/FormLoginErrorServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/form/FormLoginServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/form/FormServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/form/FormServlet2$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/form/FormServlet2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/form/TestIdentityStore.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/form [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/form/securityapi_ham_form.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/form build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham/rememberme [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham/rememberme/test1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/rememberme/test1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/rememberme/test1/securityapi_ham_rememberme_test1_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/rememberme/test1/Servlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/rememberme/test1/TestAuthenticationMechanism.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/rememberme/test1/TestIdentityStore.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/rememberme/test1/TestRemembermeIdentityStore.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/rememberme/test1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/rememberme/test1/securityapi_ham_rememberme_test1.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/rememberme/test1 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham/rememberme/test2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/rememberme/test2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/rememberme/test2/securityapi_ham_rememberme_test2_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/rememberme/test2/Servlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/rememberme/test2/TestAuthenticationMechanism.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/rememberme/test2/TestIdentityStore.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/rememberme/test2/TestRemembermeIdentityStore.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/rememberme/test2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/rememberme/test2/securityapi_ham_rememberme_test2.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/rememberme/test2 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham/rememberme/test3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/rememberme/test3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/rememberme/test3/securityapi_ham_rememberme_test3_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/rememberme/test3/Servlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/rememberme/test3/TestAuthenticationMechanism.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/rememberme/test3/TestIdentityStore.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/rememberme/test3/TestRemembermeIdentityStore.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/rememberme/test3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/rememberme/test3/securityapi_ham_rememberme_test3.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/rememberme/test3 build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham/sam [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham/sam/delegation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/sam/delegation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/sam/delegation/securityapi_ham_sam_delegation_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/sam/delegation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/sam/delegation/securityapi_ham_sam_delegation.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/sam/delegation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham/sam/obtainbean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/securityapi/ham/sam/obtainbean/TestServerAuthModule.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/sam/obtainbean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/sam/obtainbean/securityapi_ham_sam_obtainbean_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/sam/obtainbean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/sam/obtainbean/securityapi_ham_sam_obtainbean.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/sam/obtainbean build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham/workflow [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham/workflow/cleansubject [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/cleansubject [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/cleansubject/securityapi_ham_workflow_cleansubject_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/workflow/cleansubject/Servlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/workflow/cleansubject/TestAuthenticationMechanism.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/workflow/cleansubject/TestIdentityStore.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/cleansubject [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/cleansubject/securityapi_ham_workflow_cleansubject.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/cleansubject build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham/workflow/secureresponse [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/secureresponse [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/secureresponse/securityapi_ham_workflow_secureresponse_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/workflow/secureresponse/Servlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/workflow/secureresponse/TestAuthenticationMechanism.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/workflow/secureresponse/TestFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/workflow/secureresponse/TestIdentityStore.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/secureresponse [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/secureresponse/securityapi_ham_workflow_secureresponse.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/secureresponse build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham/workflow/validaterequest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/validaterequest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/validaterequest/securityapi_ham_workflow_validaterequest_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/validaterequest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/validaterequest/securityapi_ham_workflow_validaterequest.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/validaterequest build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham/workflow/validaterequestduringauthen [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/validaterequestduringauthen [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/validaterequestduringauthen/securityapi_ham_workflow_validaterequestduringauthen_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/workflow/validaterequestduringauthen/Servlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/workflow/validaterequestduringauthen/TestAuthenticationMechanism.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/ham/workflow/validaterequestduringauthen/TestIdentityStore.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/validaterequestduringauthen [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/validaterequestduringauthen/securityapi_ham_workflow_validaterequestduringauthen.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/validaterequestduringauthen build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/ham/workflow/validaterequestwithfilter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/validaterequestwithfilter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/validaterequestwithfilter/securityapi_ham_workflow_validaterequestwithfilter_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/validaterequestwithfilter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/validaterequestwithfilter/securityapi_ham_workflow_validaterequestwithfilter.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/ham/workflow/validaterequestwithfilter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/basic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/basic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/basic/securityapi_idstore_basic_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/basic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/basic/securityapi_idstore_basic.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/basic build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/customhandler [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/customhandler [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/customhandler/securityapi_idstore_customhandler_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/customhandler [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/customhandler/securityapi_idstore_customhandler.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/customhandler build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/database/basic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/basic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/basic/securityapi_idstore_database_basic_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/basic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/basic/securityapi_idstore_database_basic.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/basic build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/database [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/database/hashalgorithm [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/hashalgorithm [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/hashalgorithm/securityapi_idstore_database_hashalgorithm_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/hashalgorithm [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/hashalgorithm/securityapi_idstore_database_hashalgorithm.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/hashalgorithm build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/database/hashalgorithmparam [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/hashalgorithmparam [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/hashalgorithmparam/securityapi_idstore_database_hashalgorithmparam_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/hashalgorithmparam [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/hashalgorithmparam/securityapi_idstore_database_hashalgorithmparam.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/hashalgorithmparam build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/database/invalidcallerquery [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidcallerquery [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidcallerquery/securityapi_idstore_database_invalidcallerquery_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidcallerquery [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidcallerquery/securityapi_idstore_database_invalidcallerquery.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidcallerquery build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/database/invaliddatasource [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invaliddatasource [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invaliddatasource/securityapi_idstore_database_invaliddatasource_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invaliddatasource [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invaliddatasource/securityapi_idstore_database_invaliddatasource.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invaliddatasource build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/database/invalidgroupsquery [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidgroupsquery [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidgroupsquery/securityapi_idstore_database_invalidgroupsquery_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidgroupsquery [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidgroupsquery/securityapi_idstore_database_invalidgroupsquery.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidgroupsquery build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/database/invalidhashalgorithmparam [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidhashalgorithmparam [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidhashalgorithmparam/securityapi_idstore_database_invalidhashalgorithmparam_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidhashalgorithmparam [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidhashalgorithmparam/securityapi_idstore_database_invalidhashalgorithmparam.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidhashalgorithmparam build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/database/invalidpriorityuseforexpr [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidpriorityuseforexpr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidpriorityuseforexpr/securityapi_idstore_database_invalidpriorityuseforexpr_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidpriorityuseforexpr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidpriorityuseforexpr/securityapi_idstore_database_invalidpriorityuseforexpr.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/invalidpriorityuseforexpr build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/database/multi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/multi/securityapi_idstore_database_multi_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/multi/securityapi_idstore_database_multi.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/multi build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/database/notvalidated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/notvalidated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/notvalidated/securityapi_idstore_database_notvalidated_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/notvalidated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/notvalidated/securityapi_idstore_database_notvalidated.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/notvalidated build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/database/priorityuseforexpr [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/priorityuseforexpr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/priorityuseforexpr/securityapi_idstore_database_priorityuseforexpr_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/priorityuseforexpr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/priorityuseforexpr/securityapi_idstore_database_priorityuseforexpr.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/priorityuseforexpr build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/database/priorityuseforexprbean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/priorityuseforexprbean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/priorityuseforexprbean/securityapi_idstore_database_priorityuseforexprbean_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/priorityuseforexprbean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/priorityuseforexprbean/securityapi_idstore_database_priorityuseforexprbean.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/priorityuseforexprbean build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/database/useforgroup [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/useforgroup [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/useforgroup/securityapi_idstore_database_useforgroup_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/useforgroup [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/useforgroup/securityapi_idstore_database_useforgroup.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/useforgroup build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/database/useforvalidation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/useforvalidation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/useforvalidation/securityapi_idstore_database_useforvalidation_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/useforvalidation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/useforvalidation/securityapi_idstore_database_useforvalidation.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/database/useforvalidation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/idstorepermission [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/idstorepermission [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/idstorepermission/securityapi_idstore_idstorepermission_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/idstorepermission [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/idstorepermission/securityapi_idstore_idstorepermission.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/idstorepermission build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/basic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/basic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/basic/securityapi_idstore_ldap_basic_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/basic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/basic/securityapi_idstore_ldap_basic.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/basic build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/binddn [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/binddn [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/binddn/securityapi_idstore_ldap_binddn_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/binddn [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/binddn/securityapi_idstore_ldap_binddn.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/binddn build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/groupmemberof [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/groupmemberof [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/groupmemberof/securityapi_idstore_ldap_groupmemberof_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/groupmemberof [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/groupmemberof/securityapi_idstore_ldap_groupmemberof.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/groupmemberof build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/groupmemberofnotexist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/groupmemberofnotexist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/groupmemberofnotexist/securityapi_idstore_ldap_groupmemberofnotexist_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/groupmemberofnotexist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/groupmemberofnotexist/securityapi_idstore_ldap_groupmemberofnotexist.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/groupmemberofnotexist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/invalidbinddn [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidbinddn [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidbinddn/securityapi_idstore_ldap_invalidbinddn_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidbinddn [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidbinddn/securityapi_idstore_ldap_invalidbinddn.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidbinddn build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/invalidbinddnpassword [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidbinddnpassword [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidbinddnpassword/securityapi_idstore_ldap_invalidbinddnpassword_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidbinddnpassword [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidbinddnpassword/securityapi_idstore_ldap_invalidbinddnpassword.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidbinddnpassword build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallerbasedn [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallerbasedn [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallerbasedn/securityapi_idstore_ldap_invalidcallerbasedn_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallerbasedn [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallerbasedn/securityapi_idstore_ldap_invalidcallerbasedn.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallerbasedn build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallernameattr [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallernameattr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallernameattr/securityapi_idstore_ldap_invalidcallernameattr_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallernameattr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallernameattr/securityapi_idstore_ldap_invalidcallernameattr.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallernameattr build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallersearchbase [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallersearchbase [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallersearchbase/securityapi_idstore_ldap_invalidcallersearchbase_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallersearchbase [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallersearchbase/securityapi_idstore_ldap_invalidcallersearchbase.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallersearchbase build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallersearchfilter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallersearchfilter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallersearchfilter/securityapi_idstore_ldap_invalidcallersearchfilter_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallersearchfilter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallersearchfilter/securityapi_idstore_ldap_invalidcallersearchfilter.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidcallersearchfilter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupmemberattr [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupmemberattr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupmemberattr/securityapi_idstore_ldap_invalidgroupmemberattr_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupmemberattr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupmemberattr/securityapi_idstore_ldap_invalidgroupmemberattr.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupmemberattr build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupnameattr [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupnameattr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupnameattr/securityapi_idstore_ldap_invalidgroupnameattr_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupnameattr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupnameattr/securityapi_idstore_ldap_invalidgroupnameattr.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupnameattr build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupsearchbase [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupsearchbase [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupsearchbase/securityapi_idstore_ldap_invalidgroupsearchbase_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupsearchbase [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupsearchbase/securityapi_idstore_ldap_invalidgroupsearchbase.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupsearchbase build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupsearchfilter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupsearchfilter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupsearchfilter/securityapi_idstore_ldap_invalidgroupsearchfilter_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupsearchfilter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupsearchfilter/securityapi_idstore_ldap_invalidgroupsearchfilter.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidgroupsearchfilter build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/invalidsearchscopeexpr [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidsearchscopeexpr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidsearchscopeexpr/securityapi_idstore_ldap_invalidsearchscopeexpr_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidsearchscopeexpr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidsearchscopeexpr/securityapi_idstore_ldap_invalidsearchscopeexpr.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidsearchscopeexpr build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/invalidurl [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidurl [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidurl/securityapi_idstore_ldap_invalidurl_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidurl [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidurl/securityapi_idstore_ldap_invalidurl.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/invalidurl build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/notvalidated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/notvalidated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/notvalidated/securityapi_idstore_ldap_notvalidated_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/notvalidated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/notvalidated/securityapi_idstore_ldap_notvalidated.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/notvalidated build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/priorityuseforexpr [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/priorityuseforexpr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/priorityuseforexpr/securityapi_idstore_ldap_priorityuseforexpr_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/priorityuseforexpr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/priorityuseforexpr/securityapi_idstore_ldap_priorityuseforexpr.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/priorityuseforexpr build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/searchscopebothonelevel [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopebothonelevel [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopebothonelevel/securityapi_idstore_ldap_searchscopebothonelevel_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopebothonelevel [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopebothonelevel/securityapi_idstore_ldap_searchscopebothonelevel.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopebothonelevel build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/searchscopebothsubtree [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopebothsubtree [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopebothsubtree/securityapi_idstore_ldap_searchscopebothsubtree_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopebothsubtree [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopebothsubtree/securityapi_idstore_ldap_searchscopebothsubtree.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopebothsubtree build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/searchscopecalleronelevelgroupsubtree [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopecalleronelevelgroupsubtree [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopecalleronelevelgroupsubtree/securityapi_idstore_ldap_searchscopecalleronelevelgroupsubtree_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopecalleronelevelgroupsubtree [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopecalleronelevelgroupsubtree/securityapi_idstore_ldap_searchscopecalleronelevelgroupsubtree.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopecalleronelevelgroupsubtree build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/searchscopecallersubtreegrouponelevel [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopecallersubtreegrouponelevel [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopecallersubtreegrouponelevel/securityapi_idstore_ldap_searchscopecallersubtreegrouponelevel_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopecallersubtreegrouponelevel [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopecallersubtreegrouponelevel/securityapi_idstore_ldap_searchscopecallersubtreegrouponelevel.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopecallersubtreegrouponelevel build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/searchscopeexpr [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopeexpr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopeexpr/securityapi_idstore_ldap_searchscopeexpr_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopeexpr [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopeexpr/securityapi_idstore_ldap_searchscopeexpr.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/searchscopeexpr build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/useforgroup [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/useforgroup [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/useforgroup/securityapi_idstore_ldap_useforgroup_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/useforgroup [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/useforgroup/securityapi_idstore_ldap_useforgroup.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/useforgroup build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldap/useforvalidation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/useforvalidation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/useforvalidation/securityapi_idstore_ldap_useforvalidation_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/useforvalidation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/useforvalidation/securityapi_idstore_ldap_useforvalidation.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/ldap/useforvalidation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/ldapserver [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] jar dest file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../lib/securityapi_idstore_ldapserver.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/securityapi_idstore_ldapserver.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/multi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/multi/securityapi_idstore_multi_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/multi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/multi/securityapi_idstore_multi.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/multi build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/multiauthz [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/multiauthz [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/multiauthz/securityapi_idstore_multiauthz_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/multiauthz [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/multiauthz/securityapi_idstore_multiauthz.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/multiauthz build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/noidstore [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/noidstore [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/noidstore/securityapi_idstore_noidstore_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/noidstore [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/noidstore/securityapi_idstore_noidstore.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/noidstore build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/useforgroup [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/useforgroup [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/useforgroup/securityapi_idstore_useforgroup_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/useforgroup [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/useforgroup/securityapi_idstore_useforgroup.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/useforgroup build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/idstore/useforvalidation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/useforvalidation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/useforvalidation/securityapi_idstore_useforvalidation_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/useforvalidation [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/useforvalidation/securityapi_idstore_useforvalidation.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/idstore/useforvalidation build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/securitycontext/authenticate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/authenticate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/authenticate/securityapi_securitycontext_authenticate_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/securitycontext/authenticate/Servlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/securitycontext/authenticate/TestAuthenticationMechanism.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/securitycontext/authenticate/TestIdentityStore.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/authenticate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/authenticate/securityapi_securitycontext_authenticate.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/authenticate build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/securitycontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/securitycontext/callerdata [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/callerdata [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/callerdata/securityapi_securitycontext_callerdata_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/securitycontext/callerdata/ProtectedServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/securitycontext/callerdata/Servlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/securitycontext/callerdata/Servlet2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/securitycontext/callerdata/TestIdentityStore.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/callerdata [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/callerdata/securityapi_securitycontext_callerdata.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/callerdata build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/securitycontext/ejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/ejb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/ejb/securityapi_securitycontext_ejb_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/securitycontext/ejb/Servlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/securitycontext/ejb/TestAuthenticationMechanism.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/securitycontext/ejb/TestEJB.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/securitycontext/ejb/TestIdentityStore.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/ejb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/ejb/securityapi_securitycontext_ejb.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/ejb build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/securityapi/securitycontext/getprincipalsbytype [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/getprincipalsbytype [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/getprincipalsbytype/securityapi_securitycontext_getprincipalsbytype_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/securitycontext/getprincipalsbytype/Servlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/securitycontext/getprincipalsbytype/TestAuthenticationMechanism.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/securitycontext/getprincipalsbytype/TestIdentityStore.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/securityapi/securitycontext/getprincipalsbytype/TestPrincipal.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/getprincipalsbytype [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/getprincipalsbytype/securityapi_securitycontext_getprincipalsbytype.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/securityapi/securitycontext/getprincipalsbytype build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/common/request [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/api/common/request/RequestTests.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/servlet/api/common/request build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/common/response [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/servlet/api/common/response build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/servlet_js_asynccontext_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/servlet_js_asynccontext.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/asyncevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/asyncevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/asyncevent/servlet_js_asyncevent_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/asyncevent/servlet_js_asyncevent.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchertype [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchertype [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchertype/servlet_js_dispatchertype_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchertype/servlet_js_dispatchertype.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 25 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/servlet_js_dispatchtest_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/servlet_js_dispatchtest1_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/dofilter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/dofilter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/dofilter/servlet_js_dofilter_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/dofilter/servlet_js_dofilter.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/filter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filter/InitFilter_Filter.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/filter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/filter/servlet_js_filter_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/filter/servlet_js_filter.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterchain [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/filterchain [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/filterchain/servlet_js_filterchain_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/filterchain/servlet_js_filterchain.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterconfig [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 13 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterconfig/GetInitParamNames_Filter.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/filterconfig [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/filterconfig/servlet_js_filterconfig_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/filterconfig/servlet_js_filterconfig.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterrequestdispatcher [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 12 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/filterrequestdispatcher [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/filterrequestdispatcher/servlet_js_filterrequestdispatcher_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/filterrequestdispatcher/servlet_js_filterrequestdispatcher.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericfilter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 17 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/genericfilter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/genericfilter/servlet_js_genericfilter_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/genericfilter/servlet_js_genericfilter.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericservlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 15 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/genericservlet [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/genericservlet/servlet_js_genericservlet_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/genericservlet/servlet_js_genericservlet.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/registration [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/servlet_js_registration_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/servlet_js_registration.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/servlet_js_requestdispatcher_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/servlet_js_requestdispatcher.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributeevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributeevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributeevent/servlet_js_scattributeevent_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributeevent/servlet_js_scattributeevent.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributelistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributelistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributelistener/servlet_js_scattributelistener_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributelistener/servlet_js_scattributelistener.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributelistener40 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributelistener40 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributelistener40/servlet_js_scattributelistener40_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributelistener40/servlet_js_scattributelistener40.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scevent/servlet_js_scevent_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scevent/servlet_js_scevent.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addfilter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addfilter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addfilter/servlet_sci_addfilter_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addfilter1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addfilter1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addfilter1/servlet_sci_addfilter1_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addlistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addlistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addlistener/servlet_sci_addlistener_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addlistener1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addlistener1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addlistener1/servlet_sci_addlistener1_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addservlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addservlet [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addservlet/servlet_sci_addservlet_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addservlet1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addservlet1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addservlet1/servlet_sci_addservlet1_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/createfilter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/createfilter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/createfilter/servlet_sci_createfilter_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/createlistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/createlistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/createlistener/servlet_sci_createlistener_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/createservlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/createservlet [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/createservlet/servlet_sci_createservlet_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getclassloader [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getclassloader [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getclassloader/servlet_sci_getclassloader_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getdefaultsessiontrackingmodes [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getdefaultsessiontrackingmodes [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getdefaultsessiontrackingmodes/servlet_sci_getdefaultsessiontrackingmode_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/geteffectivemajorversion [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/geteffectivemajorversion [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/geteffectivemajorversion/servlet_sci_geteffectivemajorversion_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/geteffectiveminorversion [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/geteffectiveminorversion [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/geteffectiveminorversion/servlet_sci_geteffectiveminorversion_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/geteffectivesessiontrackingmodes [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/geteffectivesessiontrackingmodes [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/geteffectivesessiontrackingmodes/servlet_sci_geteffectivesessiontrackingmode_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getfilterregistration [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getfilterregistration [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getfilterregistration/servlet_sci_getfilterregistration_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getfilterregistrations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getfilterregistrations [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getfilterregistrations/servlet_sci_getfilterregistrations_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getservletregistration [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getservletregistration [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getservletregistration/servlet_sci_getservletregistration_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getservletregistrations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getservletregistrations [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getservletregistrations/servlet_sci_getservletregistrations_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getsessioncookieconfig [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getsessioncookieconfig [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getsessioncookieconfig/servlet_sci_getsessioncookieconfig_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/setinitparameter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/setinitparameter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/setinitparameter/servlet_sci_setinitparameter_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/setsessiontrackingmodes [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/setsessiontrackingmodes/TestListener.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/setsessiontrackingmodes [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/setsessiontrackingmodes/servlet_sci_setsessiontrackingmode_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/sclistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/sclistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/sclistener/servlet_js_sclistener_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/sclistener/servlet_js_sclistener.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/sclistener40 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/sclistener40 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/sclistener40/servlet_js_sclistener40_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/sclistener40/servlet_js_sclistener40.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/servlet_js_servlet_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/servlet_js_servlet.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig/servlet_js_servletconfig_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig/servlet_js_servletconfig.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/TestServlet.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/servlet_js_servletcontext_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/servlet_js_servletcontext.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 20 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/servlet_js_servletcontext30_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/servlet_js_servletcontext30.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext301 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext301 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext301/servlet_js_servletcontext301_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext302 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext302 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext302/servlet_js_servletcontext302_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/servlet_js_servletcontext303_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext304 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext304 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext304/servlet_js_servletcontext304_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/servlet_js_servletcontext305_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext306 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext306 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext306/servlet_js_servletcontext306_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext31 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext31 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext31/servlet_js_servletcontext31_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext40 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: build.jars: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext40/jartmp/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/web/servlet/api/${pkg.name}/WEB-INF/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext40/jartmp/META-INF [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/web/servlet/api/${pkg.name}/WEB-INF/lib/tagfile.jar [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext40/jartmp package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext40 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext40/servlet_js_servletcontext40_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext40/servlet_js_servletcontext40.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception/servlet_js_servletexception_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception/servlet_js_servletexception.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletinputstream [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletinputstream [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletinputstream/servlet_js_servletinputstream_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletinputstream/servlet_js_servletinputstream.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/servlet_js_servletoutputstream_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/servlet_js_servletoutputstream.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/servlet_js_servletrequest_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/servlet_js_servletrequest.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest1/servlet_js_servletrequest1_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest1/servlet_js_servletrequest1.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/servlet_js_servletrequest30_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/servlet_js_servletrequest30.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/servlet_js_servletrequestwrapper_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/servlet_js_servletrequestwrapper.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/servlet_js_servletrequestwrapper30_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/servlet_js_servletrequestwrapper30.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30x [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30x [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30x/servlet_js_servletrequestwrapper30x_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30x/servlet_js_servletrequestwrapper30x.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/servlet_js_servletresponse_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/servlet_js_servletresponse.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/servlet_js_servletresponsewrapper_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/servlet_js_servletresponsewrapper.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper30 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper30 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper30/servlet_js_servletresponsewrapper30_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper30/servlet_js_servletresponsewrapper30.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode/servlet_js_sessiontrackingmode_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode1/TestServlet.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode1/servlet_js_sessiontrackingmode1_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode2/TestListener.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode2/servlet_js_sessiontrackingmode2_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode3/TestListener.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode3/servlet_js_sessiontrackingmode3_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode4 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode4/TestListener.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode4/servlet_js_sessiontrackingmode4_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/singlethreadmodel [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/api/jakarta_servlet/singlethreadmodel/SingleModelTestServlet.java:29: warning: [deprecation] SingleThreadModel in jakarta.servlet has been deprecated [ts.javac] import jakarta.servlet.SingleThreadModel; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/api/jakarta_servlet/singlethreadmodel/SingleModelTestServlet.java:40: warning: [deprecation] SingleThreadModel in jakarta.servlet has been deprecated [ts.javac] implements SingleThreadModel { [ts.javac] ^ [ts.javac] 2 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/singlethreadmodel [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/singlethreadmodel/servlet_js_singlethreadmodel_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/singlethreadmodel/servlet_js_singlethreadmodel.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributeevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributeevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributeevent/servlet_js_srattributeevent_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributeevent/servlet_js_srattributeevent.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributelistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributelistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributelistener/servlet_js_srattributelistener_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributelistener/servlet_js_srattributelistener.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributelistener40 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributelistener40 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributelistener40/servlet_js_srattributelistener40_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributelistener40/servlet_js_srattributelistener40.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/srevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/srevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/srevent/servlet_js_srevent_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/srevent/servlet_js_srevent.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/srlistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srlistener/SRListener.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/srlistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/srlistener/servlet_js_srlistener_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/srlistener/servlet_js_srlistener.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/srlistener40 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/srlistener40 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/srlistener40/servlet_js_srlistener40_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/srlistener40/servlet_js_srlistener40.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet/unavailableexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/unavailableexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/unavailableexception/servlet_js_unavailableexception_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet/unavailableexception/servlet_js_unavailableexception.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/servlet_jsh_asynccontext_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/servlet_jsh_cookie_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/servlet_jsh_cookie.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpfilter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpfilter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpfilter/servlet_jsh_httpfilter_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpfilter/servlet_jsh_httpfilter.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservlet [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservlet/servlet_jsh_httpservlet_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservlet/servlet_jsh_httpservlet.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/servlet_jsh_httpservletrequest_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/servlet_jsh_httpservletrequest.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest1/servlet_jsh_httpservletrequest1_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest1/servlet_jsh_httpservletrequest1.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest30 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest30 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest30/servlet_jsh_httpservletrequest30_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest30/servlet_jsh_httpservletrequest30.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest31 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest31 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest31/servlet_jsh_httpservletrequest31_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest40 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest40 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest40/servlet_jsh_httpservletrequest40_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest40/servlet_jsh_httpservletrequest40.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/servlet_jsh_HSReqWrapper_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/servlet_jsh_HSReqWrapper.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/servlet_jsh_httpservletresponse_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/servlet_jsh_httpservletresponse.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse30 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse30 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse30/servlet_jsh_httpservletresponse30_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse30/servlet_jsh_httpservletresponse30.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse40 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse40 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse40/servlet_jsh_httpservletresponse40_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse40/servlet_jsh_httpservletresponse40.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/servlet_jsh_HSRespWrapper_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/servlet_jsh_HSRespWrapper.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper30 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper30 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper30/servlet_jsh_HSRespWrapper30_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper30/servlet_jsh_HSRespWrapper30.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/servlet_jsh_httpsession_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/servlet_jsh_httpsession.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionactivationlistener40 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionactivationlistener40 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionactivationlistener40/servlet_jsh_httpsessionactivationlistener40_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionactivationlistener40/servlet_jsh_httpsessionactivationlistener40.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionattributelistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionattributelistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionattributelistener/servlet_jsh_httpsessionattributelistener_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionattributelistener/servlet_jsh_httpsessionattributelistener.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionattributelistener40 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionattributelistener40 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionattributelistener40/servlet_jsh_httpsessionattributelistener40_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionattributelistener40/servlet_jsh_httpsessionattributelistener40.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindingevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindingevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindingevent/servlet_jsh_httpsessionbindingevent_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindingevent/servlet_jsh_httpsessionbindingevent.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindinglistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindinglistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindinglistener/servlet_jsh_httpsessionbindinglistener_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindinglistener/servlet_jsh_httpsessionbindinglistener.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindinglistener40 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindinglistener40 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindinglistener40/servlet_jsh_httpsessionbindinglistener40_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindinglistener40/servlet_jsh_httpsessionbindinglistener40.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionevent [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionevent/servlet_jsh_httpsessionevent_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionevent/servlet_jsh_httpsessionevent.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionidlistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionidlistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionidlistener/servlet_jsh_httpsessionidlistener_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionlistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionlistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionlistener/servlet_jsh_httpsessionlistener_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionlistener/servlet_jsh_httpsessionlistener.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionlistener40 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionlistener40 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionlistener40/servlet_jsh_httpsessionlistener40_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionlistener40/servlet_jsh_httpsessionlistener40.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/servlet_jsh_httpsessionx_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/servlet_jsh_httpsessionx2_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/servlet_httpsessionx.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpupgradehandler [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpupgradehandler [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpupgradehandler/servlet_jsh_upgradehandler_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/servlet_jsh_part_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/servlet_jsh_part1_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener/servlet_jsh_readlistener_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener/TestListener.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener/TestServlet.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener1/servlet_jsh_readlistener1_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext303 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext303 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext303/servlet_jsh_servletcontext303_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext304 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext304 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext304/servlet_jsh_servletcontext304_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext305 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext305 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext305/servlet_jsh_servletcontext305_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/servlet_jsh_sessioncookieconfig_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/writelistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/writelistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/api/jakarta_servlet_http/writelistener/servlet_jsh_writelistener_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/common/servlets [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/servlet/common/servlets build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/common/util [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/servlet/common/util build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/compat/LeadingSlash/WithLeadingSlash [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/compat/LeadingSlash/WithLeadingSlash [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/compat/LeadingSlash/WithLeadingSlash/servlet_compat_LeadingSlash_With_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/compat/LeadingSlash/WithLeadingSlash/servlet_compat_LeadingSlash_With.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/compat/LeadingSlash/WithoutLeadingSlash [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/compat/LeadingSlash/WithoutLeadingSlash [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/compat/LeadingSlash/WithoutLeadingSlash/servlet_compat_LeadingSlash_Without_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/compat/LeadingSlash/WithoutLeadingSlash/servlet_compat_LeadingSlash_Without.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/compat/LeadingSlash [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/compat [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/common/sharedwebservices [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/ServletHttpTestService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/ServletHttpTestService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/Hello.java [wsimport] com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/HelloOneWay.java [wsimport] com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/HelloRequest.java [wsimport] com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/HelloResponse.java [wsimport] com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/ObjectFactory.java [wsimport] com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/ServletHttpTestService.java [wsimport] com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/generated_sources/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/generated_sources/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/HelloOneWay.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/generated_sources/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/HelloRequest.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/generated_sources/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/HelloResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/generated_sources/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/generated_sources/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/ServletHttpTestService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/generated_sources/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/jakartaEE-sun-jaxws.xml to copy. [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/ServletHttpTestService.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/ServletHttpTestService.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ServletHttpTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/ServletHttpTestService.java [echo] service.class.files= ServletHttpTestService.class [echo] sei.java.files= Hello.java [echo] sei.pkg.java.files= com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/Hello.java [echo] sei.class.files= Hello.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Hello.java) [echo] GSI=( ServletHttpTestService.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/ServletHttpTestService_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/Hello.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/HelloImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/HelloOneWay.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/HelloRequest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/HelloResponse.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/ServletHttpTestService.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/ServletHttpTestService.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/platform/annotation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/platform [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/platform/cdi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/platform/cdi/filter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/cdi/filter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/cdi/filter/servlet_ee_platform_cdi_filter_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/platform/cdi/filter/TestFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/platform/cdi/filter/TestServlet.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/platform/cdi/listener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/cdi/listener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/cdi/listener/servlet_ee_platform_cdi_listener_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/platform/cdi/listener/SRAttributeListener.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/platform/cdi/listener/SRListener.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/platform/cdi/listener/TestServlet.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/platform/cdi/servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/cdi/servlet [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/cdi/servlet/servlet_ee_platform_cdi_servlet_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/platform/cdi/servlet/TestServlet.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/platform/deploy [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/servlet_ee_platform_deploy_ejblink_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/servlet_ee_platform_deploy_ejblink_single_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/servlet_ee_platform_deploy_ejblink_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/servlet_ee_platform_deploy_ejblink_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/servlet_ee_platform_deploy_ejblink_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/servlet_ee_platform_deploy_ejbref_single_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/servlet_ee_platform_deploy_ejbref_single_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/servlet_ee_platform_deploy_ejbref_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/servlet_ee_platform_deploy_ejbref_single_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/servlet_ee_platform_deploy_ejbref_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/platform/deploy/enventry [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/platform/deploy/enventry/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/enventry/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/enventry/single/servlet_ee_platform_deploy_enventry_single_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/enventry/single/servlet_ee_platform_deploy_enventry_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/enventry/single/servlet_ee_platform_deploy_enventry_single_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/enventry/single/servlet_ee_platform_deploy_enventry_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/platform/deploy/resref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/platform/deploy/resref/single [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/resref/single/servlet_ee_platform_deploy_resref_single_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/resref/single [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/resref/single/servlet_ee_platform_deploy_resref_single_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/resref/single/servlet_ee_platform_deploy_resref_single_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/platform/deploy/resref/single/servlet_ee_platform_deploy_resref_single.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/spec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/spec/crosscontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/crosscontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/crosscontext/servlet_ee_spec_crosscontext1_web.war [echo] Copying sun runtime file to dist Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/crosscontext/servlet_spec_crosscontext2_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/crosscontext/servlet_ee_spec_crosscontext.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/spec/security [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.library.jar: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/security/permissiondd [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/permddlib.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/servlet_ee_spec_security_permissiondd_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/PermDDLibrary$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/PermDDLibrary.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/TestServlet$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/TestServlet.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/security/permissiondd [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/permddlib.jar build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/ee/spec/security/runAs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/security/runAs [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/security/runAs/servlet_ee_spec_security_runAs_first_module_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/spec/security/runAs/SecTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/spec/security/runAs/ServletOne.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/security/runAs Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/security/runAs/servlet_ee_spec_security_runAs_second_module_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/spec/security/runAs/SecTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/ee/spec/security/runAs/ServletTwo.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/security/runAs [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/security/runAs/servlet_ee_spec_security_runAs_ejb.jar [preservejar] com/sun/ts/tests/servlet/ee/spec/security/runAs/SecTest.class already added, skipping [preservejar] com/sun/ts/tests/servlet/ee/spec/security/runAs/SecTestEJB.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/security/runAs [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/security/runAs/servlet_ee_spec_security_runAs_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/security/runAs/servlet_ee_spec_security_runAs_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/security/runAs/servlet_ee_spec_security_runAs.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/ee/spec/security/runAs build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/aordering [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 13 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering/servlet_spec_aordering1.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering/servlet_spec_aordering2.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering/servlet_spec_aordering3.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering/servlet_spec_aordering4.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering/servlet_spec_aordering5.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering/servlet_spec_aordering_web.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering/servlet_spec_aordering.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/aordering1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering1 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering1/servlet_spec_aordering11.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering1/servlet_spec_aordering12.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering1/servlet_spec_aordering13.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering1/servlet_spec_aordering14.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering1/servlet_spec_aordering15.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering1/servlet_spec_aordering1_web.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering1/servlet_spec_aordering1.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/aordering2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering2 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering2/servlet_spec_aordering21.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering2/servlet_spec_aordering22.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering2/servlet_spec_aordering23.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering2/servlet_spec_aordering24.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering2/servlet_spec_aordering25.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering2/servlet_spec_aordering26.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering2/servlet_spec_aordering2_web.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering2/servlet_spec_aordering2.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/aordering3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering3 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering3/servlet_spec_aordering31.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering3/servlet_spec_aordering32.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering3/servlet_spec_aordering33.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering3/servlet_spec_aordering34.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering3/servlet_spec_aordering35.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering3/servlet_spec_aordering36.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering3/servlet_spec_aordering3_web.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering3/servlet_spec_aordering3.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/aordering4 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering4 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering4/servlet_spec_aordering41.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering4/servlet_spec_aordering42.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering4/servlet_spec_aordering43.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering4/servlet_spec_aordering44.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering4/servlet_spec_aordering45.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering4/servlet_spec_aordering46.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering4/servlet_spec_aordering47.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering4/servlet_spec_aordering4_web.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/aordering4/servlet_spec_aordering4.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/servlet_plu_asynccontext.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/servlet_plu_asynccontext_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asyncevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asyncevent [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asyncevent/servlet_plu_asyncevent.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asyncevent/servlet_plu_asyncevent_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/dispatchertype [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/dispatchertype [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/dispatchertype/servlet_plu_dispatchertype.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/dispatchertype/servlet_plu_dispatchertype_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/dofilter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/dofilter [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/dofilter/servlet_plu_dofilter.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/dofilter/servlet_plu_dofilter_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filter [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filter/servlet_plu_filter.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filter/servlet_plu_filter_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterchain [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterchain [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterchain/servlet_plu_filterchain.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterchain/servlet_plu_filterchain_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterconfig [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterconfig [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterconfig/servlet_plu_filterconfig.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterconfig/servlet_plu_filterconfig_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterrequestdispatcher [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterrequestdispatcher [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterrequestdispatcher/servlet_plu_filterrequestdispatcher.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterrequestdispatcher/servlet_plu_filterrequestdispatcher_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/genericservlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/genericservlet [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/genericservlet/servlet_plu_genericservlet.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/genericservlet/servlet_plu_genericservlet_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/servlet_plu_registration.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/servlet_plu_registration_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/servlet_plu_requestdispatcher.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/servlet_plu_requestdispatcher_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributeevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributeevent [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributeevent/servlet_plu_scattributeevent.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributeevent/servlet_plu_scattributeevent_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributelistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributelistener [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributelistener/servlet_plu_scattributelistener.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributelistener/servlet_plu_scattributelistener_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scevent [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scevent/servlet_plu_scevent.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scevent/servlet_plu_scevent_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/sclistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/sclistener [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/sclistener/servlet_plu_sclistener.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/sclistener/servlet_plu_sclistener_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/servlet_plu_servlet.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/servlet_plu_servlet_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig/servlet_plu_servletconfig.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig/servlet_plu_servletconfig_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/servlet_plu_servletcontext.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/servlet_plu_servletcontext_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/servlet_plu_servletcontext30.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/servlet_plu_servletcontext30_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception/servlet_plu_servletexception.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception/servlet_plu_servletexception_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletinputstream [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletinputstream [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletinputstream/servlet_plu_servletinputstream.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletinputstream/servlet_plu_servletinputstream_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/servlet_plu_servletoutputstream.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/servlet_plu_servletoutputstream_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/servlet_plu_servletrequest.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/servlet_plu_servletrequest_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest1 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest1/servlet_plu_servletrequest1.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest1/servlet_plu_servletrequest1_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/servlet_plu_servletrequest30.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/servlet_plu_servletrequest30_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/servlet_plu_servletrequestwrapper.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/servlet_plu_servletrequestwrapper_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/servlet_plu_servletrequestwrapper30.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/servlet_plu_servletrequestwrapper30_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30x [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30x [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30x/servlet_plu_servletrequestwrapper30x.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30x/servlet_plu_servletrequestwrapper30x_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/servlet_plu_servletresponse.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/servlet_plu_servletresponse_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/servlet_plu_servletresponsewrapper.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/servlet_plu_servletresponsewrapper_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper30 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper30 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper30/servlet_plu_servletresponsewrapper30.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper30/servlet_plu_servletresponsewrapper30_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/sessiontrackingmode [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/sessiontrackingmode [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/sessiontrackingmode/servlet_plu_sessiontrackingmode.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/sessiontrackingmode/servlet_plu_sessiontrackingmode_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/singlethreadmodel [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/singlethreadmodel [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/singlethreadmodel/servlet_plu_singlethreadmodel.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/singlethreadmodel/servlet_plu_singlethreadmodel_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributeevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributeevent [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributeevent/servlet_plu_srattributeevent.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributeevent/servlet_plu_srattributeevent_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributelistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributelistener [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributelistener/servlet_plu_srattributelistener.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributelistener/servlet_plu_srattributelistener_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srevent [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srevent/servlet_plu_srevent.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srevent/servlet_plu_srevent_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srlistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srlistener [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srlistener/servlet_plu_srlistener.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srlistener/servlet_plu_srlistener_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/unavailableexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/unavailableexception [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/unavailableexception/servlet_plu_unavailableexception.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/unavailableexception/servlet_plu_unavailableexception_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/servlet_pluh_cookie.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/servlet_pluh_cookie_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservlet [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservlet/servlet_pluh_httpservlet.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservlet/servlet_pluh_httpservlet_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/servlet_pluh_httpservletrequest.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/servlet_pluh_httpservletrequest_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest30 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest30 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest30/servlet_pluh_httpservletrequest30.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest30/servlet_pluh_httpservletrequest30_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/servlet_pluh_HSReqWrapper.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/servlet_pluh_HSReqWrapper_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/servlet_pluh_httpservletresponse.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/servlet_pluh_httpservletresponse_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse30 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse30 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse30/servlet_pluh_httpservletresponse30.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse30/servlet_pluh_httpservletresponse30_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/servlet_pluh_HSRespWrapper.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/servlet_pluh_HSRespWrapper_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper30 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper30 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper30/servlet_pluh_HSRespWrapper30.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper30/servlet_pluh_HSRespWrapper30_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/servlet_pluh_httpsession.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/servlet_pluh_httpsession_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionattributelistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionattributelistener [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionattributelistener/servlet_pluh_httpsessionattributelistener.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionattributelistener/servlet_pluh_httpsessionattributelistener_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindingevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindingevent [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindingevent/servlet_pluh_httpsessionbindingevent.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindingevent/servlet_pluh_httpsessionbindingevent_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindinglistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindinglistener [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindinglistener/servlet_pluh_httpsessionbindinglistener.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindinglistener/servlet_pluh_httpsessionbindinglistener_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionevent [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionevent [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionevent/servlet_pluh_httpsessionevent.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionevent/servlet_pluh_httpsessionevent_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionlistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionlistener [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionlistener/servlet_pluh_httpsessionlistener.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionlistener/servlet_pluh_httpsessionlistener_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/servlet_pluh_sessioncookieconfig.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/servlet_pluh_sessioncookieconfig_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/pluggability/fragment [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/fragment [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/fragment/servlet_spec_fragment.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/fragment/servlet_spec_fragment1.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/fragment/servlet_spec_fragment2.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/fragment/servlet_spec_fragment3.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/pluggability/fragment/servlet_spec_fragment_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/annotationservlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter/servlet_annotationservlet_webfilter_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter/servlet_annotationservlet_webfilter.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/servlet_annotationservlet_weblistener_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/servlet_annotationservlet_weblistener.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/servlet_annotationservlet_webservlet_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/servlet_annotationservlet_webservlet.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/servlet_annotationservlet_webservletapi_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/servlet_annotationservlet_webservletapi.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/servlet_annotationservlet_webservletdd_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/async [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 19 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/async [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/async/servlet_spec_async_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/async/servlet_spec_async.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/defaultcontextpath [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/defaultcontextpath [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/defaultcontextpath/servlet_spec_defaultcontextpath_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/defaultcontextpath/servlet_spec_defaultcontextpath.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/defaultmapping [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/defaultmapping [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/defaultmapping/servlet_spec_defaultmapping_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/defaultmapping/servlet_spec_defaultmapping.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/dir_struct [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/dir_struct [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/dir_struct/servlet_spec_dirstruct_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/dir_struct/servlet_spec_dirstruct.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/errorpage [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/errorpage [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/errorpage/servlet_spec_errorpage_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/errorpage/servlet_spec_errorpage.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/errorpage1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/errorpage1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/errorpage1/servlet_spec_errorpage1_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/errorpage1/servlet_spec_errorpage1.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/httpservletresponse [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/httpservletresponse [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/httpservletresponse/servlet_spec_httpservletresponse_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/httpservletresponse/servlet_spec_httpservletresponse.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/i18n [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/i18n/encoding [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/i18n/encoding [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/i18n/encoding/servlet_spec_i18n_encoding_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/i18n/encoding/servlet_spec_i18n_encoding.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/listenerorder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/listenerorder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/listenerorder/servlet_spec_listenerorder_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/listenerorder/servlet_spec_listenerorder.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/multifiltermapping [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/multifiltermapping [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/multifiltermapping/servlet_spec_multifiltermapping_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/multifiltermapping/servlet_spec_multifiltermapping.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/pluggability/ordering [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/pluggability/ordering/test1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 13 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/pluggability/ordering/test1 [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/pluggability/ordering/test1/servlet_spec_ordering11.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/pluggability/ordering/test1/servlet_spec_ordering12.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/pluggability/ordering/test1/servlet_spec_ordering13.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/pluggability/ordering/test1/servlet_spec_ordering1_web.war build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/protocols [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/protocols/http [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/protocols/http [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/protocols/http/servlet_spec_protocols_http_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/protocols/http/servlet_spec_protocols_http.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/rdspecialchar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/rdspecialchar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/rdspecialchar/servlet_spec_rdspecialchar_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/rdspecialchar/servlet_spec_rdspecialchar.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/requestdispatcher [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/spec/requestdispatcher/TestServlet.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/requestdispatcher [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/requestdispatcher/servlet_spec_requestdispatcher_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/requestdispatcher/servlet_spec_requestdispatcher.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/requestmap [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/requestmap [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/requestmap/servlet_js_requestmap_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/requestmap/servlet_js_requestmap.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/security/annotations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/annotations [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/annotations/servlet_sec_annotations_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/spec/security/annotations/DenyAllServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/spec/security/annotations/GuestPageTestServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/spec/security/annotations/PartialDDServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/spec/security/annotations/ServletSecTestServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/spec/security/annotations/UnProtectedTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/annotations [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/annotations/servlet_sec_annotations.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/annotations build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/security [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/security/clientcert [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/clientcert [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/clientcert/clientcert_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/clientcert [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/clientcert/clientcert.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/clientcert build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/security/clientcertanno [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/clientcertanno [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/clientcertanno/clientcertanno_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/clientcertanno [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/clientcertanno/clientcertanno.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/clientcertanno build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/security/denyUncovered [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/denyUncovered [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/denyUncovered/servlet_sec_denyUncovered_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/spec/security/denyUncovered/AllMethodsAllowedAnno.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/spec/security/denyUncovered/ExcludeAuthConstraint.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/spec/security/denyUncovered/PartialDDServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/spec/security/denyUncovered/TestServlet.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/denyUncovered [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/denyUncovered/servlet_sec_denyUncovered.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/denyUncovered build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/security/metadatacomplete [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/metadatacomplete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/metadatacomplete/servlet_sec_metadatacomplete_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/spec/security/metadatacomplete/DenyAllServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/spec/security/metadatacomplete/GuestPageTestServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/spec/security/metadatacomplete/ServletSecTestServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/servlet/spec/security/metadatacomplete/UnProtectedTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/metadatacomplete [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/metadatacomplete/servlet_sec_metadatacomplete.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/metadatacomplete build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/security/secbasic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/secbasic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/secbasic/servlet_sec_secbasic_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/secbasic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/secbasic/servlet_sec_secbasic.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/secbasic build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/security/secform [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 19 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/secform [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/secform/servlet_sec_secform_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/secform [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/secform/servlet_sec_secform.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/security/secform build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/serverpush [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/serverpush [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/serverpush/servlet_spec_serverpush_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/serverpush [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/serverpush/servlet_spec_serverpush.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/servletcontext [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/servletcontext [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/servletcontext/servlet_spec_servletcontext_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/servletcontext/servlet_spec_servletcontext.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/servletmapping [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/servletmapping [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/servletmapping/servlet_js_servletmapping_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/servletmapping/servlet_js_servletmapping.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/servletresponse [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/servletresponse [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/servletresponse/servlet_spec_servletresponse_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/servletresponse/servlet_spec_servletresponse.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/srlistener [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/servlet/spec/srlistener/SRListener.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/srlistener [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/srlistener/servlet_spec_srlistener_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/srlistener/servlet_spec_srlistener.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/webapps/accesswebinf [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/webapps/accesswebinf [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/webapps/accesswebinf/servlet_spec_webapps_accesswebinf_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/webapps/accesswebinf/servlet_spec_webapps_accesswebinf.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/webapps [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/servlet/spec/welcomefiles [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/welcomefiles [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/welcomefiles/servlet_js_welcomefiles_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/servlet/spec/welcomefiles/servlet_js_welcomefiles.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/signaturetest/javaee [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src signaturetest.compile: [ts.javac] Compiling 13 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [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-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: JavaEESigTest [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/signaturetest/javaee [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/signaturetest/javaee/JavaEESigTest$Containers.class already added, skipping [preservejar] com/sun/ts/tests/signaturetest/javaee/JavaEESigTest.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_ejb_vehicle.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/signaturetest/javaee [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/signaturetest/javaee [echo] about to sweep vehicle runtime [echo] name: JavaEESigTest [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest$Containers.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: JavaEESigTest [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest$Containers.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest.class already added, skipping [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: JavaEESigTest [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/signaturetest/javaee/JavaEESigTest$Containers.class already added, skipping [preservejar] com/sun/ts/tests/signaturetest/javaee/JavaEESigTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_appclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src add.sigtest: [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_appclient_vehicle.ear [echo] DONE Updating ears. [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_ejb_vehicle.ear [echo] DONE Updating ears. build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/jarDeploy [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/jarDeploy/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/jarDeploy/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/jarDeploy/JarDeploy.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/deploy/jarDeploy [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/JarDeploy.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/deploy/jarDeploy [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/jarDeploy [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/jarDeploy [echo] wsdlLocation=META-INF/wsdl/JarDeploy.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/JarDeploy.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/jarDeploy/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/jarDeploy/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/jarDeploy/JarDeploy.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/deploy/jarDeploy/customfile.xml -wsdllocation META-INF/wsdl/JarDeploy.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/deploy/jarDeploy/HelloRequest.java [wsimport] com/sun/ts/tests/webservices12/deploy/jarDeploy/HelloResponse.java [wsimport] com/sun/ts/tests/webservices12/deploy/jarDeploy/HelloWs.java [wsimport] com/sun/ts/tests/webservices12/deploy/jarDeploy/HelloWsService.java [wsimport] com/sun/ts/tests/webservices12/deploy/jarDeploy/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/deploy/jarDeploy/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/jarDeploy/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/jarDeploy/generated_sources/com/sun/ts/tests/webservices12/deploy/jarDeploy/HelloRequest.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/jarDeploy/generated_sources/com/sun/ts/tests/webservices12/deploy/jarDeploy/HelloResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/jarDeploy/generated_sources/com/sun/ts/tests/webservices12/deploy/jarDeploy/HelloWs.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/jarDeploy/generated_sources/com/sun/ts/tests/webservices12/deploy/jarDeploy/HelloWsService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/jarDeploy/generated_sources/com/sun/ts/tests/webservices12/deploy/jarDeploy/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/jarDeploy/generated_sources/com/sun/ts/tests/webservices12/deploy/jarDeploy/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/deploy/jarDeploy/jakartaEE-sun-jaxws.xml to copy. [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/jarDeploy [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/jarDeploy/WSJarDeployClient_client.jar [preservejar] com/sun/ts/tests/webservices12/deploy/jarDeploy/Client.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/jarDeploy/HelloRequest.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/jarDeploy/HelloResponse.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/jarDeploy/HelloWs.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/jarDeploy/HelloWsService.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/jarDeploy/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/jarDeploy/package-info.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/jarDeploy/WSJarDeployClient_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/jarDeploy [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/jarDeploy/WSJarDeployClient.ear [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/jarDeploy/WSJarDeployApp_ejb.jar [preservejar] com/sun/ts/tests/webservices12/deploy/jarDeploy/HelloRequest.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/jarDeploy/HelloResponse.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/jarDeploy/HelloWs.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/jarDeploy/HelloWsBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/jarDeploy/HelloWsService.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/jarDeploy/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/jarDeploy/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/jarDeploy [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/jarDeploy build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/portcomplink [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/IntraModuleService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=WEB-INF/wsdl/IntraModuleService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/deploy/portcomplink/ejb [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb [echo] wsdlLocation=WEB-INF/wsdl/IntraModuleService.wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/IntraModuleService.wsdl [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/IntraModuleService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/customfile2.xml -wsdllocation WEB-INF/wsdl/IntraModuleService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/intra/IntraModuleSei.java [wsimport] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/intra/IntraModuleService.java [wsimport] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/intra/IntraRequest.java [wsimport] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/intra/IntraResponse.java [wsimport] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/intra/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/intra/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_sources/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/intra/IntraModuleSei.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_sources/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/intra/IntraModuleService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_sources/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/intra/IntraRequest.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_sources/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/intra/IntraResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_sources/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/intra/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_sources/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/intra/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/InterModuleService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/InterModuleService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/deploy/portcomplink/ejb [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb [echo] wsdlLocation=META-INF/wsdl/InterModuleService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/InterModuleService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/InterModuleService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/customfile.xml -wsdllocation META-INF/wsdl/InterModuleService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/InterModuleSei.java [wsimport] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/InterModuleService.java [wsimport] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/InterRequest.java [wsimport] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/InterResponse.java [wsimport] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_sources/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/InterModuleSei.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_sources/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/InterModuleService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_sources/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/InterRequest.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_sources/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/InterResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_sources/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/generated_sources/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/jakartaEE-sun-jaxws.xml to copy. [move] Moving 12 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/WSPortCompLinkEjb_ejb.jar [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/InterModuleEjbBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/InterModuleSei.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/InterRequest.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/InterResponse.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/package-info.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/intra/IntraModuleEjbBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/intra/IntraModuleSei.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/intra/IntraModuleService.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/intra/IntraRequest.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/intra/IntraResponse.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/intra/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/intra/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/WSPortCompLinkEjb_client.jar [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/Client.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/InterModuleSei.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/InterModuleService.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/InterRequest.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/InterResponse.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/inter/package-info.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/WSPortCompLinkEjb_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/portcomplink/ejb/WSPortCompLinkEjb.ear [preservejar] WSPortCompLinkEjb_client.jar already added, skipping [preservejar] WSPortCompLinkEjb_ejb.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/warDeploy [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warDeploy/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warDeploy/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/warDeploy/WarDeploy.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/deploy/warDeploy [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/WarDeploy.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/deploy/warDeploy [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/warDeploy [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/warDeploy [echo] wsdlLocation=META-INF/wsdl/WarDeploy.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/WarDeploy.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warDeploy/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warDeploy/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/warDeploy/WarDeploy.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/deploy/warDeploy/customfile.xml -wsdllocation META-INF/wsdl/WarDeploy.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/deploy/warDeploy/HelloRequest.java [wsimport] com/sun/ts/tests/webservices12/deploy/warDeploy/HelloResponse.java [wsimport] com/sun/ts/tests/webservices12/deploy/warDeploy/HelloWs.java [wsimport] com/sun/ts/tests/webservices12/deploy/warDeploy/HelloWsService.java [wsimport] com/sun/ts/tests/webservices12/deploy/warDeploy/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/deploy/warDeploy/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warDeploy/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warDeploy/generated_sources/com/sun/ts/tests/webservices12/deploy/warDeploy/HelloRequest.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warDeploy/generated_sources/com/sun/ts/tests/webservices12/deploy/warDeploy/HelloResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warDeploy/generated_sources/com/sun/ts/tests/webservices12/deploy/warDeploy/HelloWs.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warDeploy/generated_sources/com/sun/ts/tests/webservices12/deploy/warDeploy/HelloWsService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warDeploy/generated_sources/com/sun/ts/tests/webservices12/deploy/warDeploy/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warDeploy/generated_sources/com/sun/ts/tests/webservices12/deploy/warDeploy/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/deploy/warDeploy/jakartaEE-sun-jaxws.xml to copy. [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/warDeploy [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/warDeploy/WSWarDeployClient_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/warDeploy/WSWarDeployClient_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/warDeploy [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/warDeploy/WSWarDeployClient.ear [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/warDeploy/WSWarDeployApp_component_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/deploy/warDeploy/HelloRequest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/deploy/warDeploy/HelloResponse.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/deploy/warDeploy/HelloWs.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/deploy/warDeploy/HelloWsBean.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/deploy/warDeploy/HelloWsService.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/deploy/warDeploy/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/deploy/warDeploy/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/warDeploy build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/warMirrorSEI [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/WarMirrorSEI.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/deploy/warMirrorSEI [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/WarMirrorSEI.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/deploy/warMirrorSEI [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/warMirrorSEI [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/warMirrorSEI [echo] wsdlLocation=META-INF/wsdl/WarMirrorSEI.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/WarMirrorSEI.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/WarMirrorSEI.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/customfile.xml -wsdllocation META-INF/wsdl/WarMirrorSEI.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/deploy/warMirrorSEI/HelloRequest.java [wsimport] com/sun/ts/tests/webservices12/deploy/warMirrorSEI/HelloResponse.java [wsimport] com/sun/ts/tests/webservices12/deploy/warMirrorSEI/HelloWs.java [wsimport] com/sun/ts/tests/webservices12/deploy/warMirrorSEI/HelloWsService.java [wsimport] com/sun/ts/tests/webservices12/deploy/warMirrorSEI/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/deploy/warMirrorSEI/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/generated_sources/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/HelloRequest.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/generated_sources/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/HelloResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/generated_sources/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/HelloWs.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/generated_sources/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/HelloWsService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/generated_sources/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/generated_sources/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/jakartaEE-sun-jaxws.xml to copy. [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/warMirrorSEI [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/WSWarMirrorSEI_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/HelloRequest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/HelloResponse.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/HelloWs.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/HelloWsService.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/HelloWsWar.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/warMirrorSEI [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/WSWarMirrorSEI.ear [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/WSWarMirrorSEIClient_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/WSWarMirrorSEIClient_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/warMirrorSEI Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/deploy/warMirrorSEI/WSWarMirrorSEIClient.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/HandlerTestService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/HandlerTestService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/HandlerTestService.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/HeaderType.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/Hello.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/HandlerTestService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/HeaderType.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/WSHandlerTestEJB_ejb.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/HeaderType.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/HelloBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/LogicalHandler.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/SOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/WSHandlerTestEJB.ear [preservejar] WSHandlerTestEJB_ejb.jar already added, skipping [echo] Copying sun runtime file to dist build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/HandlerTestService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/HandlerTestService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/HandlerTestService.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/HeaderType.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/Hello.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/HandlerTestService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/HeaderType.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/package-info.java [move] Moving 5 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src client_import_package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/jakartaEE.tokens [echo] in wsejb: app.name=WSHandlerTestEJB [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/jakartaEE.tokens [echo] in wsappclient:: app.name=WSHandlerTestEJB [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyclienthandlerfile: [echo] Copying handler file to common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/common/vehicle/wsejb [echo] Copying handler file to common/vehicle/wsservlet [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/common/vehicle/wsservlet [echo] Copying handler file to common/vehicle/wsappclient [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/common/vehicle/wsappclient [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HandlerTestService.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/HandlerTestService.wsdl [echo] service.java.files= HandlerTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/HandlerTestService.java [echo] service.class.files= HandlerTestService.class [echo] sei.java.files= Hello.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/Hello.java [echo] sei.class.files= Hello.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Hello.java) [echo] GSI=( HandlerTestService.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSHandlerTestEJB [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/WSHandlerTestEJB_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] com/sun/ts/tests/common/vehicle/wsejb/handler.xml already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/WSHandlerTestEJB_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] com/sun/ts/tests/common/vehicle/wsejb/handler.xml already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/WSHandlerTestEJB_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/WSHandlerTestEJB_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HandlerTestService.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/HandlerTestService.wsdl [echo] service.java.files= HandlerTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/HandlerTestService.java [echo] service.class.files= HandlerTestService.class [echo] sei.java.files= Hello.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/Hello.java [echo] sei.class.files= Hello.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Hello.java) [echo] GSI=( HandlerTestService.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSHandlerTestEJB [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/WSHandlerTestEJB_wsappclient_vehicle_client.jar [preservejar] com/sun/ts/tests/common/vehicle/wsappclient/handler.xml already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/WSHandlerTestEJB_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/WSHandlerTestEJB_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/HandlerTestService.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/HandlerTestService.wsdl [echo] service.java.files= HandlerTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/HandlerTestService.java [echo] service.class.files= HandlerTestService.class [echo] sei.java.files= Hello.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/Hello.java [echo] sei.class.files= Hello.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Hello.java) [echo] GSI=( HandlerTestService.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSHandlerTestEJB [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/WSHandlerTestEJB_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/common/vehicle/wsservlet/handler.xml already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/WSHandlerTestEJB_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/client/wsservlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeclienthandlerfile: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/HandlerTestService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server [echo] WSImport: No generation is necessary, files are up to date [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/HandlerTest/server/jakartaEE-sun-jaxws.xml to copy. compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile-server.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/customfile-server.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/Hello.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/HelloRequest.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/HelloResponse.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/HelloService.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/HelloRequest.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/HelloResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/HelloService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/WSEjbAsyncTest_ejb.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/HelloBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/HelloRequest.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/HelloResponse.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/WSEjbAsyncTest.ear [preservejar] WSEjbAsyncTest_ejb.jar already added, skipping [echo] Copying sun runtime file to dist build: [echo] copying wsdl and xsd from dependency directory [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/customfile-client.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/Hello.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/HelloRequest.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/HelloResponse.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/HelloService.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/HelloRequest.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/HelloResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/HelloService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/package-info.java [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/WSEjbAsyncTestClnt_client.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/Client$1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/Client$HelloCallbackHandler.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/Client.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/HelloRequest.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/HelloResponse.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/HelloService.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/package-info.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/WSEjbAsyncTestClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/client/WSEjbAsyncTestClnt.ear [preservejar] WSEjbAsyncTestClnt_client.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server [echo] WSImport: No generation is necessary, files are up to date [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbAsyncTest/server/jakartaEE-sun-jaxws.xml to copy. compile: -postcompile: package: [echo] Copying sun runtime file to dist [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1 [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1 [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/customfile.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/Hello.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/HelloService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/HelloService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/WSEjbMultipleClientInjectionTest1_ejb.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/HelloBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1 [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/WSEjbMultipleClientInjectionTest1.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/application.xml [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/WSEjbMultipleClientInjectionTest1Clnt_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/Hello.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/HelloService.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/WSEjbMultipleClientInjectionTest1Clnt_client.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/HelloService.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/WSEjbMultipleClientInjectionTest1Clnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1 [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/WSEjbMultipleClientInjectionTest1Clnt.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest1/application.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2 [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2 [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/customfile.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/Hello.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/HelloService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/HelloService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/WSEjbMultipleClientInjectionTest2_ejb.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/HelloBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2 [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/WSEjbMultipleClientInjectionTest2.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/application.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/WSEjbMultipleClientInjectionTest2Clnt1_client.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/HelloService.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/WSEjbMultipleClientInjectionTest2Clnt1_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/WSEjbMultipleClientInjectionTest2Clnt1.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/application.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/WSEjbMultipleClientInjectionTest2Clnt2_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/Hello.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/HelloService.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/WSEjbMultipleClientInjectionTest2Clnt2.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbMultipleClientInjectionTest2/application.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/customfile.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/Hello.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/HelloService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/HelloService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/WSEjbNoWebServiceRefInClientTest_ejb.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/HelloBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/WSEjbNoWebServiceRefInClientTest.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/application.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/WSEjbNoWebServiceRefInClientTestClnt_client.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/HelloService.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/WSEjbNoWebServiceRefInClientTestClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/WSEjbNoWebServiceRefInClientTestClnt.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbNoWebServiceRefInClientTest/application.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/customfile.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/Hello.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/HelloService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/HelloService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/WSEjbPkgEPAndClientInSameEarTest_ejb.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/HelloBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/WSEjbPkgEPAndClientInSameEarTest_client.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/HelloService.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/WSEjbPkgEPAndClientInSameEarTest_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPkgEPAndClientInSameEarTest/WSEjbPkgEPAndClientInSameEarTest.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/customfile.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/Hello.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/HelloService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/HelloService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/WSEjbPortFieldInjectionTest_ejb.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/HelloBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/WSEjbPortFieldInjectionTest.ear [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/WSEjbPortFieldInjectionTestClnt_client.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/HelloService.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/WSEjbPortFieldInjectionTestClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortFieldInjectionTest/WSEjbPortFieldInjectionTestClnt.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/customfile.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/Hello.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/HelloService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/HelloService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/WSEjbPortMethodInjectionTest_ejb.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/HelloBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/WSEjbPortMethodInjectionTest.ear [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/WSEjbPortMethodInjectionTestClnt_client.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/HelloService.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/WSEjbPortMethodInjectionTestClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbPortMethodInjectionTest/WSEjbPortMethodInjectionTestClnt.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile-server.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/customfile-server.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/Hello.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/HelloService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/HelloService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/WSEjbSOAPHandlersTest_ejb.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/HelloBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/ServerHandler1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/ServerHandler2.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/WSEjbSOAPHandlersTest.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/customfile-client.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/Hello.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/HelloService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/HelloService.java [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/WSEjbSOAPHandlersTestClnt_client.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/ClientHandler1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/ClientHandler2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/HelloService.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/WSEjbSOAPHandlersTestClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/WSEjbSOAPHandlersTestClnt.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2 [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2 [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile-server.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/customfile-server.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/Hello.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/HelloService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/HelloService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/WSEjbSOAPHandlersTest2_ejb.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/HelloBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/ServerHandler1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/ServerHandler2.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/WSEjbSOAPHandlersTest2.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2 [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2 [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/customfile-client.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/Hello.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/HelloService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/HelloService.java [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/WSEjbSOAPHandlersTest2Clnt_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/WSEjbSOAPHandlersTest2Clnt_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/WSEjbSOAPHandlersTest2Clnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2 [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/WSEjbSOAPHandlersTest2Clnt.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest2/application.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile.xml customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/customfile2.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/Hello.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/HelloService.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/SayHello.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/SayHelloResponse.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/HelloService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/SayHello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/SayHelloResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/jakartaEE-sun-jaxws.xml to copy. [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/WSEjbWebServiceProviderTest_ejb.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/HelloBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/SayHello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/SayHelloResponse.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/WSEjbWebServiceProviderTest.ear [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/WSEjbWebServiceProviderTestClnt_client.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/HelloService.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/SayHello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/SayHelloResponse.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/package-info.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/WSEjbWebServiceProviderTestClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceProviderTest/WSEjbWebServiceProviderTestClnt.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1 [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1 [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/customfile.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/Hello.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/WSEjbWebServiceRefTest1HelloService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/WSEjbWebServiceRefTest1HelloService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/WSEjbWebServiceRefTest1_ejb.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/HelloBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/WSEjbWebServiceRefTest1.ear [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/WSEjbWebServiceRefTest1Clnt_client.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/Hello.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/WSEjbWebServiceRefTest1Clnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest1/WSEjbWebServiceRefTest1Clnt.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2 [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2 [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/customfile.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/Hello.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/HelloService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/HelloService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/WSEjbWebServiceRefTest2_ejb.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/HelloBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/HelloIF.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/WSEjbWebServiceRefTest2.ear [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/WSEjbWebServiceRefTest2Clnt_client.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/HelloIF.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/HelloService.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/WSEjbWebServiceRefTest2Clnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefTest2/WSEjbWebServiceRefTest2Clnt.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_server: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_java2wsdl_generate_server: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/WSEjbWSRefWithNoDDsTestHelloEJBService.wsdl [echo] impl=com.sun.ts.tests.webservices12.ejb.annotations.WSEjbWebServiceRefWithNoDDsTest.WSEjbWSRefWithNoDDsTestHelloEJB [echo] _impl=com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/WSEjbWSRefWithNoDDsTestHelloEJB [echo] _impl2=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/WSEjbWSRefWithNoDDsTestHelloEJB.class [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing Java-to-WSDL generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsgen] JAX-WS RI 3.0.0 [wsgen] command line: wsgen-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/generated_sources -verbose -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/el-impl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jmxremote_optional-repackaged.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.management.j2ee-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/ejb.security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/common-util.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/gmbal.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/bean-validator.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-hk2.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-jaxb.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-sse.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-processing.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jsonp-jaxrs.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-binding.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/guava.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-websocket-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-grizzly-extra-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/nucleus-grizzly-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-runtime-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-ri-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-commands.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/yasson.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-runtime.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.inject-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.validation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest -wsdl:soap1.1 -r /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest com.sun.ts.tests.webservices12.ejb.annotations.WSEjbWebServiceRefWithNoDDsTest.WSEjbWSRefWithNoDDsTestHelloEJB [wsgen] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/jakartaEE-sun-jaxws.xml to copy. packageendpoint: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/WSEjbWebServiceRefWithNoDDsTest_ejb.jar [preservejar] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/WSEjbWSRefWithNoDDsTestHelloEJB.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/WSEjbWebServiceRefWithNoDDsTest.ear [echo] Copying sun runtime file to dist generate_client: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/WSEjbWSRefWithNoDDsTestHelloEJBService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/WSEjbWSRefWithNoDDsTestHelloEJBService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest [echo] wsdlLocation=META-INF/wsdl/WSEjbWSRefWithNoDDsTestHelloEJBService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/WSEjbWSRefWithNoDDsTestHelloEJBService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/WSEjbWSRefWithNoDDsTestHelloEJBService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/customfile.xml -wsdllocation META-INF/wsdl/WSEjbWSRefWithNoDDsTestHelloEJBService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/WSEjbWSRefWithNoDDsTestHelloEJB.java [wsimport] com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/WSEjbWSRefWithNoDDsTestHelloEJBService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/WSEjbWSRefWithNoDDsTestHelloEJB.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/generated_sources/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/WSEjbWSRefWithNoDDsTestHelloEJBService.java [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G packageclient: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/WSEjbWebServiceRefWithNoDDsTestClnt_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/WSEjbWebServiceRefWithNoDDsTestClnt_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/annotations/WSEjbWebServiceRefWithNoDDsTest/WSEjbWebServiceRefWithNoDDsTestClnt.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/annotations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile-server.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/customfile-server.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/Hello.java [wsimport] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/HelloService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/generated_sources/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/generated_sources/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/HelloService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/WSEjbOverrideWSRefHCWithDDsTest_ejb.jar [preservejar] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/HelloBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/ServerHandler1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/ServerHandler2.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/WSEjbOverrideWSRefHCWithDDsTest.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/application.xml [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/customfile-client.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/Hello.java [wsimport] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/HelloService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/generated_sources/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/generated_sources/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/HelloService.java [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/WSEjbOverrideWSRefHCWithDDsTestClnt_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/Hello.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/HelloService.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/WSEjbOverrideWSRefHCWithDDsTestClnt_client.jar [preservejar] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/Client.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/ClientHandler1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/ClientHandler2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/HelloService.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/WSEjbOverrideWSRefHCWithDDsTestClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/WSEjbOverrideWSRefHCWithDDsTestClnt.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefHCWithDDsTest/application.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/TxService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/TxService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest [echo] wsdlLocation=META-INF/wsdl/TxService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/TxService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/TxService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/customfile.xml -wsdllocation META-INF/wsdl/TxService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/Tx.java [wsimport] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/TxService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/generated_sources/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/Tx.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/generated_sources/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/TxService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/WSEjbOverrideWSRefWithDDsTest_ejb.jar [preservejar] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/ChokeBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/ChokeHome.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/ChokeRemote.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/Tx.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/TxBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/TxHome.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/TxRemote.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/WSEjbOverrideWSRefWithDDsTest.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/application.xml [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/WSEjbOverrideWSRefWithDDsTestClnt_client.jar [preservejar] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/Tx.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/TxService.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/WSEjbOverrideWSRefWithDDsTestClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/WSEjbOverrideWSRefWithDDsTestClnt.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/ejb/descriptors/WSEjbOverrideWSRefWithDDsTest/application.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/ejb/descriptors [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/narrow [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/narrow/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/narrow/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/narrow/InterfaceTestService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/narrow [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/narrow [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/narrow [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/narrow [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/narrow/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/narrow/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/narrow/InterfaceTestService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/narrow/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/narrow/InterfaceTest1.java [wsimport] com/sun/ts/tests/webservices12/narrow/InterfaceTest2.java [wsimport] com/sun/ts/tests/webservices12/narrow/InterfaceTestService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/narrow/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/narrow/generated_sources/com/sun/ts/tests/webservices12/narrow/InterfaceTest1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/narrow/generated_sources/com/sun/ts/tests/webservices12/narrow/InterfaceTest2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/narrow/generated_sources/com/sun/ts/tests/webservices12/narrow/InterfaceTestService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/narrow/jakartaEE-sun-jaxws.xml to copy. [move] Moving 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/narrow/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/narrow [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/narrow [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/narrow/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/InterfaceTestService.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/InterfaceTestService.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= InterfaceTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/narrow/InterfaceTestService.java [echo] service.class.files= InterfaceTestService.class [echo] sei.java.files= InterfaceTest1.java InterfaceTest2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/narrow/InterfaceTest1.java com/sun/ts/tests/webservices12/narrow/InterfaceTest2.java [echo] sei.class.files= InterfaceTest1.class InterfaceTest2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/narrow [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/narrow/endpoint [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/narrow/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( InterfaceTest1.java InterfaceTest2.java) [echo] GSI=( InterfaceTestService.java) [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/narrow [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/narrow/WSNarrow_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/narrow/InterfaceTest1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/narrow/InterfaceTest1Impl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/narrow/InterfaceTest2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/narrow/InterfaceTest2Impl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/narrow/InterfaceTestService.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/narrow [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/narrow/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/narrow/WSNarrow.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/narrow/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/narrow/jakartaEE.tokens [echo] in wsejb: app.name=WSNarrow [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/narrow/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/narrow/jakartaEE.tokens [echo] in wsappclient:: app.name=WSNarrow [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/InterfaceTestService.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/InterfaceTestService.wsdl [echo] service.java.files= InterfaceTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/narrow/InterfaceTestService.java [echo] service.class.files= InterfaceTestService.class [echo] sei.java.files= InterfaceTest1.java InterfaceTest2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/narrow/InterfaceTest1.java com/sun/ts/tests/webservices12/narrow/InterfaceTest2.java [echo] sei.class.files= InterfaceTest1.class InterfaceTest2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/narrow [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/narrow/wsejb [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/narrow/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( InterfaceTest1.java InterfaceTest2.java) [echo] GSI=( InterfaceTestService.java) [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSNarrow [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/narrow/WSNarrow_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/narrow [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/narrow/WSNarrow_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/narrow/WSNarrow_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/narrow Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/narrow/WSNarrow_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/narrow/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/InterfaceTestService.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/InterfaceTestService.wsdl [echo] service.java.files= InterfaceTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/narrow/InterfaceTestService.java [echo] service.class.files= InterfaceTestService.class [echo] sei.java.files= InterfaceTest1.java InterfaceTest2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/narrow/InterfaceTest1.java com/sun/ts/tests/webservices12/narrow/InterfaceTest2.java [echo] sei.class.files= InterfaceTest1.class InterfaceTest2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/narrow [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/narrow/wsappclient [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/narrow/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( InterfaceTest1.java InterfaceTest2.java) [echo] GSI=( InterfaceTestService.java) [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSNarrow [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/narrow/WSNarrow_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/narrow/WSNarrow_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/narrow Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/narrow/WSNarrow_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/narrow/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/InterfaceTestService.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/InterfaceTestService.wsdl [echo] service.java.files= InterfaceTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/narrow/InterfaceTestService.java [echo] service.class.files= InterfaceTestService.class [echo] sei.java.files= InterfaceTest1.java InterfaceTest2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/narrow/InterfaceTest1.java com/sun/ts/tests/webservices12/narrow/InterfaceTest2.java [echo] sei.class.files= InterfaceTest1.class InterfaceTest2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/narrow [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/narrow/wsservlet [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/narrow/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( InterfaceTest1.java InterfaceTest2.java) [echo] GSI=( InterfaceTestService.java) [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSNarrow [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/narrow/WSNarrow_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/narrow Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/narrow/WSNarrow_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/narrow/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_server: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_java2wsdl_generate_server: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/HelloService.wsdl [echo] impl=com.sun.ts.tests.webservices12.sec.annotations.ejb.basicauth.Hello [echo] _impl=com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/Hello [echo] _impl2=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/Hello.class [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing Java-to-WSDL generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsgen] JAX-WS RI 3.0.0 [wsgen] command line: wsgen-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/generated_sources -verbose -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/el-impl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jmxremote_optional-repackaged.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.management.j2ee-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/ejb.security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/common-util.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/gmbal.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/bean-validator.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-hk2.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-jaxb.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-sse.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-processing.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jsonp-jaxrs.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-binding.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/guava.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-websocket-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-grizzly-extra-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/nucleus-grizzly-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-runtime-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-ri-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-commands.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/yasson.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-runtime.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.inject-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.validation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth -wsdl:soap1.1 -r /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth com.sun.ts.tests.webservices12.sec.annotations.ejb.basicauth.Hello [wsgen] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsgen] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/jaxws/SayHelloDenyAll.java [wsgen] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/jaxws/SayHelloDenyAllResponse.java [wsgen] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/jaxws/SayHelloPermitAll.java [wsgen] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/jaxws/SayHelloPermitAllResponse.java [wsgen] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/jaxws/SayHelloProtected.java [wsgen] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/jaxws/SayHelloProtectedResponse.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/jakartaEE-sun-jaxws.xml to copy. [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes packageendpoint: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/Hello_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/HelloBasicAuth.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth generate_client: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/HelloService.wsdl -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/Hello.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/HelloService.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/SayHelloDenyAll.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/SayHelloDenyAllResponse.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/SayHelloPermitAll.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/SayHelloPermitAllResponse.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/SayHelloProtected.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/SayHelloProtectedResponse.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/HelloService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/SayHelloDenyAll.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/SayHelloDenyAllResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/SayHelloPermitAll.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/SayHelloPermitAllResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/SayHelloProtected.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/SayHelloProtectedResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/package-info.java [move] Moving 10 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G packageclient: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/HelloClntBasicAuth_client.jar [preservejar] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/Client.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/HelloService.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/HelloClntBasicAuth_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/HelloClntBasicAuth.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_server: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_java2wsdl_generate_server: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/HelloService.wsdl [echo] impl=com.sun.ts.tests.webservices12.sec.annotations.ejb.basicauthssl.Hello [echo] _impl=com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/Hello [echo] _impl2=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/Hello.class [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing Java-to-WSDL generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsgen] JAX-WS RI 3.0.0 [wsgen] command line: wsgen-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/generated_sources -verbose -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/el-impl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jmxremote_optional-repackaged.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.management.j2ee-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/ejb.security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/common-util.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/gmbal.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/bean-validator.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-hk2.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-jaxb.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-sse.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-processing.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jsonp-jaxrs.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-binding.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/guava.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-websocket-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-grizzly-extra-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/nucleus-grizzly-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-runtime-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-ri-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-commands.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/yasson.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-runtime.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.inject-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.validation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl -wsdl:soap1.1 -r /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl com.sun.ts.tests.webservices12.sec.annotations.ejb.basicauthssl.Hello [wsgen] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsgen] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/jaxws/SayHelloDenyAll.java [wsgen] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/jaxws/SayHelloDenyAllResponse.java [wsgen] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/jaxws/SayHelloPermitAll.java [wsgen] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/jaxws/SayHelloPermitAllResponse.java [wsgen] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/jaxws/SayHelloProtected.java [wsgen] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/jaxws/SayHelloProtectedResponse.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/jakartaEE-sun-jaxws.xml to copy. [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes packageendpoint: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/Hello_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/HelloBasicAuthSSL.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl generate_client: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/HelloService.wsdl -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/Hello.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/HelloService.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/SayHelloDenyAll.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/SayHelloDenyAllResponse.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/SayHelloPermitAll.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/SayHelloPermitAllResponse.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/SayHelloProtected.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/SayHelloProtectedResponse.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/HelloService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/SayHelloDenyAll.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/SayHelloDenyAllResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/SayHelloPermitAll.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/SayHelloPermitAllResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/SayHelloProtected.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/SayHelloProtectedResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/package-info.java [move] Moving 10 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G packageclient: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/HelloClntBasicAuthSSL_client.jar [preservejar] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/Client.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/HelloService.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/HelloClntBasicAuthSSL_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/HelloClntBasicAuthSSL.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations/ejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_server: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_java2wsdl_generate_server: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/HelloService.wsdl [echo] impl=com.sun.ts.tests.webservices12.sec.annotations.ejb.clientcert.Hello [echo] _impl=com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/Hello [echo] _impl2=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/Hello.class [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing Java-to-WSDL generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsgen] JAX-WS RI 3.0.0 [wsgen] command line: wsgen-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/generated_sources -verbose -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/el-impl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jmxremote_optional-repackaged.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.management.j2ee-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/ejb.security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/common-util.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/gmbal.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/bean-validator.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-hk2.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-jaxb.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-sse.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-processing.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jsonp-jaxrs.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-binding.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/guava.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-websocket-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-grizzly-extra-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/nucleus-grizzly-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-runtime-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-ri-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-commands.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/yasson.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-runtime.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.inject-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.validation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert -wsdl:soap1.1 -r /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert com.sun.ts.tests.webservices12.sec.annotations.ejb.clientcert.Hello [wsgen] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsgen] com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/jaxws/SayHelloDenyAll.java [wsgen] com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/jaxws/SayHelloDenyAllResponse.java [wsgen] com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/jaxws/SayHelloPermitAll.java [wsgen] com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/jaxws/SayHelloPermitAllResponse.java [wsgen] com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/jaxws/SayHelloProtected.java [wsgen] com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/jaxws/SayHelloProtectedResponse.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/jakartaEE-sun-jaxws.xml to copy. [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes packageendpoint: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/Hello_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/HelloClientCert.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert generate_client: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/HelloService.wsdl -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/Hello.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/HelloService.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/SayHelloDenyAll.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/SayHelloDenyAllResponse.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/SayHelloPermitAll.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/SayHelloPermitAllResponse.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/SayHelloProtected.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/SayHelloProtectedResponse.java [wsimport] com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/HelloService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/SayHelloDenyAll.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/SayHelloDenyAllResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/SayHelloPermitAll.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/SayHelloPermitAllResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/SayHelloProtected.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/SayHelloProtectedResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/generated_sources/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/package-info.java [move] Moving 10 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G packageclient: [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/HelloClntCert_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/HelloClntCert_client.jar [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/HelloClntCert.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/HelloBasic.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/HelloBasic.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/HelloBasic.java [wsimport] com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/HelloBasicService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/generated_sources/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/HelloBasic.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/generated_sources/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/HelloBasicService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloBasic.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/HelloBasic.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= HelloBasicService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/HelloBasicService.java [echo] service.class.files= HelloBasicService.class [echo] sei.java.files= HelloBasic.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/HelloBasic.java [echo] sei.class.files= HelloBasic.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( HelloBasic.java) [echo] GSI=( HelloBasicService.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/WSSecEjbBasicSSL_ejb.jar [preservejar] com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/HelloBasic.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/HelloBasicBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/HelloBasicService.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/WSSecEjbBasicSSL.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/jakartaEE.tokens [echo] in wsejb: app.name=WSSecEjbBasicSSL [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/jakartaEE.tokens [echo] in wsappclient:: app.name=WSSecEjbBasicSSL [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloBasic.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/HelloBasic.wsdl [echo] service.java.files= HelloBasicService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/HelloBasicService.java [echo] service.class.files= HelloBasicService.class [echo] sei.java.files= HelloBasic.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/HelloBasic.java [echo] sei.class.files= HelloBasic.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( HelloBasic.java) [echo] GSI=( HelloBasicService.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSSecEjbBasicSSL [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/WSSecEjbBasicSSL_wsejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/WSSecEjbBasicSSL_wsejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/WSSecEjbBasicSSL_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/WSSecEjbBasicSSL_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloBasic.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/HelloBasic.wsdl [echo] service.java.files= HelloBasicService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/HelloBasicService.java [echo] service.class.files= HelloBasicService.class [echo] sei.java.files= HelloBasic.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/HelloBasic.java [echo] sei.class.files= HelloBasic.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( HelloBasic.java) [echo] GSI=( HelloBasicService.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSSecEjbBasicSSL [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/WSSecEjbBasicSSL_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/WSSecEjbBasicSSL_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/WSSecEjbBasicSSL_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/HelloBasic.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/HelloBasic.wsdl [echo] service.java.files= HelloBasicService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/HelloBasicService.java [echo] service.class.files= HelloBasicService.class [echo] sei.java.files= HelloBasic.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/HelloBasic.java [echo] sei.class.files= HelloBasic.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( HelloBasic.java) [echo] GSI=( HelloBasicService.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSSecEjbBasicSSL [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/WSSecEjbBasicSSL_wsservlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/WSSecEjbBasicSSL_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/basicSSL/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/ejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/HelloCertificate.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloCertificate.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate [echo] wsdlLocation=META-INF/wsdl/HelloCertificate.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloCertificate.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/HelloCertificate.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/customfile.xml -wsdllocation META-INF/wsdl/HelloCertificate.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/HelloCertificate.java [wsimport] com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/HelloCertificateService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/generated_sources/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/HelloCertificate.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/generated_sources/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/HelloCertificateService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/WSSecEjbCertificate_ejb.jar [preservejar] com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/HelloCertificate.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/HelloCertificateBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/WSSecEjbCertificate.ear [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/WSSecEjbCertificateClient_client.jar [preservejar] com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/HelloCertificate.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/WSSecEjbCertificateClient_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/ejb/certificate/WSSecEjbCertificateClient.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/HelloBasic.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/HelloBasic.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/HelloBasic.java [wsimport] com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/HelloBasicService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/generated_sources/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/HelloBasic.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/generated_sources/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/HelloBasicService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/HelloBasic.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/HelloBasic.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= HelloBasicService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/HelloBasicService.java [echo] service.class.files= HelloBasicService.class [echo] sei.java.files= HelloBasic.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/HelloBasic.java [echo] sei.class.files= HelloBasic.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( HelloBasic.java) [echo] GSI=( HelloBasicService.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/WSSecWarBasicSSL_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/HelloBasic.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/HelloBasicImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/HelloBasicService.class already added, skipping [echo] Copying sun runtime file to dist [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/WSSecWarBasicSSL.ear [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/jakartaEE.tokens [echo] in wsejb: app.name=WSSecWarBasicSSL [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/jakartaEE.tokens [echo] in wsappclient:: app.name=WSSecWarBasicSSL [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloBasic.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/HelloBasic.wsdl [echo] service.java.files= HelloBasicService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/HelloBasicService.java [echo] service.class.files= HelloBasicService.class [echo] sei.java.files= HelloBasic.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/HelloBasic.java [echo] sei.class.files= HelloBasic.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( HelloBasic.java) [echo] GSI=( HelloBasicService.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSSecWarBasicSSL [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/WSSecWarBasicSSL_wsejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/WSSecWarBasicSSL_wsejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/WSSecWarBasicSSL_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/WSSecWarBasicSSL_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloBasic.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/HelloBasic.wsdl [echo] service.java.files= HelloBasicService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/HelloBasicService.java [echo] service.class.files= HelloBasicService.class [echo] sei.java.files= HelloBasic.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/HelloBasic.java [echo] sei.class.files= HelloBasic.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( HelloBasic.java) [echo] GSI=( HelloBasicService.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSSecWarBasicSSL [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/WSSecWarBasicSSL_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/WSSecWarBasicSSL_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/WSSecWarBasicSSL_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/HelloBasic.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/HelloBasic.wsdl [echo] service.java.files= HelloBasicService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/HelloBasicService.java [echo] service.class.files= HelloBasicService.class [echo] sei.java.files= HelloBasic.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/HelloBasic.java [echo] sei.class.files= HelloBasic.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( HelloBasic.java) [echo] GSI=( HelloBasicService.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSSecWarBasicSSL [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/WSSecWarBasicSSL_wsservlet_vehicle_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/WSSecWarBasicSSL_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/basicSSL/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/HelloCertificate.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloCertificate.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate [echo] wsdlLocation=META-INF/wsdl/HelloCertificate.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloCertificate.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/HelloCertificate.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/customfile.xml -wsdllocation META-INF/wsdl/HelloCertificate.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/HelloCertificate.java [wsimport] com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/HelloCertificateService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/generated_sources/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/HelloCertificate.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/generated_sources/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/HelloCertificateService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/WSSecWarCertificate_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/HelloCertificate.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/HelloCertificateImpl.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/WSSecWarCertificate.ear [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/WSSecWarCertificateClient_client.jar [preservejar] com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/HelloCertificate.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/WSSecWarCertificateClient_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/sec/descriptors/servlet/certificate/WSSecWarCertificateClient.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/HandlerTestService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/servlet/HandlerTest/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/HandlerTestService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/servlet/HandlerTest/server/HandlerTestService.java [wsimport] com/sun/ts/tests/webservices12/servlet/HandlerTest/server/HeaderType.java [wsimport] com/sun/ts/tests/webservices12/servlet/HandlerTest/server/Hello.java [wsimport] com/sun/ts/tests/webservices12/servlet/HandlerTest/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/servlet/HandlerTest/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/generated_sources/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/HandlerTestService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/generated_sources/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/HeaderType.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/generated_sources/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/generated_sources/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/generated_sources/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/HandlerTestService.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/HandlerTestService.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= HandlerTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/HandlerTest/server/HandlerTestService.java [echo] service.class.files= HandlerTestService.class [echo] sei.java.files= Hello.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/HandlerTest/server/Hello.java [echo] sei.class.files= Hello.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/HandlerTest/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Hello.java) [echo] GSI=( HandlerTestService.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/WSHandlerTest_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/HandlerTestService.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/HeaderType.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/Hello.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/HelloImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/LogicalHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/SOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/WSHandlerTest.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/HandlerTestService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/servlet/HandlerTest/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/HandlerTestService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/servlet/HandlerTest/client/HandlerTestService.java [wsimport] com/sun/ts/tests/webservices12/servlet/HandlerTest/client/HeaderType.java [wsimport] com/sun/ts/tests/webservices12/servlet/HandlerTest/client/Hello.java [wsimport] com/sun/ts/tests/webservices12/servlet/HandlerTest/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/servlet/HandlerTest/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/generated_sources/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/HandlerTestService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/generated_sources/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/HeaderType.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/generated_sources/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/generated_sources/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/generated_sources/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/package-info.java [move] Moving 5 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: client_import_package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/jakartaEE.tokens [echo] in wsejb: app.name=WSHandlerTest [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/jakartaEE.tokens [echo] in wsappclient:: app.name=WSHandlerTest [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyclienthandlerfile: [echo] Copying handler file to common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/common/vehicle/wsejb [echo] Copying handler file to common/vehicle/wsservlet [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/common/vehicle/wsservlet [echo] Copying handler file to common/vehicle/wsappclient [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/common/vehicle/wsappclient [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HandlerTestService.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/HandlerTestService.wsdl [echo] service.java.files= HandlerTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/HandlerTest/client/HandlerTestService.java [echo] service.class.files= HandlerTestService.class [echo] sei.java.files= Hello.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/HandlerTest/client/Hello.java [echo] sei.class.files= Hello.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/HandlerTest/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Hello.java) [echo] GSI=( HandlerTestService.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSHandlerTest [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/WSHandlerTest_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] com/sun/ts/tests/common/vehicle/wsejb/handler.xml already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/WSHandlerTest_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] com/sun/ts/tests/common/vehicle/wsejb/handler.xml already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/WSHandlerTest_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/WSHandlerTest_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HandlerTestService.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/HandlerTestService.wsdl [echo] service.java.files= HandlerTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/HandlerTest/client/HandlerTestService.java [echo] service.class.files= HandlerTestService.class [echo] sei.java.files= Hello.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/HandlerTest/client/Hello.java [echo] sei.class.files= Hello.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/HandlerTest/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Hello.java) [echo] GSI=( HandlerTestService.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSHandlerTest [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/WSHandlerTest_wsappclient_vehicle_client.jar [preservejar] com/sun/ts/tests/common/vehicle/wsappclient/handler.xml already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/WSHandlerTest_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/WSHandlerTest_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/HandlerTestService.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/HandlerTestService.wsdl [echo] service.java.files= HandlerTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/HandlerTest/client/HandlerTestService.java [echo] service.class.files= HandlerTestService.class [echo] sei.java.files= Hello.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/HandlerTest/client/Hello.java [echo] sei.class.files= Hello.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/HandlerTest/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Hello.java) [echo] GSI=( HandlerTestService.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSHandlerTest [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/WSHandlerTest_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/common/vehicle/wsservlet/handler.xml already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/WSHandlerTest_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/client/wsservlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeclienthandlerfile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/HandlerTestService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server [echo] WSImport: No generation is necessary, files are up to date [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/jakartaEE-sun-jaxws.xml to copy. compile: -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/HandlerTestService.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/HandlerTestService.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= HandlerTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/HandlerTest/server/HandlerTestService.java [echo] service.class.files= HandlerTestService.class [echo] sei.java.files= Hello.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/HandlerTest/server/Hello.java [echo] sei.class.files= Hello.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/HandlerTest/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Hello.java) [echo] GSI=( HandlerTestService.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/WSHandlerTest_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/HandlerTestService.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/HeaderType.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/Hello.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/HelloImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/LogicalHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/SOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/WSHandlerTest.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTestService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTestService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/DataType.java [wsimport] com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/DataType2.java [wsimport] com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/DataType22.java [wsimport] com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/DataType3.java [wsimport] com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTest.java [wsimport] com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTestService.java [wsimport] com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTestTwo.java [wsimport] com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/generated_sources/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/DataType.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/generated_sources/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/DataType2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/generated_sources/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/DataType22.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/generated_sources/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/DataType3.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/generated_sources/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTest.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/generated_sources/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTestService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/generated_sources/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTestTwo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/generated_sources/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/generated_sources/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/jakartaEE-sun-jaxws.xml to copy. [move] Moving 9 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/jakartaEE.sun-web.xml to copy. vehicles_import_package_with_content: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/MTOMTestService.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/MTOMTestService.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= MTOMTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTestService.java [echo] service.class.files= MTOMTestService.class [echo] sei.java.files= MTOMTest.java MTOMTestTwo.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTest.java com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTestTwo.java [echo] sei.class.files= MTOMTest.class MTOMTestTwo.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/endpoint [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( MTOMTest.java MTOMTestTwo.java) [echo] GSI=( MTOMTestService.java) [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/WSMTOMSBAnnotationsTest_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/CheckHttpHeadersFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/DataType.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/DataType2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/DataType22.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/DataType3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTestImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTestService.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTestTwo.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTestTwoImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/WSMTOMSBAnnotationsTest.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/jakartaEE.tokens [echo] in wsejb: app.name=WSMTOMSBAnnotationsTest [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/jakartaEE.tokens [echo] in wsappclient:: app.name=WSMTOMSBAnnotationsTest [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/MTOMTestService.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/MTOMTestService.wsdl [echo] service.java.files= MTOMTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTestService.java [echo] service.class.files= MTOMTestService.class [echo] sei.java.files= MTOMTest.java MTOMTestTwo.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTest.java com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTestTwo.java [echo] sei.class.files= MTOMTest.class MTOMTestTwo.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/wsejb [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( MTOMTest.java MTOMTestTwo.java) [echo] GSI=( MTOMTestService.java) [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSMTOMSBAnnotationsTest [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/WSMTOMSBAnnotationsTest_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/WSMTOMSBAnnotationsTest_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/WSMTOMSBAnnotationsTest_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/WSMTOMSBAnnotationsTest_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/MTOMTestService.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/MTOMTestService.wsdl [echo] service.java.files= MTOMTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTestService.java [echo] service.class.files= MTOMTestService.class [echo] sei.java.files= MTOMTest.java MTOMTestTwo.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTest.java com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTestTwo.java [echo] sei.class.files= MTOMTest.class MTOMTestTwo.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/wsappclient [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( MTOMTest.java MTOMTestTwo.java) [echo] GSI=( MTOMTestService.java) [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSMTOMSBAnnotationsTest [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/WSMTOMSBAnnotationsTest_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/WSMTOMSBAnnotationsTest_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/WSMTOMSBAnnotationsTest_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/MTOMTestService.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/MTOMTestService.wsdl [echo] service.java.files= MTOMTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTestService.java [echo] service.class.files= MTOMTestService.class [echo] sei.java.files= MTOMTest.java MTOMTestTwo.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTest.java com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/MTOMTestTwo.java [echo] sei.class.files= MTOMTest.class MTOMTestTwo.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/wsservlet [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( MTOMTest.java MTOMTestTwo.java) [echo] GSI=( MTOMTestService.java) [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSMTOMSBAnnotationsTest [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/WSMTOMSBAnnotationsTest_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/WSMTOMSBAnnotationsTest_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTestService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTestService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/DataType.java [wsimport] com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/DataType2.java [wsimport] com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/DataType22.java [wsimport] com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/DataType3.java [wsimport] com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTest.java [wsimport] com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTestService.java [wsimport] com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTestTwo.java [wsimport] com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/generated_sources/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/DataType.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/generated_sources/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/DataType2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/generated_sources/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/DataType22.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/generated_sources/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/DataType3.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/generated_sources/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTest.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/generated_sources/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTestService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/generated_sources/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTestTwo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/generated_sources/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/generated_sources/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/jakartaEE-sun-jaxws.xml to copy. [move] Moving 9 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/jakartaEE.sun-web.xml to copy. vehicles_import_package_with_content: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/MTOMTestService.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/MTOMTestService.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= MTOMTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTestService.java [echo] service.class.files= MTOMTestService.class [echo] sei.java.files= MTOMTest.java MTOMTestTwo.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTest.java com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTestTwo.java [echo] sei.class.files= MTOMTest.class MTOMTestTwo.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/endpoint [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( MTOMTest.java MTOMTestTwo.java) [echo] GSI=( MTOMTestService.java) [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/WSMTOMSBFullDDsTest_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/CheckHttpHeadersFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/DataType.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/DataType2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/DataType22.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/DataType3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTestImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTestService.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTestTwo.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTestTwoImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/WSMTOMSBFullDDsTest.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/jakartaEE.tokens [echo] in wsejb: app.name=WSMTOMSBFullDDsTest [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/jakartaEE.tokens [echo] in wsappclient:: app.name=WSMTOMSBFullDDsTest [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/MTOMTestService.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/MTOMTestService.wsdl [echo] service.java.files= MTOMTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTestService.java [echo] service.class.files= MTOMTestService.class [echo] sei.java.files= MTOMTest.java MTOMTestTwo.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTest.java com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTestTwo.java [echo] sei.class.files= MTOMTest.class MTOMTestTwo.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/wsejb [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( MTOMTest.java MTOMTestTwo.java) [echo] GSI=( MTOMTestService.java) [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSMTOMSBFullDDsTest [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/WSMTOMSBFullDDsTest_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/WSMTOMSBFullDDsTest_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/WSMTOMSBFullDDsTest_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/WSMTOMSBFullDDsTest_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/MTOMTestService.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/MTOMTestService.wsdl [echo] service.java.files= MTOMTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTestService.java [echo] service.class.files= MTOMTestService.class [echo] sei.java.files= MTOMTest.java MTOMTestTwo.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTest.java com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTestTwo.java [echo] sei.class.files= MTOMTest.class MTOMTestTwo.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/wsappclient [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( MTOMTest.java MTOMTestTwo.java) [echo] GSI=( MTOMTestService.java) [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSMTOMSBFullDDsTest [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/WSMTOMSBFullDDsTest_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/WSMTOMSBFullDDsTest_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/WSMTOMSBFullDDsTest_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/MTOMTestService.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/MTOMTestService.wsdl [echo] service.java.files= MTOMTestService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTestService.java [echo] service.class.files= MTOMTestService.class [echo] sei.java.files= MTOMTest.java MTOMTestTwo.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTest.java com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/MTOMTestTwo.java [echo] sei.class.files= MTOMTest.class MTOMTestTwo.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/wsservlet [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( MTOMTest.java MTOMTestTwo.java) [echo] GSI=( MTOMTestService.java) [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSMTOMSBFullDDsTest [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/WSMTOMSBFullDDsTest_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/WSMTOMSBFullDDsTest_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] building /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_java2wsdl_generate_server: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/WSHello1Service.wsdl [echo] impl=com.sun.ts.tests.webservices12.servlet.WebServiceRefsTest.server1.WSHello1Servlet [echo] _impl=com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/WSHello1Servlet [echo] _impl2=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/WSHello1Servlet.class [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing Java-to-WSDL generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsgen] JAX-WS RI 3.0.0 [wsgen] command line: wsgen-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/generated_sources -verbose -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/el-impl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jmxremote_optional-repackaged.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.management.j2ee-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/ejb.security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/common-util.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/gmbal.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/bean-validator.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-hk2.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-jaxb.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-sse.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-processing.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jsonp-jaxrs.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-binding.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/guava.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-websocket-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-grizzly-extra-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/nucleus-grizzly-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-runtime-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-ri-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-commands.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/yasson.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-runtime.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.inject-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.validation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1 -wsdl:soap1.1 -r /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1 com.sun.ts.tests.webservices12.servlet.WebServiceRefsTest.server1.WSHello1Servlet [wsgen] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/jakartaEE-sun-jaxws.xml to copy. copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1 [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/jakartaEE.sun-web.xml to copy. j2w_webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/WSHello1Service.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/WSHello1Service.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= WSHello1Service.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/WSHello1Service.java [echo] service.class.files= WSHello1Service.class [echo] sei.java.files= WSHello1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/WSHello1.java [echo] sei.class.files= WSHello1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/endpoint [copy] Warning: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/generated_sources/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1 does not exist. [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( WSHello1.java) [echo] GSI=( WSHello1Service.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/WebServiceRefsTestService1_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/WSHello1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/WSHello1Servlet.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/WebServiceRefsTestService1.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [echo] building /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_java2wsdl_generate_server: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/WSHello2Service.wsdl [echo] impl=com.sun.ts.tests.webservices12.servlet.WebServiceRefsTest.server2.WSHello2Servlet [echo] _impl=com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/WSHello2Servlet [echo] _impl2=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/WSHello2Servlet.class [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing Java-to-WSDL generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsgen] JAX-WS RI 3.0.0 [wsgen] command line: wsgen-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/generated_sources -verbose -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/el-impl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jmxremote_optional-repackaged.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.management.j2ee-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/ejb.security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/common-util.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/gmbal.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/bean-validator.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-hk2.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-jaxb.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-sse.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-processing.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jsonp-jaxrs.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-binding.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/guava.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-websocket-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-grizzly-extra-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/nucleus-grizzly-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-runtime-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-ri-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-commands.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/yasson.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-runtime.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.inject-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.validation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2 -wsdl:soap1.1 -r /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2 com.sun.ts.tests.webservices12.servlet.WebServiceRefsTest.server2.WSHello2Servlet [wsgen] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/jakartaEE-sun-jaxws.xml to copy. copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2 [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/jakartaEE.sun-web.xml to copy. j2w_webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/WSHello2Service.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/WSHello2Service.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= WSHello2Service.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/WSHello2Service.java [echo] service.class.files= WSHello2Service.class [echo] sei.java.files= WSHello2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/WSHello2.java [echo] sei.class.files= WSHello2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/endpoint [copy] Warning: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/generated_sources/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2 does not exist. [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( WSHello2.java) [echo] GSI=( WSHello2Service.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/WebServiceRefsTestService2_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/WSHello2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/WSHello2Servlet.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/WebServiceRefsTestService2.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello1Service.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile1.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello1Service.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/customfile1.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello1.java [wsimport] com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello1Service.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/generated_sources/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/generated_sources/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello1Service.java [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello2Service.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello2Service.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello2.java [wsimport] com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello2Service.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/generated_sources/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/generated_sources/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello2Service.java [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: client_import_package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/jakartaEE.tokens [echo] in wsejb: app.name=WebServiceRefsTest [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/jakartaEE.tokens [echo] in wsappclient:: app.name=WebServiceRefsTest [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyclienthandlerfile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/WSHello1Service.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/WSHello1Service.wsdl [echo] service.java.files= WSHello1Service.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello1Service.java [echo] service.class.files= WSHello1Service.class [echo] sei.java.files= WSHello1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello1.java [echo] sei.class.files= WSHello1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( WSHello1.java) [echo] GSI=( WSHello1Service.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= WSHello2Service.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello2Service.java [echo] service.class.files= WSHello2Service.class [echo] sei.java.files= WSHello2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello2.java [echo] sei.class.files= WSHello2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( WSHello2.java) [echo] GSI=( WSHello2Service.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WebServiceRefsTest [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WebServiceRefsTest_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WebServiceRefsTest_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WebServiceRefsTest_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WebServiceRefsTest_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/WSHello1Service.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/WSHello1Service.wsdl [echo] service.java.files= WSHello1Service.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello1Service.java [echo] service.class.files= WSHello1Service.class [echo] sei.java.files= WSHello1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello1.java [echo] sei.class.files= WSHello1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( WSHello1.java) [echo] GSI=( WSHello1Service.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= WSHello2Service.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello2Service.java [echo] service.class.files= WSHello2Service.class [echo] sei.java.files= WSHello2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello2.java [echo] sei.class.files= WSHello2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( WSHello2.java) [echo] GSI=( WSHello2Service.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WebServiceRefsTest [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WebServiceRefsTest_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WebServiceRefsTest_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WebServiceRefsTest_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/WSHello1Service.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/WSHello1Service.wsdl [echo] service.java.files= WSHello1Service.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello1Service.java [echo] service.class.files= WSHello1Service.class [echo] sei.java.files= WSHello1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello1.java [echo] sei.class.files= WSHello1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( WSHello1.java) [echo] GSI=( WSHello1Service.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= WSHello2Service.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello2Service.java [echo] service.class.files= WSHello2Service.class [echo] sei.java.files= WSHello2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WSHello2.java [echo] sei.class.files= WSHello2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( WSHello2.java) [echo] GSI=( WSHello2Service.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WebServiceRefsTest [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WebServiceRefsTest_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/WebServiceRefsTest_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/client/wsservlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeclienthandlerfile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_java2wsdl_generate_server: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/WSHello1Service.wsdl [echo] impl=com.sun.ts.tests.webservices12.servlet.WebServiceRefsTest.server1.WSHello1Servlet [echo] _impl=com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/WSHello1Servlet [echo] _impl2=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/WSHello1Servlet.class [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing Java-to-WSDL generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsgen] JAX-WS RI 3.0.0 [wsgen] command line: wsgen-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/generated_sources -verbose -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/el-impl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jmxremote_optional-repackaged.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.management.j2ee-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/ejb.security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/common-util.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/gmbal.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/bean-validator.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-hk2.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-jaxb.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-sse.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-processing.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jsonp-jaxrs.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-binding.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/guava.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-websocket-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-grizzly-extra-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/nucleus-grizzly-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-runtime-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-ri-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-commands.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/yasson.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-runtime.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.inject-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.validation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1 -wsdl:soap1.1 -r /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1 com.sun.ts.tests.webservices12.servlet.WebServiceRefsTest.server1.WSHello1Servlet [wsgen] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/jakartaEE-sun-jaxws.xml to copy. copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1 [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/jakartaEE.sun-web.xml to copy. j2w_webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/WSHello1Service.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/WSHello1Service.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= WSHello1Service.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/WSHello1Service.java [echo] service.class.files= WSHello1Service.class [echo] sei.java.files= WSHello1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/WSHello1.java [echo] sei.class.files= WSHello1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/endpoint [copy] Warning: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/generated_sources/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1 does not exist. [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( WSHello1.java) [echo] GSI=( WSHello1Service.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/WebServiceRefsTestService1_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/WSHello1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/WSHello1Servlet.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/WebServiceRefsTestService1.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_java2wsdl_generate_server: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/WSHello2Service.wsdl [echo] impl=com.sun.ts.tests.webservices12.servlet.WebServiceRefsTest.server2.WSHello2Servlet [echo] _impl=com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/WSHello2Servlet [echo] _impl2=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/WSHello2Servlet.class [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing Java-to-WSDL generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsgen] JAX-WS RI 3.0.0 [wsgen] command line: wsgen-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/generated_sources -verbose -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/el-impl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jmxremote_optional-repackaged.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.management.j2ee-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/ejb.security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/common-util.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/gmbal.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/bean-validator.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-hk2.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-jaxb.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-sse.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-processing.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jsonp-jaxrs.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-binding.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/guava.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-websocket-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-grizzly-extra-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/nucleus-grizzly-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-runtime-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-ri-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-commands.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/yasson.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-runtime.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.inject-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.validation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2 -wsdl:soap1.1 -r /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2 com.sun.ts.tests.webservices12.servlet.WebServiceRefsTest.server2.WSHello2Servlet [wsgen] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/jakartaEE-sun-jaxws.xml to copy. copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2 [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/jakartaEE.sun-web.xml to copy. j2w_webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/WSHello2Service.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/WSHello2Service.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= WSHello2Service.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/WSHello2Service.java [echo] service.class.files= WSHello2Service.class [echo] sei.java.files= WSHello2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/WSHello2.java [echo] sei.class.files= WSHello2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/endpoint [copy] Warning: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/generated_sources/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2 does not exist. [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( WSHello2.java) [echo] GSI=( WSHello2Service.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/WebServiceRefsTestService2_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/WSHello2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/WSHello2Servlet.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/WebServiceRefsTestService2.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/specialcases [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/specialcases/clients [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/specialcases/clients/j2w [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/specialcases/clients/j2w/doclit [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/specialcases/clients/j2w/doclit/defaultserviceref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/specialcases/clients/j2w/doclit/nameattrserviceref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/specialcases/clients/j2w/doclit/providerserviceref [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/specialcases/services [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/specialcases/services/j2w [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_java2wsdl_generate_server: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/generated_sources [echo] wsdlFile=EchoService.wsdl [echo] impl=com.sun.ts.tests.webservices12.specialcases.services.j2w.doclit.noname.Echo [echo] _impl=com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/Echo [echo] _impl2=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/Echo.class [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing Java-to-WSDL generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsgen] JAX-WS RI 3.0.0 [wsgen] command line: wsgen-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/generated_sources -verbose -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/el-impl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jmxremote_optional-repackaged.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.management.j2ee-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/ejb.security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/common-util.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/gmbal.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/bean-validator.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-hk2.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-jaxb.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-sse.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-processing.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jsonp-jaxrs.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-binding.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/guava.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-websocket-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-grizzly-extra-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/nucleus-grizzly-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-runtime-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-ri-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-commands.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/yasson.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-runtime.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.inject-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.validation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname -wsdl:soap1.1 -r /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname com.sun.ts.tests.webservices12.specialcases.services.j2w.doclit.noname.Echo [wsgen] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsgen] com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/jaxws/EchoString.java [wsgen] com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/jaxws/EchoStringArray.java [wsgen] com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/jaxws/EchoStringArrayResponse.java [wsgen] com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/jaxws/EchoStringResponse.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/jakartaEE.sun-web.xml to copy. j2w_webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/${wsdl.filename} [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/${wsdl.filename} [echo] The vehicle is: endpoint [echo] service.java.files= EchoService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/EchoService.java [echo] service.class.files= EchoService.class [echo] sei.java.files= Echo.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/Echo.java [echo] sei.class.files= Echo.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Echo.java) [echo] GSI=( EchoService.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/WSJ2WDLSCNONAME_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/Echo.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/jaxws/EchoString.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/jaxws/EchoStringArray.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/jaxws/EchoStringArrayResponse.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/jaxws/EchoStringResponse.class already added, skipping [echo] Copying sun runtime file to dist [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname/WSJ2WDLSCNONAME.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_java2wsdl_generate_server: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/generated_sources [echo] wsdlFile=MyEchoWebService.wsdl [echo] impl=com.sun.ts.tests.webservices12.specialcases.services.j2w.doclit.noname2.EchoTest [echo] _impl=com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/EchoTest [echo] _impl2=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/EchoTest.class [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing Java-to-WSDL generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsgen] JAX-WS RI 3.0.0 [wsgen] command line: wsgen-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/generated_sources -verbose -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/el-impl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jmxremote_optional-repackaged.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.management.j2ee-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/ejb.security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/common-util.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/gmbal.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/bean-validator.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-hk2.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-jaxb.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-sse.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-processing.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jsonp-jaxrs.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-binding.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/guava.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-websocket-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-grizzly-extra-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/nucleus-grizzly-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-runtime-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-ri-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-commands.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/yasson.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-runtime.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.inject-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.validation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2 -wsdl:soap1.1 -r /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2 com.sun.ts.tests.webservices12.specialcases.services.j2w.doclit.noname2.EchoTest [wsgen] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsgen] com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/jaxws/EchoString.java [wsgen] com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/jaxws/EchoStringArray.java [wsgen] com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/jaxws/EchoStringArrayResponse.java [wsgen] com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/jaxws/EchoStringResponse.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2 [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/jakartaEE.sun-web.xml to copy. j2w_webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/${wsdl.filename} [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/${wsdl.filename} [echo] The vehicle is: endpoint [echo] service.java.files= MyEchoWebService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/MyEchoWebService.java [echo] service.class.files= MyEchoWebService.class [echo] sei.java.files= EchoTest.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/EchoTest.java [echo] sei.class.files= EchoTest.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( EchoTest.java) [echo] GSI=( MyEchoWebService.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/WSJ2WDLSCNONAME2_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/EchoTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/jaxws/EchoString.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/jaxws/EchoStringArray.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/jaxws/EchoStringArrayResponse.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/jaxws/EchoStringResponse.class already added, skipping [echo] Copying sun runtime file to dist [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/specialcases/services/j2w/doclit/noname2/WSJ2WDLSCNONAME2.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/specialcases/services/w2j [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/Hello.java [wsimport] com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/HelloService.java [wsimport] com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/SayHello.java [wsimport] com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/SayHelloResponse.java [wsimport] com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/generated_sources/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/generated_sources/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/HelloService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/generated_sources/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/generated_sources/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/SayHello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/generated_sources/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/SayHelloResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/generated_sources/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/jakartaEE-sun-jaxws.xml to copy. [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/HelloService.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/HelloService.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= HelloService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/HelloService.java [echo] service.class.files= HelloService.class [echo] sei.java.files= Hello.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/Hello.java [echo] sei.class.files= Hello.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Hello.java) [echo] GSI=( HelloService.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/WSW2JDLSCProvider_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/Hello.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/HelloImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/HelloService.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/SayHello.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/SayHelloResponse.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/package-info.class already added, skipping [echo] Copying sun runtime file to dist [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/specialcases/services/w2j/doclit/provider/WSW2JDLSCProvider.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=${ok.copy.templates.dd.files} [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/nestedimportwsdl.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested1 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/nested1 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/nestedimportwsdl.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/customfile2.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested1/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested1/Nested1FileSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested1/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested1/Tests.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested1/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/Nested1FileSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/Tests.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/jakartaEE-sun-jaxws.xml to copy. [move] Moving 5 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1 [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Nested1FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested1/Nested1FileSvc.java [echo] service.class.files= Nested1FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested1/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/nested1 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested1FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/jakartaEE.tokens [echo] numservices= [echo] Using file publishing for an servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/WSNested1File_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/Astring.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/Nested1FileSvc.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/Tests.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/TestsImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested1 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/WSNested1File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/jakartaEE.tokens [echo] in wsejb: app.name=WSNested1File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/jakartaEE.tokens [echo] in wsappclient:: app.name=WSNested1File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using file publishing [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested1FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested1/Nested1FileSvc.java [echo] service.class.files= Nested1FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested1/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/nested1 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested1FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSNested1File [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/WSNested1File_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/WSNested1File_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/WSNested1File_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/WSNested1File_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested1FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested1/Nested1FileSvc.java [echo] service.class.files= Nested1FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested1/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/nested1 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested1FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSNested1File [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/WSNested1File_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/WSNested1File_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/WSNested1File_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested1FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested1/Nested1FileSvc.java [echo] service.class.files= Nested1FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested1/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/nested1 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested1FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSNested1File [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/WSNested1File_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/WSNested1File_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/nestedimportwsdl.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested2 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/nested2 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/nestedimportwsdl.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested2/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested2/Nested2FileSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested2/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested2/Tests.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested2/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/Nested2FileSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/Tests.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/jakartaEE-sun-jaxws.xml to copy. [move] Moving 5 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2 [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Nested2FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested2/Nested2FileSvc.java [echo] service.class.files= Nested2FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested2/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/nested2 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested2FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/jakartaEE.tokens [echo] numservices= [echo] Using file publishing for an servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/WSNested2File_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/Astring.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/Nested2FileSvc.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/Tests.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/TestsImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested2 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/WSNested2File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/jakartaEE.tokens [echo] in wsejb: app.name=WSNested2File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/jakartaEE.tokens [echo] in wsappclient:: app.name=WSNested2File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using file publishing [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested2FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested2/Nested2FileSvc.java [echo] service.class.files= Nested2FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested2/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/nested2 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested2FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSNested2File [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/WSNested2File_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/WSNested2File_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/WSNested2File_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/WSNested2File_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested2FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested2/Nested2FileSvc.java [echo] service.class.files= Nested2FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested2/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/nested2 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested2FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSNested2File [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/WSNested2File_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/WSNested2File_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/WSNested2File_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested2FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested2/Nested2FileSvc.java [echo] service.class.files= Nested2FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested2/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/nested2 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested2FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSNested2File [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/WSNested2File_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/WSNested2File_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/nestedimportwsdl.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested3 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/nested3 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/nestedimportwsdl.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/customfile2.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested3/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested3/Nested3FileSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested3/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested3/Tests.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested3/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/Nested3FileSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/Tests.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/jakartaEE-sun-jaxws.xml to copy. [move] Moving 5 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Nested3FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested3/Nested3FileSvc.java [echo] service.class.files= Nested3FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested3/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/nested3 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested3FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/jakartaEE.tokens [echo] numservices= [echo] Using file publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/ejbendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/WSNested3File_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/nested3/Astring.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/nested3/Nested3FileSvc.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/nested3/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/nested3/Tests.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/nested3/TestsBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/nested3/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested3 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/WSNested3File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/jakartaEE.tokens [echo] in wsejb: app.name=WSNested3File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/jakartaEE.tokens [echo] in wsappclient:: app.name=WSNested3File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using file publishing [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested3FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested3/Nested3FileSvc.java [echo] service.class.files= Nested3FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested3/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/nested3 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested3FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSNested3File [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/WSNested3File_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/WSNested3File_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/WSNested3File_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/WSNested3File_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested3FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested3/Nested3FileSvc.java [echo] service.class.files= Nested3FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested3/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/nested3 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested3FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSNested3File [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/WSNested3File_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/WSNested3File_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/WSNested3File_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested3FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested3/Nested3FileSvc.java [echo] service.class.files= Nested3FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested3/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/nested3 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested3FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSNested3File [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/WSNested3File_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/WSNested3File_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested3/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/nestedimportwsdl.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested4 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/nested4 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/nestedimportwsdl.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/customfile2.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested4/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested4/Nested4FileSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested4/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested4/Tests.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/nested4/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/Nested4FileSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/Tests.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/jakartaEE-sun-jaxws.xml to copy. [move] Moving 5 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Nested4FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested4/Nested4FileSvc.java [echo] service.class.files= Nested4FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested4/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/nested4 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested4FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/jakartaEE.tokens [echo] numservices= [echo] Using file publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/ejbendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/WSNested4File_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/nested4/Astring.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/nested4/Nested4FileSvc.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/nested4/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/nested4/Tests.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/nested4/TestsBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/nested4/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested4 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/WSNested4File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/jakartaEE.tokens [echo] in wsejb: app.name=WSNested4File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/jakartaEE.tokens [echo] in wsappclient:: app.name=WSNested4File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using file publishing [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested4FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested4/Nested4FileSvc.java [echo] service.class.files= Nested4FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested4/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/nested4 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested4FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSNested4File [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/WSNested4File_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/WSNested4File_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/WSNested4File_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/WSNested4File_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested4FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested4/Nested4FileSvc.java [echo] service.class.files= Nested4FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested4/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/nested4 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested4FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSNested4File [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/WSNested4File_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/WSNested4File_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/WSNested4File_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested4FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested4/Nested4FileSvc.java [echo] service.class.files= Nested4FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/nested4/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/nested4 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested4FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSNested4File [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/WSNested4File_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/WSNested4File_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/nested4/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests11.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests11.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests22.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests222.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests22.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests222.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 10 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Shared1FileSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Shared1FileSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using file publishing for an servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/servletendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/WSShared1File_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Astring.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests11.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests22.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests222.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/TestsImpl1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/TestsImpl11.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/TestsImpl2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/TestsImpl22.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/TestsImpl222.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/WSShared1File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Shared1FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Shared1FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Shared1FileSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Tests11.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Shared1FileSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Tests11.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Shared1FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Shared1FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Shared1FileSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Tests22.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Tests222.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Shared1FileSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Tests22.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/Tests222.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/package-info.java [move] Moving 10 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: client_import_package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/jakartaEE.tokens [echo] in wsejb: app.name=WSShared1File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/jakartaEE.tokens [echo] in wsappclient:: app.name=WSShared1File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyclienthandlerfile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/jakartaEE.tokens [echo] numservices=numservices2 [echo] vehicle=wsejb [echo] Using file publishing [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Shared1FileSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Shared1FileSvc1.wsdl [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSShared1File [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/WSShared1File_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/WSShared1File_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/WSShared1File_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/WSShared1File_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Shared1FileSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Shared1FileSvc1.wsdl [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSShared1File [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/WSShared1File_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/WSShared1File_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/WSShared1File_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Shared1FileSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Shared1FileSvc1.wsdl [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSShared1File [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/WSShared1File_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/WSShared1File_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/client/wsservlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeclienthandlerfile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests11.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests11.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests22.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests222.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests22.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests222.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 10 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Shared1FileSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Shared1FileSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using file publishing for an servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/servletendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/WSShared1File_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Astring.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Shared1FileSvc2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests11.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests22.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/Tests222.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/TestsImpl1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/TestsImpl11.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/TestsImpl2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/TestsImpl22.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/TestsImpl222.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/WSShared1File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/std/svc1/Shared2FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/std/svc1/Shared2FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Shared2FileSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Shared2FileSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/std/svc2/Shared2FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/std/svc2/Shared2FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Shared2FileSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Shared2FileSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/std/svc1/Shared2FileSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/std/svc1/Shared2FileSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using file publishing for an servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/servletendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/WSShared2File_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Astring.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Shared2FileSvc1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Shared2FileSvc2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Tests1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Tests2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/TestsImpl1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/TestsImpl2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/WSShared2File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/std/svc1/Shared2FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/std/svc1/Shared2FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Shared2FileSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Shared2FileSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/std/svc2/Shared2FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/std/svc2/Shared2FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/customfile2.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Shared2FileSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Shared2FileSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/package-info.java [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: client_import_package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/jakartaEE.tokens [echo] in wsejb: app.name=WSShared2File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/jakartaEE.tokens [echo] in wsappclient:: app.name=WSShared2File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyclienthandlerfile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/jakartaEE.tokens [echo] numservices=numservices2 [echo] vehicle=wsejb [echo] Using file publishing [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc1/Shared2FileSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc1/Shared2FileSvc1.wsdl [echo] service.java.files= Shared2FileSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Shared2FileSvc1.java [echo] service.class.files= Shared2FileSvc1.class [echo] sei.java.files= Tests1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Tests1.java [echo] sei.class.files= Tests1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java) [echo] GSI=( Shared2FileSvc1.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared2FileSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Shared2FileSvc2.java [echo] service.class.files= Shared2FileSvc2.class [echo] sei.java.files= Tests2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Tests2.java [echo] sei.class.files= Tests2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java) [echo] GSI=( Shared2FileSvc2.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSShared2File [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/WSShared2File_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/WSShared2File_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/WSShared2File_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/WSShared2File_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc1/Shared2FileSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc1/Shared2FileSvc1.wsdl [echo] service.java.files= Shared2FileSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Shared2FileSvc1.java [echo] service.class.files= Shared2FileSvc1.class [echo] sei.java.files= Tests1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Tests1.java [echo] sei.class.files= Tests1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java) [echo] GSI=( Shared2FileSvc1.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared2FileSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Shared2FileSvc2.java [echo] service.class.files= Shared2FileSvc2.class [echo] sei.java.files= Tests2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Tests2.java [echo] sei.class.files= Tests2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java) [echo] GSI=( Shared2FileSvc2.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSShared2File [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/WSShared2File_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/WSShared2File_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/WSShared2File_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/std/svc1/Shared2FileSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/std/svc1/Shared2FileSvc1.wsdl [echo] service.java.files= Shared2FileSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Shared2FileSvc1.java [echo] service.class.files= Shared2FileSvc1.class [echo] sei.java.files= Tests1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Tests1.java [echo] sei.class.files= Tests1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java) [echo] GSI=( Shared2FileSvc1.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared2FileSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Shared2FileSvc2.java [echo] service.class.files= Shared2FileSvc2.class [echo] sei.java.files= Tests2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/Tests2.java [echo] sei.class.files= Tests2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java) [echo] GSI=( Shared2FileSvc2.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSShared2File [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/WSShared2File_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/WSShared2File_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/client/wsservlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeclienthandlerfile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/std/svc1/Shared2FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/std/svc1/Shared2FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Shared2FileSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Shared2FileSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/std/svc2/Shared2FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/std/svc2/Shared2FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Shared2FileSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Shared2FileSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/std/svc1/Shared2FileSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/std/svc1/Shared2FileSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using file publishing for an servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/servletendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/WSShared2File_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Astring.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Shared2FileSvc1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Shared2FileSvc2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Tests1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/Tests2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/TestsImpl1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/TestsImpl2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/WSShared2File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Shared3FileSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Shared3FileSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using file publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/ejbendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/WSShared3File_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Astring.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/TestsBean1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/TestsBean2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/WSShared3File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Shared3FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Shared3FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Shared3FileSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Shared3FileSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Shared3FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Shared3FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Shared3FileSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Shared3FileSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/package-info.java [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: client_import_package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/jakartaEE.tokens [echo] in wsejb: app.name=WSShared3File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/jakartaEE.tokens [echo] in wsappclient:: app.name=WSShared3File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyclienthandlerfile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/jakartaEE.tokens [echo] numservices=numservices2 [echo] vehicle=wsejb [echo] Using file publishing [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Shared3FileSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Shared3FileSvc1.wsdl [echo] service.java.files= Shared3FileSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Shared3FileSvc1.java [echo] service.class.files= Shared3FileSvc1.class [echo] sei.java.files= Tests1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Tests1.java [echo] sei.class.files= Tests1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java) [echo] GSI=( Shared3FileSvc1.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared3FileSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Shared3FileSvc2.java [echo] service.class.files= Shared3FileSvc2.class [echo] sei.java.files= Tests2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Tests2.java [echo] sei.class.files= Tests2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java) [echo] GSI=( Shared3FileSvc2.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSShared3File [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/WSShared3File_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/WSShared3File_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/WSShared3File_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/WSShared3File_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Shared3FileSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Shared3FileSvc1.wsdl [echo] service.java.files= Shared3FileSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Shared3FileSvc1.java [echo] service.class.files= Shared3FileSvc1.class [echo] sei.java.files= Tests1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Tests1.java [echo] sei.class.files= Tests1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java) [echo] GSI=( Shared3FileSvc1.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared3FileSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Shared3FileSvc2.java [echo] service.class.files= Shared3FileSvc2.class [echo] sei.java.files= Tests2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Tests2.java [echo] sei.class.files= Tests2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java) [echo] GSI=( Shared3FileSvc2.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSShared3File [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/WSShared3File_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/WSShared3File_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/WSShared3File_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Shared3FileSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Shared3FileSvc1.wsdl [echo] service.java.files= Shared3FileSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Shared3FileSvc1.java [echo] service.class.files= Shared3FileSvc1.class [echo] sei.java.files= Tests1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Tests1.java [echo] sei.class.files= Tests1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java) [echo] GSI=( Shared3FileSvc1.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared3FileSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Shared3FileSvc2.java [echo] service.class.files= Shared3FileSvc2.class [echo] sei.java.files= Tests2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/Tests2.java [echo] sei.class.files= Tests2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java) [echo] GSI=( Shared3FileSvc2.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSShared3File [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/WSShared3File_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/WSShared3File_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/client/wsservlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeclienthandlerfile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Shared3FileSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Shared3FileSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using file publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/ejbendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/WSShared3File_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Astring.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Shared3FileSvc2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/TestsBean1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/TestsBean2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared3/server/WSShared3File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/std/svc1/Shared4FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/std/svc1/Shared4FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Shared4FileSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Shared4FileSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/std/svc2/Shared4FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/std/svc2/Shared4FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/customfile2.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Shared4FileSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Shared4FileSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc1/Shared4FileSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc1/Shared4FileSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using file publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/ejbendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/WSShared4File_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Astring.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Shared4FileSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Shared4FileSvc2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/TestsBean1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/TestsBean2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/WSShared4File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/std/svc1/Shared4FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/std/svc1/Shared4FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Shared4FileSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Shared4FileSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/std/svc2/Shared4FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/std/svc2/Shared4FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/customfile2.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Shared4FileSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Shared4FileSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/package-info.java [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: client_import_package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/jakartaEE.tokens [echo] in wsejb: app.name=WSShared4File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/jakartaEE.tokens [echo] in wsappclient:: app.name=WSShared4File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyclienthandlerfile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/jakartaEE.tokens [echo] numservices=numservices2 [echo] vehicle=wsejb [echo] Using file publishing [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc1/Shared4FileSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc1/Shared4FileSvc1.wsdl [echo] service.java.files= Shared4FileSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Shared4FileSvc1.java [echo] service.class.files= Shared4FileSvc1.class [echo] sei.java.files= Tests1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Tests1.java [echo] sei.class.files= Tests1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java) [echo] GSI=( Shared4FileSvc1.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared4FileSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Shared4FileSvc2.java [echo] service.class.files= Shared4FileSvc2.class [echo] sei.java.files= Tests2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Tests2.java [echo] sei.class.files= Tests2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java) [echo] GSI=( Shared4FileSvc2.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSShared4File [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/WSShared4File_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/WSShared4File_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/WSShared4File_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/WSShared4File_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc1/Shared4FileSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc1/Shared4FileSvc1.wsdl [echo] service.java.files= Shared4FileSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Shared4FileSvc1.java [echo] service.class.files= Shared4FileSvc1.class [echo] sei.java.files= Tests1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Tests1.java [echo] sei.class.files= Tests1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java) [echo] GSI=( Shared4FileSvc1.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared4FileSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Shared4FileSvc2.java [echo] service.class.files= Shared4FileSvc2.class [echo] sei.java.files= Tests2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Tests2.java [echo] sei.class.files= Tests2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java) [echo] GSI=( Shared4FileSvc2.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSShared4File [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/WSShared4File_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/WSShared4File_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/WSShared4File_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/std/svc1/Shared4FileSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/std/svc1/Shared4FileSvc1.wsdl [echo] service.java.files= Shared4FileSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Shared4FileSvc1.java [echo] service.class.files= Shared4FileSvc1.class [echo] sei.java.files= Tests1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Tests1.java [echo] sei.class.files= Tests1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java) [echo] GSI=( Shared4FileSvc1.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared4FileSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Shared4FileSvc2.java [echo] service.class.files= Shared4FileSvc2.class [echo] sei.java.files= Tests2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/Tests2.java [echo] sei.class.files= Tests2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java) [echo] GSI=( Shared4FileSvc2.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSShared4File [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/WSShared4File_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/WSShared4File_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/client/wsservlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeclienthandlerfile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/std/svc1/Shared4FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/std/svc1/Shared4FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Shared4FileSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Shared4FileSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/std/svc2/Shared4FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/std/svc2/Shared4FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/customfile2.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Shared4FileSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Shared4FileSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc1/Shared4FileSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc1/Shared4FileSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using file publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/ejbendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/WSShared4File_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Astring.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Shared4FileSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Shared4FileSvc2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/TestsBean1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/TestsBean2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/shared4/server/WSShared4File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/Simple1FileSvc.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple1 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/simple1 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/Simple1FileSvc.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/simple1/Simple1FileSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/simple1/Tests.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/Simple1FileSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/Tests.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1 [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Simple1FileSvc.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Simple1FileSvc.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Simple1FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple1/Simple1FileSvc.java [echo] service.class.files= Simple1FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple1/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple1 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple1FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/jakartaEE.tokens [echo] numservices= [echo] Using file publishing for an servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/WSSimple1File_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/Simple1FileSvc.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/Tests.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/TestsImpl.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple1 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/WSSimple1File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/jakartaEE.tokens [echo] in wsejb: app.name=WSSimple1File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/jakartaEE.tokens [echo] in wsappclient:: app.name=WSSimple1File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using file publishing [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple1FileSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple1FileSvc.wsdl [echo] service.java.files= Simple1FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple1/Simple1FileSvc.java [echo] service.class.files= Simple1FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple1/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple1 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple1FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSSimple1File [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/WSSimple1File_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/WSSimple1File_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/WSSimple1File_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/WSSimple1File_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple1FileSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple1FileSvc.wsdl [echo] service.java.files= Simple1FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple1/Simple1FileSvc.java [echo] service.class.files= Simple1FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple1/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple1 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple1FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSSimple1File [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/WSSimple1File_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/WSSimple1File_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/WSSimple1File_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Simple1FileSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Simple1FileSvc.wsdl [echo] service.java.files= Simple1FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple1/Simple1FileSvc.java [echo] service.class.files= Simple1FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple1/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple1 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple1FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSSimple1File [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/WSSimple1File_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/WSSimple1File_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/Simple2FileSvc.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple2 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/simple2 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/Simple2FileSvc.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/simple2/Simple2FileSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/simple2/Tests.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/Simple2FileSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/Tests.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2 [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Simple2FileSvc.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Simple2FileSvc.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Simple2FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple2/Simple2FileSvc.java [echo] service.class.files= Simple2FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple2/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple2 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple2FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/jakartaEE.tokens [echo] numservices= [echo] Using file publishing for an servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/WSSimple2File_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/Simple2FileSvc.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/Tests.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/TestsImpl.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple2 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/WSSimple2File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/jakartaEE.tokens [echo] in wsejb: app.name=WSSimple2File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/jakartaEE.tokens [echo] in wsappclient:: app.name=WSSimple2File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using file publishing [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple2FileSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple2FileSvc.wsdl [echo] service.java.files= Simple2FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple2/Simple2FileSvc.java [echo] service.class.files= Simple2FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple2/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple2 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple2FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSSimple2File [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/WSSimple2File_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/WSSimple2File_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/WSSimple2File_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/WSSimple2File_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple2FileSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple2FileSvc.wsdl [echo] service.java.files= Simple2FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple2/Simple2FileSvc.java [echo] service.class.files= Simple2FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple2/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple2 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple2FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSSimple2File [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/WSSimple2File_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/WSSimple2File_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/WSSimple2File_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Simple2FileSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Simple2FileSvc.wsdl [echo] service.java.files= Simple2FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple2/Simple2FileSvc.java [echo] service.class.files= Simple2FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple2/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple2 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple2FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSSimple2File [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/WSSimple2File_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/WSSimple2File_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/std/svc/Simple3FileSvc.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple3 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/simple3 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/std/svc/Simple3FileSvc.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/simple3/Simple3FileSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/simple3/Tests.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/Simple3FileSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/Tests.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3 [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/std/svc/Simple3FileSvc.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/std/svc/Simple3FileSvc.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Simple3FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple3/Simple3FileSvc.java [echo] service.class.files= Simple3FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple3/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple3 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple3FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/jakartaEE.tokens [echo] numservices= [echo] Using file publishing for an servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/WSSimple3File_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/Simple3FileSvc.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/Tests.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/TestsImpl.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple3 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/WSSimple3File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/jakartaEE.tokens [echo] in wsejb: app.name=WSSimple3File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/jakartaEE.tokens [echo] in wsappclient:: app.name=WSSimple3File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using file publishing [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc/Simple3FileSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc/Simple3FileSvc.wsdl [echo] service.java.files= Simple3FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple3/Simple3FileSvc.java [echo] service.class.files= Simple3FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple3/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple3 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple3FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSSimple3File [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/WSSimple3File_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/WSSimple3File_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/WSSimple3File_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/WSSimple3File_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc/Simple3FileSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc/Simple3FileSvc.wsdl [echo] service.java.files= Simple3FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple3/Simple3FileSvc.java [echo] service.class.files= Simple3FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple3/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple3 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple3FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSSimple3File [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/WSSimple3File_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/WSSimple3File_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/WSSimple3File_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/std/svc/Simple3FileSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/std/svc/Simple3FileSvc.wsdl [echo] service.java.files= Simple3FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple3/Simple3FileSvc.java [echo] service.class.files= Simple3FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple3/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple3 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple3FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSSimple3File [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/WSSimple3File_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/WSSimple3File_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/Simple4FileSvc.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple4 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/simple4 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/Simple4FileSvc.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/simple4/Simple4FileSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/simple4/Tests.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/Simple4FileSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/Tests.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple4FileSvc.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple4FileSvc.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Simple4FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple4/Simple4FileSvc.java [echo] service.class.files= Simple4FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple4/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple4 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple4FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/jakartaEE.tokens [echo] numservices= [echo] Using file publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/ejbendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/WSSimple4File_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/simple4/Simple4FileSvc.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/simple4/Tests.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/simple4/TestsBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple4 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/WSSimple4File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/jakartaEE.tokens [echo] in wsejb: app.name=WSSimple4File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/jakartaEE.tokens [echo] in wsappclient:: app.name=WSSimple4File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using file publishing [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple4FileSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple4FileSvc.wsdl [echo] service.java.files= Simple4FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple4/Simple4FileSvc.java [echo] service.class.files= Simple4FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple4/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple4 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple4FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSSimple4File [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/WSSimple4File_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/WSSimple4File_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/WSSimple4File_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/WSSimple4File_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple4FileSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple4FileSvc.wsdl [echo] service.java.files= Simple4FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple4/Simple4FileSvc.java [echo] service.class.files= Simple4FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple4/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple4 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple4FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSSimple4File [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/WSSimple4File_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/WSSimple4File_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/WSSimple4File_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Simple4FileSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Simple4FileSvc.wsdl [echo] service.java.files= Simple4FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple4/Simple4FileSvc.java [echo] service.class.files= Simple4FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple4/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple4 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple4FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSSimple4File [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/WSSimple4File_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/WSSimple4File_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple4/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/Simple5FileSvc.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple5 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/simple5 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/Simple5FileSvc.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/simple5/Simple5FileSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/simple5/Tests.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/Simple5FileSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/Tests.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple5FileSvc.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple5FileSvc.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Simple5FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple5/Simple5FileSvc.java [echo] service.class.files= Simple5FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple5/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple5 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple5FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/jakartaEE.tokens [echo] numservices= [echo] Using file publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/ejbendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple5 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/WSSimple5File_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/simple5/Simple5FileSvc.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/simple5/Tests.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/simple5/TestsBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple5 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/WSSimple5File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/jakartaEE.tokens [echo] in wsejb: app.name=WSSimple5File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/jakartaEE.tokens [echo] in wsappclient:: app.name=WSSimple5File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using file publishing [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple5FileSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple5FileSvc.wsdl [echo] service.java.files= Simple5FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple5/Simple5FileSvc.java [echo] service.class.files= Simple5FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple5/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple5 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple5FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSSimple5File [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/WSSimple5File_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple5 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/WSSimple5File_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/WSSimple5File_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple5 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/WSSimple5File_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple5FileSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple5FileSvc.wsdl [echo] service.java.files= Simple5FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple5/Simple5FileSvc.java [echo] service.class.files= Simple5FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple5/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple5 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple5FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSSimple5File [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/WSSimple5File_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/WSSimple5File_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple5 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/WSSimple5File_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Simple5FileSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Simple5FileSvc.wsdl [echo] service.java.files= Simple5FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple5/Simple5FileSvc.java [echo] service.class.files= Simple5FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple5/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple5 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple5FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSSimple5File [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/WSSimple5File_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple5 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/WSSimple5File_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple5/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/std/svc/Simple6FileSvc.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple6 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/simple6 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/std/svc/Simple6FileSvc.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/simple6/Simple6FileSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/simple6/Tests.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/Simple6FileSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/Tests.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc/Simple6FileSvc.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc/Simple6FileSvc.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Simple6FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple6/Simple6FileSvc.java [echo] service.class.files= Simple6FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple6/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple6 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple6FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/jakartaEE.tokens [echo] numservices= [echo] Using file publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/ejbendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple6 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/WSSimple6File_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/simple6/Simple6FileSvc.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/simple6/Tests.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/simple6/TestsBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple6 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/WSSimple6File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/jakartaEE.tokens [echo] in wsejb: app.name=WSSimple6File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/jakartaEE.tokens [echo] in wsappclient:: app.name=WSSimple6File [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using file publishing [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using file publishing [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc/Simple6FileSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc/Simple6FileSvc.wsdl [echo] service.java.files= Simple6FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple6/Simple6FileSvc.java [echo] service.class.files= Simple6FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple6/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple6 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple6FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSSimple6File [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/WSSimple6File_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple6 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/WSSimple6File_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/WSSimple6File_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple6 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/WSSimple6File_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc/Simple6FileSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc/Simple6FileSvc.wsdl [echo] service.java.files= Simple6FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple6/Simple6FileSvc.java [echo] service.class.files= Simple6FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple6/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple6 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple6FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSSimple6File [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/WSSimple6File_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/WSSimple6File_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple6 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/WSSimple6File_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/std/svc/Simple6FileSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/std/svc/Simple6FileSvc.wsdl [echo] service.java.files= Simple6FileSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple6/Simple6FileSvc.java [echo] service.class.files= Simple6FileSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/simple6/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/simple6 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple6FileSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSSimple6File [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/WSSimple6File_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple6 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/WSSimple6File_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/simple6/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/svc1/Twin1FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/svc1/Twin1FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Twin1FileSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Twin1FileSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/svc2/Twin1FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/svc2/Twin1FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Twin1FileSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Twin1FileSvc2.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/svc1/Twin1FileSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/svc1/Twin1FileSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using file publishing for an servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/servletendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/WSTwin1File_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Tests1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Tests2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/TestsImpl1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/TestsImpl2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Twin1FileSvc1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Twin1FileSvc2.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/WSTwin1File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/svc1/Twin1FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin1FileSvc1.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client [echo] wsdlLocation=META-INF/wsdl/svc1/Twin1FileSvc1.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin1FileSvc1.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/svc1/Twin1FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/customfile.xml -wsdllocation META-INF/wsdl/svc1/Twin1FileSvc1.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/Twin1FileSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/Twin1FileSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/svc2/Twin1FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/svc2/Twin1FileSvc2.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client [echo] wsdlLocation=META-INF/wsdl/svc2/Twin1FileSvc2.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc2/Twin1FileSvc2.wsdl [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/svc2/Twin1FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/customfile2.xml -wsdllocation META-INF/wsdl/svc2/Twin1FileSvc2.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/Twin1FileSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/Twin1FileSvc2.java [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/WSTwin1FileClnt_client.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/Client.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/Twin1FileSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/Twin1FileSvc2.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/WSTwin1FileClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/client/WSTwin1FileClnt.ear [preservejar] WSTwin1FileClnt_client.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/svc1/Twin1FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/svc1/Twin1FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Twin1FileSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Twin1FileSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/svc2/Twin1FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/svc2/Twin1FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Twin1FileSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Twin1FileSvc2.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/svc1/Twin1FileSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/svc1/Twin1FileSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using file publishing for an servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/servletendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/WSTwin1File_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Tests1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Tests2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/TestsImpl1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/TestsImpl2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Twin1FileSvc1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/Twin1FileSvc2.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/WSTwin1File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/svc1/Twin2FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/svc1/Twin2FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Twin2FileSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Twin2FileSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/svc2/Twin2FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/svc2/Twin2FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Twin2FileSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Twin2FileSvc2.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/svc1/Twin2FileSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/svc1/Twin2FileSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using file publishing for an servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/servletendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/WSTwin2File_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Tests1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Tests2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/TestsImpl1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/TestsImpl2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Twin2FileSvc1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Twin2FileSvc2.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/WSTwin2File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/svc1/Twin2FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin2FileSvc1.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client [echo] wsdlLocation=META-INF/wsdl/svc1/Twin2FileSvc1.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin2FileSvc1.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/svc1/Twin2FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/customfile.xml -wsdllocation META-INF/wsdl/svc1/Twin2FileSvc1.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/Twin2FileSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/Twin2FileSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/svc2/Twin2FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/svc2/Twin2FileSvc2.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client [echo] wsdlLocation=META-INF/wsdl/svc2/Twin2FileSvc2.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc2/Twin2FileSvc2.wsdl [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/svc2/Twin2FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/customfile2.xml -wsdllocation META-INF/wsdl/svc2/Twin2FileSvc2.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/Twin2FileSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/Twin2FileSvc2.java [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/WSTwin2FileClnt_client.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/Client.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/Twin2FileSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/Twin2FileSvc2.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/WSTwin2FileClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/client/WSTwin2FileClnt.ear [preservejar] WSTwin2FileClnt_client.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/svc1/Twin2FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/svc1/Twin2FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Twin2FileSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Twin2FileSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/svc2/Twin2FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/svc2/Twin2FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Twin2FileSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Twin2FileSvc2.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/svc1/Twin2FileSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/svc1/Twin2FileSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using file publishing for an servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/servletendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/WSTwin2File_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Tests1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Tests2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/TestsImpl1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/TestsImpl2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Twin2FileSvc1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/Twin2FileSvc2.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/WSTwin2File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/svc1/Twin3FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/svc1/Twin3FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Twin3FileSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Twin3FileSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/svc2/Twin3FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/svc2/Twin3FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Twin3FileSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Twin3FileSvc2.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin3FileSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/svc1/Twin3FileSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using file publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/ejbendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/WSTwin3File_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/TestsBean1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/TestsBean2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Twin3FileSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Twin3FileSvc2.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/WSTwin3File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/svc1/Twin3FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin3FileSvc1.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client [echo] wsdlLocation=META-INF/wsdl/svc1/Twin3FileSvc1.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin3FileSvc1.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/svc1/Twin3FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/customfile.xml -wsdllocation META-INF/wsdl/svc1/Twin3FileSvc1.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/Twin3FileSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/Twin3FileSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/svc2/Twin3FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/svc2/Twin3FileSvc2.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client [echo] wsdlLocation=META-INF/wsdl/svc2/Twin3FileSvc2.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc2/Twin3FileSvc2.wsdl [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/svc2/Twin3FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/customfile2.xml -wsdllocation META-INF/wsdl/svc2/Twin3FileSvc2.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/Twin3FileSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/Twin3FileSvc2.java [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/WSTwin3FileClnt_client.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/Client.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/Twin3FileSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/Twin3FileSvc2.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/WSTwin3FileClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/client/WSTwin3FileClnt.ear [preservejar] WSTwin3FileClnt_client.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/svc1/Twin3FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/svc1/Twin3FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Twin3FileSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Twin3FileSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/svc2/Twin3FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/svc2/Twin3FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Twin3FileSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Twin3FileSvc2.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin3FileSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/svc1/Twin3FileSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using file publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/ejbendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/WSTwin3File_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/TestsBean1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/TestsBean2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Twin3FileSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/Twin3FileSvc2.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin3/server/WSTwin3File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/svc1/Twin4FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/svc1/Twin4FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Twin4FileSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Twin4FileSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/svc2/Twin4FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/svc2/Twin4FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Twin4FileSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Twin4FileSvc2.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin4FileSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/svc1/Twin4FileSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using file publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/ejbendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/WSTwin4File_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/TestsBean1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/TestsBean2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Twin4FileSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Twin4FileSvc2.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/WSTwin4File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/svc1/Twin4FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin4FileSvc1.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client [echo] wsdlLocation=META-INF/wsdl/svc1/Twin4FileSvc1.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin4FileSvc1.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/svc1/Twin4FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/customfile.xml -wsdllocation META-INF/wsdl/svc1/Twin4FileSvc1.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/Twin4FileSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/Twin4FileSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/svc2/Twin4FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/svc2/Twin4FileSvc2.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client [echo] wsdlLocation=META-INF/wsdl/svc2/Twin4FileSvc2.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc2/Twin4FileSvc2.wsdl [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/svc2/Twin4FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/customfile2.xml -wsdllocation META-INF/wsdl/svc2/Twin4FileSvc2.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/Twin4FileSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/Twin4FileSvc2.java [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/WSTwin4FileClnt_client.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/Client.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/Twin4FileSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/Twin4FileSvc2.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/WSTwin4FileClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/client/WSTwin4FileClnt.ear [preservejar] WSTwin4FileClnt_client.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/svc1/Twin4FileSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/svc1/Twin4FileSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Twin4FileSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Twin4FileSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/svc2/Twin4FileSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/svc2/Twin4FileSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Twin4FileSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Twin4FileSvc2.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin4FileSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/svc1/Twin4FileSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using file publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/ejbendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/WSTwin4File_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/TestsBean1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/TestsBean2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Twin4FileSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/Twin4FileSvc2.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/file/twin4/server/WSTwin4File.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/nestedimportwsdl.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested1 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/nested1 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/nestedimportwsdl.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/customfile2.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested1/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested1/Nested1HttpSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested1/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested1/Tests.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested1/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/Nested1HttpSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/Tests.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/jakartaEE-sun-jaxws.xml to copy. [move] Moving 5 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1 [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Nested1HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested1/Nested1HttpSvc.java [echo] service.class.files= Nested1HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested1/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/nested1 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested1HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/WSNested1Http_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/Astring.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/Nested1HttpSvc.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/Tests.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/TestsImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested1 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/WSNested1Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/jakartaEE.tokens [echo] in wsejb: app.name=WSNested1Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/jakartaEE.tokens [echo] in wsappclient:: app.name=WSNested1Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested1HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested1/Nested1HttpSvc.java [echo] service.class.files= Nested1HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested1/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/nested1 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested1HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSNested1Http [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/WSNested1Http_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/WSNested1Http_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/WSNested1Http_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/WSNested1Http_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested1HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested1/Nested1HttpSvc.java [echo] service.class.files= Nested1HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested1/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/nested1 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested1HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSNested1Http [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/WSNested1Http_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/WSNested1Http_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/WSNested1Http_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested1HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested1/Nested1HttpSvc.java [echo] service.class.files= Nested1HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested1/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/nested1 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested1HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSNested1Http [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/WSNested1Http_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/WSNested1Http_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/nestedimportwsdl.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested2 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/nested2 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/nestedimportwsdl.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/customfile2.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested2/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested2/Nested2HttpSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested2/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested2/Tests.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested2/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/Nested2HttpSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/Tests.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/jakartaEE-sun-jaxws.xml to copy. [move] Moving 5 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2 [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Nested2HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested2/Nested2HttpSvc.java [echo] service.class.files= Nested2HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested2/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/nested2 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested2HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/WSNested2Http_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/Astring.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/Nested2HttpSvc.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/Tests.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/TestsImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested2 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/WSNested2Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/jakartaEE.tokens [echo] in wsejb: app.name=WSNested2Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/jakartaEE.tokens [echo] in wsappclient:: app.name=WSNested2Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested2HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested2/Nested2HttpSvc.java [echo] service.class.files= Nested2HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested2/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/nested2 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested2HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSNested2Http [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/WSNested2Http_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/WSNested2Http_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/WSNested2Http_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/WSNested2Http_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested2HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested2/Nested2HttpSvc.java [echo] service.class.files= Nested2HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested2/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/nested2 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested2HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSNested2Http [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/WSNested2Http_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/WSNested2Http_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/WSNested2Http_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested2HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested2/Nested2HttpSvc.java [echo] service.class.files= Nested2HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested2/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/nested2 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested2HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSNested2Http [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/WSNested2Http_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/WSNested2Http_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/nestedimportwsdl.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested3 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/nested3 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/nestedimportwsdl.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/customfile2.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested3/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested3/Nested3HttpSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested3/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested3/Tests.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested3/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/Nested3HttpSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/Tests.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/jakartaEE-sun-jaxws.xml to copy. [move] Moving 5 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Nested3HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested3/Nested3HttpSvc.java [echo] service.class.files= Nested3HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested3/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/nested3 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested3HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/ejbendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/WSNested3Http_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/nested3/Astring.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/nested3/Nested3HttpSvc.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/nested3/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/nested3/Tests.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/nested3/TestsBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/nested3/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested3 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/WSNested3Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/jakartaEE.tokens [echo] in wsejb: app.name=WSNested3Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/jakartaEE.tokens [echo] in wsappclient:: app.name=WSNested3Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested3HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested3/Nested3HttpSvc.java [echo] service.class.files= Nested3HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested3/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/nested3 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested3HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSNested3Http [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/WSNested3Http_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/WSNested3Http_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/WSNested3Http_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/WSNested3Http_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested3HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested3/Nested3HttpSvc.java [echo] service.class.files= Nested3HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested3/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/nested3 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested3HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSNested3Http [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/WSNested3Http_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/WSNested3Http_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/WSNested3Http_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested3HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested3/Nested3HttpSvc.java [echo] service.class.files= Nested3HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested3/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/nested3 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested3HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSNested3Http [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/WSNested3Http_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/WSNested3Http_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested3/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/nestedimportwsdl.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested4 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/nested4 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/nestedimportwsdl.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested4/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested4/Nested4HttpSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested4/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested4/Tests.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/nested4/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/Nested4HttpSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/Tests.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/jakartaEE-sun-jaxws.xml to copy. [move] Moving 5 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Nested4HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested4/Nested4HttpSvc.java [echo] service.class.files= Nested4HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested4/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/nested4 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested4HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/ejbendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/WSNested4Http_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/nested4/Astring.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/nested4/Nested4HttpSvc.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/nested4/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/nested4/Tests.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/nested4/TestsBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/nested4/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested4 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/WSNested4Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/jakartaEE.tokens [echo] in wsejb: app.name=WSNested4Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/jakartaEE.tokens [echo] in wsappclient:: app.name=WSNested4Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested4HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested4/Nested4HttpSvc.java [echo] service.class.files= Nested4HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested4/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/nested4 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested4HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSNested4Http [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/WSNested4Http_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/WSNested4Http_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/WSNested4Http_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/WSNested4Http_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested4HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested4/Nested4HttpSvc.java [echo] service.class.files= Nested4HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested4/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/nested4 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested4HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSNested4Http [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/WSNested4Http_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/WSNested4Http_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/WSNested4Http_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/nestedimportwsdl.wsdl [echo] service.java.files= Nested4HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested4/Nested4HttpSvc.java [echo] service.class.files= Nested4HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/nested4/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/nested4 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Nested4HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSNested4Http [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/WSNested4Http_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/WSNested4Http_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/nested4/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests11.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests11.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests22.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests222.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests22.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests222.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 10 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Shared1HttpSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Shared1HttpSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/WSShared1Http_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Astring.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests11.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests22.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests222.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/TestsImpl1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/TestsImpl11.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/TestsImpl2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/TestsImpl22.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/TestsImpl222.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/WSShared1Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Shared1HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Shared1HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Shared1HttpSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests11.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Shared1HttpSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests11.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Shared1HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Shared1HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Shared1HttpSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests22.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests222.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Shared1HttpSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests22.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests222.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/package-info.java [move] Moving 10 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: client_import_package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/jakartaEE.tokens [echo] in wsejb: app.name=WSShared1Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/jakartaEE.tokens [echo] in wsappclient:: app.name=WSShared1Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyclienthandlerfile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/jakartaEE.tokens [echo] numservices=numservices2 [echo] vehicle=wsejb [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Shared1HttpSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Shared1HttpSvc1.wsdl [echo] service.java.files= Shared1HttpSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Shared1HttpSvc1.java [echo] service.class.files= Shared1HttpSvc1.class [echo] sei.java.files= Tests1.java Tests11.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests1.java com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests11.java [echo] sei.class.files= Tests1.class Tests11.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/wsejb [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java Tests11.java) [echo] GSI=( Shared1HttpSvc1.java) [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared1HttpSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Shared1HttpSvc2.java [echo] service.class.files= Shared1HttpSvc2.class [echo] sei.java.files= Tests2.java Tests22.java Tests222.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests2.java com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests22.java com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests222.java [echo] sei.class.files= Tests2.class Tests22.class Tests222.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client [copy] Copying 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java Tests22.java Tests222.java) [echo] GSI=( Shared1HttpSvc2.java) [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSShared1Http [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/WSShared1Http_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/WSShared1Http_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/WSShared1Http_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/WSShared1Http_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Shared1HttpSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Shared1HttpSvc1.wsdl [echo] service.java.files= Shared1HttpSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Shared1HttpSvc1.java [echo] service.class.files= Shared1HttpSvc1.class [echo] sei.java.files= Tests1.java Tests11.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests1.java com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests11.java [echo] sei.class.files= Tests1.class Tests11.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/wsappclient [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java Tests11.java) [echo] GSI=( Shared1HttpSvc1.java) [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared1HttpSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Shared1HttpSvc2.java [echo] service.class.files= Shared1HttpSvc2.class [echo] sei.java.files= Tests2.java Tests22.java Tests222.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests2.java com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests22.java com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests222.java [echo] sei.class.files= Tests2.class Tests22.class Tests222.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client [copy] Copying 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java Tests22.java Tests222.java) [echo] GSI=( Shared1HttpSvc2.java) [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSShared1Http [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/WSShared1Http_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/WSShared1Http_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/WSShared1Http_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Shared1HttpSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Shared1HttpSvc1.wsdl [echo] service.java.files= Shared1HttpSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Shared1HttpSvc1.java [echo] service.class.files= Shared1HttpSvc1.class [echo] sei.java.files= Tests1.java Tests11.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests1.java com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests11.java [echo] sei.class.files= Tests1.class Tests11.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/wsservlet [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java Tests11.java) [echo] GSI=( Shared1HttpSvc1.java) [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared1HttpSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Shared1HttpSvc2.java [echo] service.class.files= Shared1HttpSvc2.class [echo] sei.java.files= Tests2.java Tests22.java Tests222.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests2.java com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests22.java com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/Tests222.java [echo] sei.class.files= Tests2.class Tests22.class Tests222.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client [copy] Copying 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java Tests22.java Tests222.java) [echo] GSI=( Shared1HttpSvc2.java) [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSShared1Http [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/WSShared1Http_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/WSShared1Http_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/client/wsservlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeclienthandlerfile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests11.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests11.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests22.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests222.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests22.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests222.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 10 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Shared1HttpSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Shared1HttpSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/WSShared1Http_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Astring.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Shared1HttpSvc2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests11.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests22.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/Tests222.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/TestsImpl1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/TestsImpl11.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/TestsImpl2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/TestsImpl22.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/TestsImpl222.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/WSShared1Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/std/svc1/Shared2HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/std/svc1/Shared2HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Shared2HttpSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Shared2HttpSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/std/svc2/Shared2HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/std/svc2/Shared2HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Shared2HttpSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Shared2HttpSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/std/svc1/Shared2HttpSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/std/svc1/Shared2HttpSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/WSShared2Http_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Astring.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Shared2HttpSvc1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Shared2HttpSvc2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Tests1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Tests2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/TestsImpl1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/TestsImpl2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/WSShared2Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/std/svc1/Shared2HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/std/svc1/Shared2HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Shared2HttpSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Shared2HttpSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/std/svc2/Shared2HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/std/svc2/Shared2HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/customfile2.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Shared2HttpSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Shared2HttpSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/package-info.java [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: client_import_package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/jakartaEE.tokens [echo] in wsejb: app.name=WSShared2Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/jakartaEE.tokens [echo] in wsappclient:: app.name=WSShared2Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyclienthandlerfile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/jakartaEE.tokens [echo] numservices=numservices2 [echo] vehicle=wsejb [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc1/Shared2HttpSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc1/Shared2HttpSvc1.wsdl [echo] service.java.files= Shared2HttpSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Shared2HttpSvc1.java [echo] service.class.files= Shared2HttpSvc1.class [echo] sei.java.files= Tests1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Tests1.java [echo] sei.class.files= Tests1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java) [echo] GSI=( Shared2HttpSvc1.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared2HttpSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Shared2HttpSvc2.java [echo] service.class.files= Shared2HttpSvc2.class [echo] sei.java.files= Tests2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Tests2.java [echo] sei.class.files= Tests2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java) [echo] GSI=( Shared2HttpSvc2.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSShared2Http [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/WSShared2Http_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/WSShared2Http_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/WSShared2Http_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/WSShared2Http_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc1/Shared2HttpSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc1/Shared2HttpSvc1.wsdl [echo] service.java.files= Shared2HttpSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Shared2HttpSvc1.java [echo] service.class.files= Shared2HttpSvc1.class [echo] sei.java.files= Tests1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Tests1.java [echo] sei.class.files= Tests1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java) [echo] GSI=( Shared2HttpSvc1.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared2HttpSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Shared2HttpSvc2.java [echo] service.class.files= Shared2HttpSvc2.class [echo] sei.java.files= Tests2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Tests2.java [echo] sei.class.files= Tests2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java) [echo] GSI=( Shared2HttpSvc2.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSShared2Http [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/WSShared2Http_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/WSShared2Http_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/WSShared2Http_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/std/svc1/Shared2HttpSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/std/svc1/Shared2HttpSvc1.wsdl [echo] service.java.files= Shared2HttpSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Shared2HttpSvc1.java [echo] service.class.files= Shared2HttpSvc1.class [echo] sei.java.files= Tests1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Tests1.java [echo] sei.class.files= Tests1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java) [echo] GSI=( Shared2HttpSvc1.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared2HttpSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Shared2HttpSvc2.java [echo] service.class.files= Shared2HttpSvc2.class [echo] sei.java.files= Tests2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/Tests2.java [echo] sei.class.files= Tests2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java) [echo] GSI=( Shared2HttpSvc2.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSShared2Http [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/WSShared2Http_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/WSShared2Http_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/client/wsservlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeclienthandlerfile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/std/svc1/Shared2HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/std/svc1/Shared2HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Shared2HttpSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Shared2HttpSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/std/svc2/Shared2HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/std/svc2/Shared2HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Shared2HttpSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Shared2HttpSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/std/svc1/Shared2HttpSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/std/svc1/Shared2HttpSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/WSShared2Http_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Astring.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/ObjectFactory.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Shared2HttpSvc1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Shared2HttpSvc2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Tests1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/Tests2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/TestsImpl1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/TestsImpl2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/WSShared2Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/customfile2.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Shared3HttpSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Shared3HttpSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using http publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/ejbendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/WSShared3Http_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Astring.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/TestsBean1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/TestsBean2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/WSShared3Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Shared3HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Shared3HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Shared3HttpSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Shared3HttpSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Shared3HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Shared3HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/customfile2.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Shared3HttpSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Shared3HttpSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/package-info.java [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: client_import_package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/jakartaEE.tokens [echo] in wsejb: app.name=WSShared3Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/jakartaEE.tokens [echo] in wsappclient:: app.name=WSShared3Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyclienthandlerfile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/jakartaEE.tokens [echo] numservices=numservices2 [echo] vehicle=wsejb [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Shared3HttpSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Shared3HttpSvc1.wsdl [echo] service.java.files= Shared3HttpSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Shared3HttpSvc1.java [echo] service.class.files= Shared3HttpSvc1.class [echo] sei.java.files= Tests1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Tests1.java [echo] sei.class.files= Tests1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java) [echo] GSI=( Shared3HttpSvc1.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared3HttpSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Shared3HttpSvc2.java [echo] service.class.files= Shared3HttpSvc2.class [echo] sei.java.files= Tests2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Tests2.java [echo] sei.class.files= Tests2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java) [echo] GSI=( Shared3HttpSvc2.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSShared3Http [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/WSShared3Http_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/WSShared3Http_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/WSShared3Http_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/WSShared3Http_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Shared3HttpSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Shared3HttpSvc1.wsdl [echo] service.java.files= Shared3HttpSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Shared3HttpSvc1.java [echo] service.class.files= Shared3HttpSvc1.class [echo] sei.java.files= Tests1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Tests1.java [echo] sei.class.files= Tests1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java) [echo] GSI=( Shared3HttpSvc1.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared3HttpSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Shared3HttpSvc2.java [echo] service.class.files= Shared3HttpSvc2.class [echo] sei.java.files= Tests2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Tests2.java [echo] sei.class.files= Tests2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java) [echo] GSI=( Shared3HttpSvc2.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSShared3Http [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/WSShared3Http_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/WSShared3Http_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/WSShared3Http_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Shared3HttpSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Shared3HttpSvc1.wsdl [echo] service.java.files= Shared3HttpSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Shared3HttpSvc1.java [echo] service.class.files= Shared3HttpSvc1.class [echo] sei.java.files= Tests1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Tests1.java [echo] sei.class.files= Tests1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java) [echo] GSI=( Shared3HttpSvc1.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared3HttpSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Shared3HttpSvc2.java [echo] service.class.files= Shared3HttpSvc2.class [echo] sei.java.files= Tests2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/Tests2.java [echo] sei.class.files= Tests2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java) [echo] GSI=( Shared3HttpSvc2.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSShared3Http [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/WSShared3Http_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/WSShared3Http_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/client/wsservlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeclienthandlerfile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/customfile2.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Shared3HttpSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Shared3HttpSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using http publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/ejbendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/WSShared3Http_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Astring.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Shared3HttpSvc2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/TestsBean1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/TestsBean2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared3/server/WSShared3Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/std/svc1/Shared4HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/std/svc1/Shared4HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Shared4HttpSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Shared4HttpSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/std/svc2/Shared4HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/std/svc2/Shared4HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Shared4HttpSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Shared4HttpSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc1/Shared4HttpSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc1/Shared4HttpSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using http publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/ejbendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/WSShared4Http_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Astring.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Shared4HttpSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Shared4HttpSvc2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/TestsBean1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/TestsBean2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/WSShared4Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/std/svc1/Shared4HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/std/svc1/Shared4HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Shared4HttpSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Shared4HttpSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/std/svc2/Shared4HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/std/svc2/Shared4HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Shared4HttpSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Shared4HttpSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/package-info.java [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: client_import_package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/jakartaEE.tokens [echo] in wsejb: app.name=WSShared4Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/jakartaEE.tokens [echo] in wsappclient:: app.name=WSShared4Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyclienthandlerfile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/jakartaEE.tokens [echo] numservices=numservices2 [echo] vehicle=wsejb [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc1/Shared4HttpSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc1/Shared4HttpSvc1.wsdl [echo] service.java.files= Shared4HttpSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Shared4HttpSvc1.java [echo] service.class.files= Shared4HttpSvc1.class [echo] sei.java.files= Tests1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Tests1.java [echo] sei.class.files= Tests1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java) [echo] GSI=( Shared4HttpSvc1.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared4HttpSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Shared4HttpSvc2.java [echo] service.class.files= Shared4HttpSvc2.class [echo] sei.java.files= Tests2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Tests2.java [echo] sei.class.files= Tests2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java) [echo] GSI=( Shared4HttpSvc2.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSShared4Http [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/WSShared4Http_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/WSShared4Http_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/WSShared4Http_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/WSShared4Http_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc1/Shared4HttpSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc1/Shared4HttpSvc1.wsdl [echo] service.java.files= Shared4HttpSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Shared4HttpSvc1.java [echo] service.class.files= Shared4HttpSvc1.class [echo] sei.java.files= Tests1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Tests1.java [echo] sei.class.files= Tests1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java) [echo] GSI=( Shared4HttpSvc1.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared4HttpSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Shared4HttpSvc2.java [echo] service.class.files= Shared4HttpSvc2.class [echo] sei.java.files= Tests2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Tests2.java [echo] sei.class.files= Tests2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java) [echo] GSI=( Shared4HttpSvc2.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSShared4Http [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/WSShared4Http_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/WSShared4Http_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/WSShared4Http_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/std/svc1/Shared4HttpSvc1.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/std/svc1/Shared4HttpSvc1.wsdl [echo] service.java.files= Shared4HttpSvc1.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Shared4HttpSvc1.java [echo] service.class.files= Shared4HttpSvc1.class [echo] sei.java.files= Tests1.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Tests1.java [echo] sei.class.files= Tests1.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests1.java) [echo] GSI=( Shared4HttpSvc1.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] service.java.files= Shared4HttpSvc2.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Shared4HttpSvc2.java [echo] service.class.files= Shared4HttpSvc2.class [echo] sei.java.files= Tests2.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/Tests2.java [echo] sei.class.files= Tests2.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests2.java) [echo] GSI=( Shared4HttpSvc2.java) [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSShared4Http [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/WSShared4Http_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/WSShared4Http_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/client/wsservlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeclienthandlerfile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/std/svc1/Shared4HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/std/svc1/Shared4HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/customfile3.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Shared4HttpSvc1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Shared4HttpSvc1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/std/svc2/Shared4HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml customfile3.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/std/svc2/Shared4HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/customfile3.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Astring.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Shared4HttpSvc2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Astring.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Shared4HttpSvc2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 7 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc1/Shared4HttpSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc1/Shared4HttpSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using http publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/ejbendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/WSShared4Http_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Astring.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/ObjectFactory.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Shared4HttpSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Shared4HttpSvc2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/TestsBean1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/TestsBean2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/package-info.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/shared4/server/WSShared4Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/Simple1HttpSvc.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple1 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/simple1 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/Simple1HttpSvc.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/simple1/Simple1HttpSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/simple1/Tests.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/Simple1HttpSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/Tests.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1 [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Simple1HttpSvc.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Simple1HttpSvc.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Simple1HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple1/Simple1HttpSvc.java [echo] service.class.files= Simple1HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple1/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple1 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple1HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/WSSimple1Http_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/Simple1HttpSvc.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/Tests.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/TestsImpl.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple1 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/WSSimple1Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/jakartaEE.tokens [echo] in wsejb: app.name=WSSimple1Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/jakartaEE.tokens [echo] in wsappclient:: app.name=WSSimple1Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple1HttpSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple1HttpSvc.wsdl [echo] service.java.files= Simple1HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple1/Simple1HttpSvc.java [echo] service.class.files= Simple1HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple1/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple1 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple1HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSSimple1Http [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/WSSimple1Http_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/WSSimple1Http_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/WSSimple1Http_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/WSSimple1Http_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple1HttpSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple1HttpSvc.wsdl [echo] service.java.files= Simple1HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple1/Simple1HttpSvc.java [echo] service.class.files= Simple1HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple1/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple1 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple1HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSSimple1Http [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/WSSimple1Http_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/WSSimple1Http_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/WSSimple1Http_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Simple1HttpSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Simple1HttpSvc.wsdl [echo] service.java.files= Simple1HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple1/Simple1HttpSvc.java [echo] service.class.files= Simple1HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple1/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple1 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple1HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSSimple1Http [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/WSSimple1Http_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/WSSimple1Http_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/Simple2HttpSvc.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple2 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/simple2 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/Simple2HttpSvc.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/simple2/Simple2HttpSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/simple2/Tests.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/Simple2HttpSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/Tests.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2 [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Simple2HttpSvc.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Simple2HttpSvc.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Simple2HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple2/Simple2HttpSvc.java [echo] service.class.files= Simple2HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple2/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple2 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple2HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/WSSimple2Http_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/Simple2HttpSvc.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/Tests.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/TestsImpl.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple2 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/WSSimple2Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/jakartaEE.tokens [echo] in wsejb: app.name=WSSimple2Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/jakartaEE.tokens [echo] in wsappclient:: app.name=WSSimple2Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple2HttpSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple2HttpSvc.wsdl [echo] service.java.files= Simple2HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple2/Simple2HttpSvc.java [echo] service.class.files= Simple2HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple2/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple2 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple2HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSSimple2Http [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/WSSimple2Http_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/WSSimple2Http_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/WSSimple2Http_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/WSSimple2Http_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple2HttpSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple2HttpSvc.wsdl [echo] service.java.files= Simple2HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple2/Simple2HttpSvc.java [echo] service.class.files= Simple2HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple2/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple2 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple2HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSSimple2Http [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/WSSimple2Http_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/WSSimple2Http_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/WSSimple2Http_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Simple2HttpSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Simple2HttpSvc.wsdl [echo] service.java.files= Simple2HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple2/Simple2HttpSvc.java [echo] service.class.files= Simple2HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple2/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple2 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple2HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSSimple2Http [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/WSSimple2Http_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/WSSimple2Http_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/std/svc/Simple3HttpSvc.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple3 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/simple3 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/std/svc/Simple3HttpSvc.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/simple3/Simple3HttpSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/simple3/Tests.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/Simple3HttpSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/Tests.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3 [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/std/svc/Simple3HttpSvc.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/std/svc/Simple3HttpSvc.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Simple3HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple3/Simple3HttpSvc.java [echo] service.class.files= Simple3HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple3/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple3 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple3HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/WSSimple3Http_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/Simple3HttpSvc.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/Tests.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/TestsImpl.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple3 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/WSSimple3Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/jakartaEE.tokens [echo] in wsejb: app.name=WSSimple3Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/jakartaEE.tokens [echo] in wsappclient:: app.name=WSSimple3Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using HTTP publishing [echo] Copying templates that will use appname_web as the contextRoot (servlet base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc/Simple3HttpSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc/Simple3HttpSvc.wsdl [echo] service.java.files= Simple3HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple3/Simple3HttpSvc.java [echo] service.class.files= Simple3HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple3/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple3 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple3HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSSimple3Http [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/WSSimple3Http_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/WSSimple3Http_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/WSSimple3Http_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/WSSimple3Http_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc/Simple3HttpSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc/Simple3HttpSvc.wsdl [echo] service.java.files= Simple3HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple3/Simple3HttpSvc.java [echo] service.class.files= Simple3HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple3/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple3 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple3HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSSimple3Http [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/WSSimple3Http_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/WSSimple3Http_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/WSSimple3Http_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/std/svc/Simple3HttpSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/std/svc/Simple3HttpSvc.wsdl [echo] service.java.files= Simple3HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple3/Simple3HttpSvc.java [echo] service.class.files= Simple3HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple3/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple3 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple3HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSSimple3Http [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/WSSimple3Http_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/WSSimple3Http_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/Simple4HttpSvc.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple4 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/simple4 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/Simple4HttpSvc.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/simple4/Simple4HttpSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/simple4/Tests.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/Simple4HttpSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/Tests.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple4HttpSvc.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple4HttpSvc.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Simple4HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple4/Simple4HttpSvc.java [echo] service.class.files= Simple4HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple4/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple4 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple4HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/ejbendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/WSSimple4Http_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/simple4/Simple4HttpSvc.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/simple4/Tests.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/simple4/TestsBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple4 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/WSSimple4Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/jakartaEE.tokens [echo] in wsejb: app.name=WSSimple4Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/jakartaEE.tokens [echo] in wsappclient:: app.name=WSSimple4Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple4HttpSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple4HttpSvc.wsdl [echo] service.java.files= Simple4HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple4/Simple4HttpSvc.java [echo] service.class.files= Simple4HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple4/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple4 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple4HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSSimple4Http [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/WSSimple4Http_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple4 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/WSSimple4Http_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/WSSimple4Http_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/WSSimple4Http_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple4HttpSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple4HttpSvc.wsdl [echo] service.java.files= Simple4HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple4/Simple4HttpSvc.java [echo] service.class.files= Simple4HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple4/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple4 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple4HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSSimple4Http [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/WSSimple4Http_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/WSSimple4Http_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/WSSimple4Http_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Simple4HttpSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Simple4HttpSvc.wsdl [echo] service.java.files= Simple4HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple4/Simple4HttpSvc.java [echo] service.class.files= Simple4HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple4/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple4 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple4HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSSimple4Http [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/WSSimple4Http_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple4 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/WSSimple4Http_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple4/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/Simple5HttpSvc.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple5 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/simple5 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/Simple5HttpSvc.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/simple5/Simple5HttpSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/simple5/Tests.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/Simple5HttpSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/Tests.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple5HttpSvc.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple5HttpSvc.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Simple5HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple5/Simple5HttpSvc.java [echo] service.class.files= Simple5HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple5/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple5 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple5HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/ejbendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple5 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/WSSimple5Http_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/simple5/Simple5HttpSvc.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/simple5/Tests.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/simple5/TestsBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple5 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/WSSimple5Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/jakartaEE.tokens [echo] in wsejb: app.name=WSSimple5Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/jakartaEE.tokens [echo] in wsappclient:: app.name=WSSimple5Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple5HttpSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple5HttpSvc.wsdl [echo] service.java.files= Simple5HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple5/Simple5HttpSvc.java [echo] service.class.files= Simple5HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple5/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple5 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple5HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSSimple5Http [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/WSSimple5Http_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple5 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/WSSimple5Http_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/WSSimple5Http_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple5 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/WSSimple5Http_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/Simple5HttpSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/Simple5HttpSvc.wsdl [echo] service.java.files= Simple5HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple5/Simple5HttpSvc.java [echo] service.class.files= Simple5HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple5/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple5 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple5HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSSimple5Http [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/WSSimple5Http_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/WSSimple5Http_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple5 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/WSSimple5Http_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/Simple5HttpSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/Simple5HttpSvc.wsdl [echo] service.java.files= Simple5HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple5/Simple5HttpSvc.java [echo] service.class.files= Simple5HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple5/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple5 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple5HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSSimple5Http [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/WSSimple5Http_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple5 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/WSSimple5Http_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple5/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/std/svc/Simple6HttpSvc.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple6 [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/simple6 [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6 [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6 [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/std/svc/Simple6HttpSvc.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/simple6/Simple6HttpSvc.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/simple6/Tests.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/Simple6HttpSvc.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/Tests.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/jakartaEE.sun-web.xml to copy. vehicles_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc/Simple6HttpSvc.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc/Simple6HttpSvc.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= Simple6HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple6/Simple6HttpSvc.java [echo] service.class.files= Simple6HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple6/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple6 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/endpoint [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple6HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/ejbendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple6 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/WSSimple6Http_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/simple6/Simple6HttpSvc.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/simple6/Tests.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/simple6/TestsBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple6 [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/WSSimple6Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} annotate_vehicles: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/jakartaEE.tokens [echo] creating annotated vehicle files for wsejb vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java create.java.file: [echo] in wsejb: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/jakartaEE.tokens [echo] in wsejb: app.name=WSSimple6Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsejb compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsejb build: [echo] creating annotated vehicle files for wsservlet vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java create.java.file: [echo] in wsservlet: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsservlet compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsservlet build: [echo] creating annotated vehicle files for wsappclient vehicle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: clean: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java create.java.file: [echo] in wsappclient: filter.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/jakartaEE.tokens [echo] in wsappclient:: app.name=WSSimple6Http [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/common/vehicle/wsappclient compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/vehicle/wsappclient build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_client_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/jakartaEE.tokens [echo] numservices= [echo] vehicle=wsejb [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsservlet [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] vehicle=wsappclient [echo] Using HTTP publishing [echo] Copying templates that will use appname as the contextRoot (ejb base endpoint) [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] the.vehicle=wsejb [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc/Simple6HttpSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsejb [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsejb vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc/Simple6HttpSvc.wsdl [echo] service.java.files= Simple6HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple6/Simple6HttpSvc.java [echo] service.class.files= Simple6HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple6/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple6 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/wsejb [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/wsejb [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple6HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsejb [echo] vehicleoverride: wsejb [echo] name: WSSimple6Http [echo] vehicle: wsejb [echo] Building wsejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/WSSimple6Http_wsejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple6 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/WSSimple6Http_wsejb_vehicle_client.jar [preservejar] com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/WSSimple6Http_wsejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple6 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/WSSimple6Http_wsejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsejb [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/wsejb [echo] the.vehicle=wsappclient [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/std/svc/Simple6HttpSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsappclient [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsappclient vehicle in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/std/svc/Simple6HttpSvc.wsdl [echo] service.java.files= Simple6HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple6/Simple6HttpSvc.java [echo] service.class.files= Simple6HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple6/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple6 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/wsappclient [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/wsappclient [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple6HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsappclient [echo] vehicleoverride: wsappclient [echo] name: WSSimple6Http [echo] vehicle: wsappclient [echo] Building wsappclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/WSSimple6Http_wsappclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/WSSimple6Http_wsappclient_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple6 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/WSSimple6Http_wsappclient_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsappclient [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/wsappclient [echo] the.vehicle=wsservlet [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/std/svc/Simple6HttpSvc.wsdl [echo] platform.mode=jakartaEE [echo] wsdl.location=${wsdl.location} [echo] the.vehicle=wsservlet [echo] the.vehicles=wsejb wsservlet wsappclient [echo] Correcting the wsdl location for the wsservlet vehicle in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/std/svc/Simple6HttpSvc.wsdl [echo] service.java.files= Simple6HttpSvc.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple6/Simple6HttpSvc.java [echo] service.class.files= Simple6HttpSvc.class [echo] sei.java.files= Tests.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/simple6/Tests.java [echo] sei.class.files= Tests.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/simple6 [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/wsservlet [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/wsservlet [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Tests.java) [echo] GSI=( Simple6HttpSvc.java) [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [echo] vehiclestobuild: wsservlet [echo] vehicleoverride: wsservlet [echo] name: WSSimple6Http [echo] vehicle: wsservlet [echo] Building wsservlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/WSSimple6Http_wsservlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AnnotationUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper$Pixel.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/AttachmentHelper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Constants.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HTTPSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/HandlerTracker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Handler_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Data.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/JAXWS_Util.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/LogicalHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/Modules.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/RequestConformanceChecker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/SOAPHandlerBase2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/common/XMLUtils.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxws/wsi/constants/WSIConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple6 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/WSSimple6Http_wsservlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] removing the new SEI and GSI sources for vehicle: wsservlet [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/simple6/wsservlet package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/svc1/Twin1HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/svc1/Twin1HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Twin1HttpSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Twin1HttpSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/svc2/Twin1HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/svc2/Twin1HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Twin1HttpSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Twin1HttpSvc2.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/svc1/Twin1HttpSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/svc1/Twin1HttpSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/WSTwin1Http_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Tests1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Tests2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/TestsImpl1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/TestsImpl2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Twin1HttpSvc1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Twin1HttpSvc2.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/WSTwin1Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/svc1/Twin1HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin1HttpSvc1.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client [echo] wsdlLocation=META-INF/wsdl/svc1/Twin1HttpSvc1.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin1HttpSvc1.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/svc1/Twin1HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/customfile.xml -wsdllocation META-INF/wsdl/svc1/Twin1HttpSvc1.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/Twin1HttpSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/Twin1HttpSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/svc2/Twin1HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/svc2/Twin1HttpSvc2.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client [echo] wsdlLocation=META-INF/wsdl/svc2/Twin1HttpSvc2.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc2/Twin1HttpSvc2.wsdl [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/svc2/Twin1HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/customfile2.xml -wsdllocation META-INF/wsdl/svc2/Twin1HttpSvc2.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/Twin1HttpSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/Twin1HttpSvc2.java [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/WSTwin1HttpClnt_client.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/Client.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/Twin1HttpSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/Twin1HttpSvc2.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/WSTwin1HttpClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/client/WSTwin1HttpClnt.ear [preservejar] WSTwin1HttpClnt_client.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/svc1/Twin1HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/svc1/Twin1HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Twin1HttpSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Twin1HttpSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/svc2/Twin1HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/svc2/Twin1HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Twin1HttpSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Twin1HttpSvc2.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/svc1/Twin1HttpSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/svc1/Twin1HttpSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/WSTwin1Http_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Tests1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Tests2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/TestsImpl1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/TestsImpl2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Twin1HttpSvc1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/Twin1HttpSvc2.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/WSTwin1Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/svc1/Twin2HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/svc1/Twin2HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Twin2HttpSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Twin2HttpSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/svc2/Twin2HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/svc2/Twin2HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Twin2HttpSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Twin2HttpSvc2.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/svc1/Twin2HttpSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/svc1/Twin2HttpSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/WSTwin2Http_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Tests1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Tests2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/TestsImpl1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/TestsImpl2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Twin2HttpSvc1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Twin2HttpSvc2.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/WSTwin2Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/svc1/Twin2HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin2HttpSvc1.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client [echo] wsdlLocation=META-INF/wsdl/svc1/Twin2HttpSvc1.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin2HttpSvc1.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/svc1/Twin2HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/customfile.xml -wsdllocation META-INF/wsdl/svc1/Twin2HttpSvc1.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/Twin2HttpSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/Twin2HttpSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/svc2/Twin2HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/svc2/Twin2HttpSvc2.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client [echo] wsdlLocation=META-INF/wsdl/svc2/Twin2HttpSvc2.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc2/Twin2HttpSvc2.wsdl [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/svc2/Twin2HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/customfile2.xml -wsdllocation META-INF/wsdl/svc2/Twin2HttpSvc2.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/Twin2HttpSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/Twin2HttpSvc2.java [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/WSTwin2HttpClnt_client.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/Client.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/Twin2HttpSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/Twin2HttpSvc2.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/WSTwin2HttpClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/client/WSTwin2HttpClnt.ear [preservejar] WSTwin2HttpClnt_client.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/svc1/Twin2HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/svc1/Twin2HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Twin2HttpSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Twin2HttpSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/svc2/Twin2HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/svc2/Twin2HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Twin2HttpSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Twin2HttpSvc2.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/svc1/Twin2HttpSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/svc1/Twin2HttpSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/WSTwin2Http_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Tests1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Tests2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/TestsImpl1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/TestsImpl2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Twin2HttpSvc1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/Twin2HttpSvc2.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/WSTwin2Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/svc1/Twin3HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/svc1/Twin3HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Twin3HttpSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Twin3HttpSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/svc2/Twin3HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/svc2/Twin3HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Twin3HttpSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Twin3HttpSvc2.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin3HttpSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/svc1/Twin3HttpSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using http publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/ejbendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/WSTwin3Http_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/TestsBean1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/TestsBean2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Twin3HttpSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Twin3HttpSvc2.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/WSTwin3Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/svc1/Twin3HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin3HttpSvc1.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client [echo] wsdlLocation=META-INF/wsdl/svc1/Twin3HttpSvc1.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin3HttpSvc1.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/svc1/Twin3HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/customfile.xml -wsdllocation META-INF/wsdl/svc1/Twin3HttpSvc1.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/Twin3HttpSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/Twin3HttpSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/svc2/Twin3HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/svc2/Twin3HttpSvc2.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client [echo] wsdlLocation=META-INF/wsdl/svc2/Twin3HttpSvc2.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc2/Twin3HttpSvc2.wsdl [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/svc2/Twin3HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/customfile2.xml -wsdllocation META-INF/wsdl/svc2/Twin3HttpSvc2.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/Twin3HttpSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/Twin3HttpSvc2.java [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/WSTwin3HttpClnt_client.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/Client.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/Twin3HttpSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/Twin3HttpSvc2.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/WSTwin3HttpClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/client/WSTwin3HttpClnt.ear [preservejar] WSTwin3HttpClnt_client.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/svc1/Twin3HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/svc1/Twin3HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Twin3HttpSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Twin3HttpSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/svc2/Twin3HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/svc2/Twin3HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Twin3HttpSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Twin3HttpSvc2.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin3HttpSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/svc1/Twin3HttpSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using http publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/ejbendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/WSTwin3Http_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/TestsBean1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/TestsBean2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Twin3HttpSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/Twin3HttpSvc2.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin3/server/WSTwin3Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/svc1/Twin4HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/svc1/Twin4HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Twin4HttpSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Twin4HttpSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/svc2/Twin4HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/svc2/Twin4HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Twin4HttpSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Twin4HttpSvc2.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin4HttpSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/svc1/Twin4HttpSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using http publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/ejbendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/WSTwin4Http_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/TestsBean1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/TestsBean2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Twin4HttpSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Twin4HttpSvc2.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/WSTwin4Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/svc1/Twin4HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin4HttpSvc1.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client [echo] wsdlLocation=META-INF/wsdl/svc1/Twin4HttpSvc1.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin4HttpSvc1.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/svc1/Twin4HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/customfile.xml -wsdllocation META-INF/wsdl/svc1/Twin4HttpSvc1.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/Twin4HttpSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/Twin4HttpSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/svc2/Twin4HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/svc2/Twin4HttpSvc2.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client [echo] wsdlLocation=META-INF/wsdl/svc2/Twin4HttpSvc2.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc2/Twin4HttpSvc2.wsdl [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/svc2/Twin4HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/customfile2.xml -wsdllocation META-INF/wsdl/svc2/Twin4HttpSvc2.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/Twin4HttpSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/Twin4HttpSvc2.java [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/WSTwin4HttpClnt_client.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/Client.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/Twin4HttpSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/Twin4HttpSvc2.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/WSTwin4HttpClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/client/WSTwin4HttpClnt.ear [preservejar] WSTwin4HttpClnt_client.jar already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/svc1/Twin4HttpSvc1.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/svc1/Twin4HttpSvc1.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/customfile.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Tests1.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Twin4HttpSvc1.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Tests1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Twin4HttpSvc1.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/jakartaEE-sun-jaxws.xml to copy. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/svc2/Twin4HttpSvc2.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] tmp.wsdl.location=@wsdlLocation@ [echo] pkg.dir=com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] wsdlLocation=${wsdl.location} [echo] tmp.wsdl.location=@wsdlLocation@ [echo] binding files=customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/svc2/Twin4HttpSvc2.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/customfile2.xml -wsdllocation @wsdlLocation@ [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Tests2.java [wsimport] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Twin4HttpSvc2.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Tests2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/generated_sources/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Twin4HttpSvc2.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: -postcompile: copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/jakartaEE.tokens [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/jakartaEE.sun-web.xml to copy. webservice_import_package: [echo] inf.wsdl.location=META-INF/wsdl [echo] tmp.wsdl.location=META-INF/wsdl/svc1/Twin4HttpSvc1.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:META-INF/wsdl/svc1/Twin4HttpSvc1.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= ${service.names}.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/${service.names}.java [echo] service.class.files= ${service.names}.class [echo] sei.java.files= ${_sei.names.tmp}.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/${_sei.names.tmp}.java [echo] sei.class.files= ${_sei.names.tmp}.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( ${_sei.names.tmp}.java) [echo] GSI=( ${service.names}.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/jakartaEE.tokens [echo] numservices=numservices2 [echo] Using http publishing for an ejb endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/ejbendpointnumservices2 [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/WSTwin4Http_ejb.jar [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Tests1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Tests2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/TestsBean1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/TestsBean2.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Twin4HttpSvc1.class already added, skipping [preservejar] com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/Twin4HttpSvc2.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices12/wsdlImport/http/twin4/server/WSTwin4Http.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/customfile.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/Hello.java [wsimport] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/HelloService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/generated_sources/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/generated_sources/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/HelloService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/WSEjbPkgInWarUnderWebInfLibTest_ejb.jar [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/HelloBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/HelloIF.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/WSEjbPkgInWarUnderWebInfLibTest_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/WSEjbPkgInWarUnderWebInfLibTest.ear [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/WSEjbPkgInWarUnderWebInfLibTestClnt_client.jar [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/HelloIF.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/HelloService.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/WSEjbPkgInWarUnderWebInfLibTestClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfLibTest/WSEjbPkgInWarUnderWebInfLibTestClnt.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/customfile.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/Hello.java [wsimport] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/HelloService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/generated_sources/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/generated_sources/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/HelloService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/WSEjbPkgInWarUnderWebInfTest_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/Hello.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/HelloBean.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/HelloIF.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/WSEjbPkgInWarUnderWebInfTest.ear [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/WSEjbPkgInWarUnderWebInfTestClnt_client.jar [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/HelloIF.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/HelloService.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/WSEjbPkgInWarUnderWebInfTestClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbPkgInWarUnderWebInfTest/WSEjbPkgInWarUnderWebInfTestClnt.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/HelloService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest [echo] wsdlLocation=META-INF/wsdl/HelloService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/HelloService.wsdl [echo] binding files=customfile.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/HelloService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/customfile.xml -wsdllocation META-INF/wsdl/HelloService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/Hello.java [wsimport] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/WSEjbSingletonTestHelloService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/generated_sources/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/Hello.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/generated_sources/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/WSEjbSingletonTestHelloService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/WSEjbSingletonTest_ejb.jar [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/Hello.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/HelloBean.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/WSEjbSingletonTest.ear [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/WSEjbSingletonTestClnt_client.jar [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/Hello.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/WSEjbSingletonTestClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbSingletonTest/WSEjbSingletonTestClnt.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest [echo] wsdlLocation=META-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] binding files=custom-server.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/custom-server.xml -wsdllocation META-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/Echo.java [wsimport] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/EchoService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_sources/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_sources/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/EchoService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/WSEjbWSRefAndAddressingCombinedTest_ejb.jar [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/Echo.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/EchoBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/ServerSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/TestConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/WSEjbWSRefAndAddressingCombinedTest.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_ejb_appclient_container: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest [echo] wsdlLocation=META-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] binding files=custom-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/custom-client.xml -wsdllocation META-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/Echo.java [wsimport] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/EchoService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_sources/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_sources/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/EchoService.java [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/WSEjbWSRefAndAddressingCombinedTestClnt_client.jar [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/ClientSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/Echo.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/EchoService.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/TestConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/WSEjbWSRefAndAddressingCombinedTestClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/WSEjbWSRefAndAddressingCombinedTestClnt_ejb.jar [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/Echo.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/EchoService.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/TestConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_web_container: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest [echo] wsdlLocation=WEB-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] binding files=custom-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/custom-client.xml -wsdllocation WEB-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/Echo.java [wsimport] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/EchoService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_sources/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/generated_sources/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/EchoService.java [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/WSEjbWSRefAndAddressingCombinedTestClnt_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/Echo.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/EchoService.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/TestConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/WSEjbWSRefAndAddressingCombinedTestClnt.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefAndAddressingCombinedTest/application.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest [echo] wsdlLocation=META-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] binding files=custom-server.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/custom-server.xml -wsdllocation META-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/Echo.java [wsimport] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/EchoService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_sources/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_sources/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/EchoService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/jakartaEE-sun-jaxws.xml to copy. [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/WSEjbWSRefRespBindAndAddressingCombinedTest_ejb.jar [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/Echo.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/EchoBean.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/ServerSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/TestConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/WSEjbWSRefRespBindAndAddressingCombinedTest.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_ejb_appclient_container: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest [echo] wsdlLocation=META-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] binding files=custom-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/custom-client.xml -wsdllocation META-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/Echo.java [wsimport] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/EchoService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_sources/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_sources/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/EchoService.java [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/WSEjbWSRefRespBindAndAddressingCombinedTestClnt_client.jar [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/ClientSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/Echo.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/EchoService.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/TestConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/WSEjbWSRefRespBindAndAddressingCombinedTestClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/WSEjbWSRefRespBindAndAddressingCombinedTestClnt_ejb.jar [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/Echo.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/EchoService.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/TestConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_web_container: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest [echo] wsdlLocation=WEB-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] binding files=custom-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/custom-client.xml -wsdllocation WEB-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/Echo.java [wsimport] com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/EchoService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_sources/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/generated_sources/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/EchoService.java [move] Moving 4 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/WSEjbWSRefRespBindAndAddressingCombinedTestClnt_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/Echo.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/EchoService.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/TestConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/WSEjbWSRefRespBindAndAddressingCombinedTestClnt.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/ejb/annotations/WSEjbWSRefRespBindAndAddressingCombinedTest/application.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb/annotations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/ejb [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [echo] wsdlLocation=WEB-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] binding files=custom-server.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/custom-server.xml -wsdllocation WEB-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo2.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/EchoService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/EchoService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/jakartaEE-sun-jaxws.xml to copy. [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/WSAddressingFeaturesTestUsingAnnotations_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo2Impl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/EchoImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/ServerSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/TestConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/WSAddressingFeaturesTestUsingAnnotations.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_ejb_appclient_container: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [echo] wsdlLocation=META-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] binding files=custom-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/custom-client.xml -wsdllocation META-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo2.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/EchoService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/EchoService.java [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/WSAddressingFeaturesTestUsingAnnotationsClnt_client.jar [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Client.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/ClientSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo2.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/EchoService.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/TestConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/WSAddressingFeaturesTestUsingAnnotationsClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/WSAddressingFeaturesTestUsingAnnotationsClnt_ejb.jar [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo2.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/EchoService.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/TestConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_web_container: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [echo] wsdlLocation=WEB-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] binding files=custom-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/custom-client.xml -wsdllocation WEB-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo2.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/EchoService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/EchoService.java [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/WSAddressingFeaturesTestUsingAnnotationsClnt_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/Echo2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/EchoService.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/TestConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/WSAddressingFeaturesTestUsingAnnotationsClnt.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingAnnotations/application.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [echo] wsdlLocation=WEB-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] binding files=custom-server.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/custom-server.xml -wsdllocation WEB-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo2.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo3.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo4.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/EchoService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo3.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo4.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/EchoService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/jakartaEE-sun-jaxws.xml to copy. [move] Moving 10 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/WSAddressingFeaturesTestUsingDDs_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo2Impl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo3Impl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo4Impl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/EchoImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/ServerSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/TestConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/WSAddressingFeaturesTestUsingDDs.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_ejb_appclient_container: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [echo] wsdlLocation=META-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] binding files=custom-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/custom-client.xml -wsdllocation META-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo2.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo3.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo4.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/EchoService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo3.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo4.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/EchoService.java [move] Moving 10 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/WSAddressingFeaturesTestUsingDDsClnt_client.jar [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Client.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/ClientSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo2.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo3.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo4.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/EchoService.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/EjbClientIF.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/TestConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/WSAddressingFeaturesTestUsingDDsClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/WSAddressingFeaturesTestUsingDDsClnt_ejb.jar [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo2.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo3.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo4.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/EchoService.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/TestConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_web_container: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [echo] wsdlLocation=WEB-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] binding files=custom-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/custom-client.xml -wsdllocation WEB-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo2.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo3.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo4.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/EchoService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo3.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo4.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/EchoService.java [move] Moving 10 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/WSAddressingFeaturesTestUsingDDsClnt_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/Echo4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/EchoService.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/TestConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/WSAddressingFeaturesTestUsingDDsClnt.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/application.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTestService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=WEB-INF/wsdl/MTOMTestService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [echo] wsdlLocation=WEB-INF/wsdl/MTOMTestService.wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/MTOMTestService.wsdl [echo] binding files=custom-server.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTestService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/custom-server.xml -wsdllocation WEB-INF/wsdl/MTOMTestService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/DataType.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest1.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest2.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest3.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest4.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTestService.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/DataType.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest3.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest4.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTestService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/jakartaEE-sun-jaxws.xml to copy. [move] Moving 13 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/ServerSOAPHandler.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/WSMTOMFeaturesTestUsingAnnotations_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTestImpl1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTestImpl2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTestImpl3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTestImpl4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/ServerSOAPHandler.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/WSMTOMFeaturesTestUsingAnnotations.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_ejb_appclient_container: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTestService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/MTOMTestService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [echo] wsdlLocation=META-INF/wsdl/MTOMTestService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/MTOMTestService.wsdl [echo] binding files=custom-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTestService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/custom-client.xml -wsdllocation META-INF/wsdl/MTOMTestService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/DataType.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest1.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest2.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest3.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest4.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTestService.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/DataType.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest3.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest4.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTestService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/package-info.java [move] Moving 8 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/WSMTOMFeaturesTestUsingAnnotationsClnt_client.jar [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/Client.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/EjbClientIF.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest1.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest2.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest4.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTestService.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/WSMTOMFeaturesTestUsingAnnotationsClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/WSMTOMFeaturesTestUsingAnnotationsClnt_ejb.jar [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest1.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest2.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest4.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTestService.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_web_container: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTestService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=WEB-INF/wsdl/MTOMTestService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [echo] wsdlLocation=WEB-INF/wsdl/MTOMTestService.wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/MTOMTestService.wsdl [echo] binding files=custom-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTestService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/custom-client.xml -wsdllocation WEB-INF/wsdl/MTOMTestService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/DataType.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest1.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest2.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest3.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest4.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTestService.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/DataType.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest3.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest4.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTestService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/package-info.java [move] Moving 8 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/WSMTOMFeaturesTestUsingAnnotationsClnt_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTest4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/MTOMTestService.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/WSMTOMFeaturesTestUsingAnnotationsClnt.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingAnnotations/application.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTestService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=WEB-INF/wsdl/MTOMTestService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [echo] wsdlLocation=WEB-INF/wsdl/MTOMTestService.wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/MTOMTestService.wsdl [echo] binding files=custom-server.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTestService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/custom-server.xml -wsdllocation WEB-INF/wsdl/MTOMTestService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/DataType.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest1.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest2.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest3.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest4.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTestService.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/DataType.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest3.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest4.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTestService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/package-info.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/jakartaEE-sun-jaxws.xml to copy. [move] Moving 13 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/ServerSOAPHandler.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-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/WSMTOMFeaturesTestUsingDDs_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTestImpl1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTestImpl2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTestImpl3.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTestImpl4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/ServerSOAPHandler.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/WSMTOMFeaturesTestUsingDDs.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_ejb_appclient_container: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTestService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/MTOMTestService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [echo] wsdlLocation=META-INF/wsdl/MTOMTestService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/MTOMTestService.wsdl [echo] binding files=custom-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTestService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/custom-client.xml -wsdllocation META-INF/wsdl/MTOMTestService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/DataType.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest1.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest2.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest3.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest4.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTestService.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/DataType.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest3.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest4.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTestService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/package-info.java [move] Moving 8 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/WSMTOMFeaturesTestUsingDDsClnt_client.jar [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/Client.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/EjbClientIF.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest1.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest2.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest4.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTestService.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/WSMTOMFeaturesTestUsingDDsClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/WSMTOMFeaturesTestUsingDDsClnt_ejb.jar [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest1.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest2.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest4.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTestService.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_web_container: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTestService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=WEB-INF/wsdl/MTOMTestService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [echo] wsdlLocation=WEB-INF/wsdl/MTOMTestService.wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/MTOMTestService.wsdl [echo] binding files=custom-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTestService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/custom-client.xml -wsdllocation WEB-INF/wsdl/MTOMTestService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/DataType.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest1.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest2.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest3.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest4.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTestService.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/DataType.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest1.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest3.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest4.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTestService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/package-info.java [move] Moving 8 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/WSMTOMFeaturesTestUsingDDsClnt_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTest4.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/MTOMTestService.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/WSMTOMFeaturesTestUsingDDsClnt.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSMTOMFeaturesTestUsingDDs/application.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [echo] wsdlLocation=WEB-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] binding files=custom-server.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/custom-server.xml -wsdllocation WEB-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo2.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/EchoService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/EchoService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/jakartaEE-sun-jaxws.xml to copy. [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/WSRespBindAndAddressingTestUsingAnnotations_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo2Impl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/EchoImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/ServerSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/TestConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/WSRespBindAndAddressingTestUsingAnnotations.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_ejb_appclient_container: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [echo] wsdlLocation=META-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] binding files=custom-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/custom-client.xml -wsdllocation META-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo2.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/EchoService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/EchoService.java [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/WSRespBindAndAddressingTestUsingAnnotationsClnt_client.jar [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Client.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/ClientSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo2.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/EchoService.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/EjbClientIF.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/TestConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/WSRespBindAndAddressingTestUsingAnnotationsClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/WSRespBindAndAddressingTestUsingAnnotationsClnt_ejb.jar [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo2.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/EchoService.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/TestConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_web_container: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [echo] wsdlLocation=WEB-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] binding files=custom-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/custom-client.xml -wsdllocation WEB-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo2.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/EchoService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/generated_sources/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/EchoService.java [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/WSRespBindAndAddressingTestUsingAnnotationsClnt_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/Echo2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/EchoService.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/TestConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/WSRespBindAndAddressingTestUsingAnnotationsClnt.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/application.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_server: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [echo] wsdlLocation=WEB-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] binding files=custom-server.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/custom-server.xml -wsdllocation WEB-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo2.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/EchoService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/EchoService.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/jakartaEE-sun-jaxws.xml to copy. [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/WSRespBindAndAddressingTestUsingDDs_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo2Impl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/EchoImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/ServerSOAPHandler.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/TestConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/WSRespBindAndAddressingTestUsingDDs.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_ejb_appclient_container: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [echo] wsdlLocation=META-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] binding files=custom-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/custom-client.xml -wsdllocation META-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo2.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/EchoService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/EchoService.java [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/WSRespBindAndAddressingTestUsingDDsClnt_client.jar [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/ClientSOAPHandler.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo2.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/EchoService.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/TestConstants.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/WSRespBindAndAddressingTestUsingDDsClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/WSRespBindAndAddressingTestUsingDDsClnt_ejb.jar [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo2.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/EchoService.class already added, skipping [preservejar] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/TestConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_web_container: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [echo] wsdlLocation=WEB-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] binding files=custom-client.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/custom-client.xml -wsdllocation WEB-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo2.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/EchoService.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo2.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/generated_sources/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/EchoService.java [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/WSRespBindAndAddressingTestUsingDDsClnt_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/Echo2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/EchoService.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/TestConstants.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/WSRespBindAndAddressingTestUsingDDsClnt.ear [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingDDs/application.xml build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_java2wsdl_generate_server: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/EchoService.wsdl [echo] impl=com.sun.ts.tests.webservices13.servlet.WSWebServiceRefLookup.server.EchoImpl [echo] _impl=com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/EchoImpl [echo] _impl2=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/EchoImpl.class [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing Java-to-WSDL generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsgen] JAX-WS RI 3.0.0 [wsgen] command line: wsgen-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/generated_sources -verbose -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/el-impl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jmxremote_optional-repackaged.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.management.j2ee-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/ejb.security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/common-util.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/gmbal.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/bean-validator.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-hk2.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-jaxb.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-sse.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-processing.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jsonp-jaxrs.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-binding.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/guava.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-websocket-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-grizzly-extra-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/nucleus-grizzly-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-runtime-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-ri-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-commands.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/yasson.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-runtime.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.inject-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.validation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server -wsdl:soap1.1 -r /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server com.sun.ts.tests.webservices13.servlet.WSWebServiceRefLookup.server.EchoImpl [wsgen] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsgen] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/jaxws/EchoString.java [wsgen] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/jaxws/EchoStringResponse.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/jakartaEE.sun-web.xml to copy. j2w_webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/EchoService.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= EchoService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/EchoService.java [echo] service.class.files= EchoService.class [echo] sei.java.files= Echo.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/Echo.java [echo] sei.class.files= Echo.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Echo.java) [echo] GSI=( EchoService.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/WSWSRefLookup_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/EchoImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/jaxws/EchoString.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/jaxws/EchoStringResponse.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/WSWSRefLookup.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_ejb_appclient_container: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client [echo] wsdlLocation=META-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] binding files=customfile.xml customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/customfile2.xml -wsdllocation META-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/Echo.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/EchoService.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/EchoString.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/EchoStringResponse.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/EchoService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/EchoString.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/EchoStringResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/package-info.java [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/WSWSRefLookupClnt_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/WSWSRefLookupClnt_client.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/WSWSRefLookupClnt_ejb.jar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_web_container: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client [echo] wsdlLocation=WEB-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] binding files=customfile.xml customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/customfile.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/customfile2.xml -wsdllocation WEB-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/Echo.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/EchoService.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/EchoString.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/EchoStringResponse.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/EchoService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/EchoString.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/EchoStringResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/package-info.java [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/WSWSRefLookupClnt2_web.war [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/WSWSRefLookupClnt.ear [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/client/WSWSRefLookupClnt2.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_java2wsdl_generate_server: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/EchoService.wsdl [echo] impl=com.sun.ts.tests.webservices13.servlet.WSWebServiceRefLookup.server.EchoImpl [echo] _impl=com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/EchoImpl [echo] _impl2=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/EchoImpl.class [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing Java-to-WSDL generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsgen] JAX-WS RI 3.0.0 [wsgen] command line: wsgen-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/generated_sources -verbose -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/el-impl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jmxremote_optional-repackaged.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.management.j2ee-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/ejb.security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/common-util.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/gmbal.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/bean-validator.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-hk2.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-jaxb.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-sse.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-processing.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jsonp-jaxrs.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-binding.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/guava.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-websocket-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-grizzly-extra-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/nucleus-grizzly-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-runtime-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-ri-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-commands.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/yasson.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-runtime.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.inject-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.validation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server -wsdl:soap1.1 -r /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server com.sun.ts.tests.webservices13.servlet.WSWebServiceRefLookup.server.EchoImpl [wsgen] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsgen] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/jaxws/EchoString.java [wsgen] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/jaxws/EchoStringResponse.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/jakartaEE.sun-web.xml to copy. j2w_webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/EchoService.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= EchoService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/EchoService.java [echo] service.class.files= EchoService.class [echo] sei.java.files= Echo.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/Echo.java [echo] sei.class.files= Echo.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Echo.java) [echo] GSI=( EchoService.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/WSWSRefLookup_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/EchoImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/jaxws/EchoString.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/jaxws/EchoStringResponse.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/WSWSRefLookup.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: [echo] Building dependency dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_java2wsdl_generate_server: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/EchoService.wsdl [echo] impl=com.sun.ts.tests.webservices13.servlet.WSWebServiceRefLookupDDs.server.EchoImpl [echo] _impl=com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/EchoImpl [echo] _impl2=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/EchoImpl.class [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing Java-to-WSDL generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsgen] JAX-WS RI 3.0.0 [wsgen] command line: wsgen-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/generated_sources -verbose -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/el-impl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jmxremote_optional-repackaged.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.management.j2ee-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/ejb.security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/common-util.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/gmbal.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/bean-validator.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-hk2.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-jaxb.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-sse.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-processing.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jsonp-jaxrs.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-binding.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/guava.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-websocket-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-grizzly-extra-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/nucleus-grizzly-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-runtime-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-ri-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-commands.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/yasson.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-runtime.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.inject-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.validation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server -wsdl:soap1.1 -r /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server com.sun.ts.tests.webservices13.servlet.WSWebServiceRefLookupDDs.server.EchoImpl [wsgen] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsgen] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/jaxws/EchoString.java [wsgen] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/jaxws/EchoStringResponse.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/jakartaEE.sun-web.xml to copy. j2w_webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/EchoService.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= EchoService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/EchoService.java [echo] service.class.files= EchoService.class [echo] sei.java.files= Echo.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/Echo.java [echo] sei.class.files= Echo.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Echo.java) [echo] GSI=( EchoService.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/WSWSRefLookupDDs_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/EchoImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/jaxws/EchoString.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/jaxws/EchoStringResponse.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/WSWSRefLookupDDs.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [echo] copying wsdl and xsd from dependency directory [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_ejb_appclient_container: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client [echo] wsdlLocation=META-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=META-INF/wsdl/EchoService.wsdl [echo] binding files=customfile.xml customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/customfile2.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/customfile.xml -wsdllocation META-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/Echo.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/EchoService.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/EchoString.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/EchoStringResponse.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/EchoService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/EchoString.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/EchoStringResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/package-info.java [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/WSWSRefLookupDDsClnt_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/WSWSRefLookupDDsClnt_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/WSWSRefLookupDDsClnt_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src generate_client_for_web_container: [ts.clean.classes] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_wsdl2java_generate_client: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_sources [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/EchoService.wsdl [echo] class.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client [echo] wsdl.location already set, using it [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] pkg.dir=com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client [echo] _src.pkg.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client [echo] current.dir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client [echo] wsdlLocation=WEB-INF/wsdl/EchoService.wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] binding files=customfile.xml customfile2.xml [echo] excluded binding files= [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing WSDL-to-Java generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsimport] Consider using / so that wsimport won't do unnecessary compilation [wsimport] JAX-WS RI 3.0.0 [wsimport] command line: wsimport-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_sources -verbose -catalog /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/jaxws/common/xml/catalog/META-INF/jax-ws-catalog.xml /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/EchoService.wsdl -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/customfile2.xml -b /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/customfile.xml -wsdllocation WEB-INF/wsdl/EchoService.wsdl [wsimport] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsimport] parsing WSDL... [wsimport] [wsimport] [wsimport] [wsimport] Generating code... [wsimport] [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/Echo.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/EchoService.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/EchoString.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/EchoStringResponse.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/ObjectFactory.java [wsimport] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/package-info.java [wsimport] [wsimport] Compiling code... [wsimport] [wsimport] javac -d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_classes -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-rt.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/opt/jdk1.8.0_191/lib/tools.jar /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/Echo.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/EchoService.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/EchoString.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/EchoStringResponse.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/ObjectFactory.java /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/generated_sources/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/package-info.java [move] Moving 6 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/WSWSRefLookupDDsClnt2_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/WSWSRefLookupDDsClnt.ear [echo] Copying sun runtime file to dist Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/client/WSWSRefLookupDDsClnt2.ear [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do_java2wsdl_generate_server: [echo] wsdlFile=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/EchoService.wsdl [echo] impl=com.sun.ts.tests.webservices13.servlet.WSWebServiceRefLookupDDs.server.EchoImpl [echo] _impl=com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/EchoImpl [echo] _impl2=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/EchoImpl.class [echo] build.vi=false [echo] ---------------------------------------------------------- [echo] Doing Java-to-WSDL generation using the SUN specific tools [echo] ---------------------------------------------------------- [wsgen] JAX-WS RI 3.0.0 [wsgen] command line: wsgen-d /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/generated_classes -keep -s /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/generated_sources -verbose -classpath /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.jms-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.deploy-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.persistence-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authentication-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.authorization-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/el-impl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jmxremote_optional-repackaged.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.faces-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.servlet.jsp.jstl-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.management.j2ee-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/ejb.security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/security.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/common-util.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/deployment-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/gmbal.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/bean-validator.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-common.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-hk2.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-jaxb.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-sse.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-processing.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jsonp-jaxrs.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-media-json-binding.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jersey-container-servlet-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/guava.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.el-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-websocket-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-core.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-grizzly-client.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-grizzly-extra-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/nucleus-grizzly-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-server.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-container-servlet.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/tyrus-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-runtime-all.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/com.ibm.jbatch-ri-spi.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/glassfish-batch-commands.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/yasson.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-connector.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/javamail-runtime.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.websocket-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.concurrent-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.batch-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.security.enterprise-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.inject-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/jakarta.validation-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-tools.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/modules/webservices-api.jar:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server -wsdl:soap1.1 -r /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server com.sun.ts.tests.webservices13.servlet.WSWebServiceRefLookupDDs.server.EchoImpl [wsgen] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [wsgen] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/jaxws/EchoString.java [wsgen] com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/jaxws/EchoStringResponse.java [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/jakartaEE-sun-jaxws.xml to copy. [move] Moving 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes copy_webxml_file: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/jakartaEE.tokens [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/jakartaEE.webservices.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/jakartaEE.sun-web.xml to copy. j2w_webservice_import_package: [echo] inf.wsdl.location=WEB-INF/wsdl [echo] tmp.wsdl.location=WEB-INF/wsdl/EchoService.wsdl [echo] Correcting the wsdl location for the endpoint in the SEI and GSI [echo] The wsdl location will be set to:WEB-INF/wsdl/EchoService.wsdl [echo] The vehicle is: endpoint [echo] service.java.files= EchoService.java [echo] service.pkg.java.files= com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/EchoService.java [echo] service.class.files= EchoService.class [echo] sei.java.files= Echo.java [echo] sei.pkg.java.files= com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/Echo.java [echo] sei.class.files= Echo.class [echo] copying the SEI and GSI sources to com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/endpoint [echo] compiling the newly filtered SEI and GSI sources [echo] SEI=( Echo.java) [echo] GSI=( EchoService.java) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copy_endpoint_dd_files: [echo] Using filter file:/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/jakartaEE.tokens [echo] numservices= [echo] Using http publishing for a servlet endpoint [echo] template.dir.name = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/servletendpoint [echo] dest dir = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} copyendpointhandlerfile: [echo] Check if server-handler.xml file exists [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/WSWSRefLookupDDs_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/EchoImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/jaxws/EchoString.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/jaxws/EchoStringResponse.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server [echo] removing the new SEI and GSI sources for vehicle: endpoint [delete] Deleting directory /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/endpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/WSWSRefLookupDDs.ear [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src jaxws.dependency.checks: [echo] standalone.mode=${standalone.mode} [echo] ok.copy.templates.dd.files=true [echo] ok.copy.no.dd.files=${ok.copy.no.dd.files} removeendpointhandlerfile: [echo] Removing server-handler.xml file from classes dir package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/webservices13/servlet [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/api [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/api/jakarta [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/api/jakarta/websocket [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 49 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/websocket/api/jakarta/websocket build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/api/jakarta/websocket/closereason [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/websocket/api/jakarta/websocket/closereason build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/api/jakarta/websocket/decodeexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/websocket/api/jakarta/websocket/decodeexception build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/api/jakarta/websocket/deploymentException [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/websocket/api/jakarta/websocket/deploymentException build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/api/jakarta/websocket/encodeexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/websocket/api/jakarta/websocket/encodeexception build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [echo] Building dependencies----------------------------------------- [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build: [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/tsharness.jar [ts.lib.jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/lib/tsharness.jar [echo] Core harness library jar, 'tsharness.jar', has been built. [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/lib/deliverable/tck/TCKDeliverable.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [echo] Dependencies built-------------------------------------------- [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/common/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/websocket/common/client build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/common/impl [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/websocket/common/impl build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/common/io [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/websocket/common/io build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/common/stringbean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/websocket/common/stringbean build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/common/util [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 607 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/websocket/ee/jakarta/websocket build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpoint [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpoint/wsc_ee_clientendpoint_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpoint/wsc_ee_clientendpoint_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpoint build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/ws_ee_clientendpointconfig_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSTestServer.class already added, skipping [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/ws_ee_clientendpointconfig_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/ws_ee_clientendpointonmessage_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/ws_ee_clientendpointonmessage_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointreturntype [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointreturntype [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointreturntype/wsc_ee_clientendpointreturntype_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointreturntype/wsc_ee_clientendpointreturntype_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointreturntype build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/wsc_ee_coder_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/wsc_ee_coder_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/containerprovider [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/containerprovider/metainf [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.lib.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes/com/sun/ts/tests/websocket/ee/jakarta/websocket/containerprovider/metainf/wsc_ee_containerprovider_metainf_lib.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/containerprovider/metainf [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/containerprovider/metainf/wsc_ee_containerprovider_metainf_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/containerprovider/metainf/wsc_ee_containerprovider_metainf_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/containerprovider/metainf build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/containerprovider/vi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/containerprovider/vi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/containerprovider/vi/wsc_ee_containerprovider_vi_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/containerprovider/vi/wsc_ee_containerprovider_vi_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/containerprovider/vi build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/client/wsc_ee_endpoint_client_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/client/wsc_ee_endpoint_client_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/client build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/server/wsc_ee_endpoint_server_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/server/wsc_ee_endpoint_server_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/server build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/handshakeresponse [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/handshakeresponse [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/handshakeresponse/wsc_ee_jakarta_websocket_handshakeresponse_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/handshakeresponse/wsc_ee_jakarta_websocket_handshakeresponse_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/handshakeresponse build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/wsc_ee_programaticcoder_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/wsc_ee_programaticcoder_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/wsc_ee_jakarta_websocket_remoteendpoint_async_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/wsc_ee_jakarta_websocket_remoteendpoint_async_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/wsc_ee_jakarta_websocket_remoteendpoint_basic_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/wsc_ee_jakarta_websocket_remoteendpoint_basic_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async/wsc_ee_jakarta_websocket_remoteendpoint_usercoder_async_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async/wsc_ee_jakarta_websocket_remoteendpoint_usercoder_async_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler/wsc_ee_jakarta_websocket_remoteendpoint_usercoder_asynchandler_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler/wsc_ee_jakarta_websocket_remoteendpoint_usercoder_asynchandler_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/wsc_ee_jakarta_websocket_remoteendpoint_usercoder_basic_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/wsc_ee_jakarta_websocket_remoteendpoint_usercoder_basic_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/wsc_ee_jakarta_websocket_handshakerequest_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/wsc_ee_jakarta_websocket_handshakerequest_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/ws_ee_jakarta_websocket_server_pathparam_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/ws_ee_jakarta_websocket_server_pathparam_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfig [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfig [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfig/ws_ee_jakarta_websocket_server_appconfig_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfig/ws_ee_jakarta_websocket_server_appconfig_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfig build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfiginlib [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfiginlib/wsc_ee_server_appconfig_lib_config.jar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfiginlib/wsc_ee_server_appconfig_lib_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfiginlib/wsc_ee_server_appconfig_lib_config.jar [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfiginlib/wsc_ee_server_appconfig_lib_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfiginlib build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpoint [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpoint/wsc_ee_server_serverendpoint_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpoint/wsc_ee_server_serverendpoint_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpoint build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/wsc_ee_jakarta_websocket_server_serverendpointconfig_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/wsc_ee_jakarta_websocket_server_serverendpointconfig_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/wsc_ee_jakarta_websocket_server_serverendpointconfig_builder_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/wsc_ee_jakarta_websocket_server_serverendpointconfig_builder_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/wsc_ee_jakarta_websocket_server_serverendpointconfig_configurator_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/wsc_ee_jakarta_websocket_server_serverendpointconfig_configurator_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/session [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/ws_session_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSCloseTestServer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSCloseTestServer1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSCloseTestServer2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSTestServer.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSTestServerByte.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSTestServerPathParam.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSTestServerString.class already added, skipping [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/ws_session_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/session build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/wsc_ee_jakarta_websocket_session11_client_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/wsc_ee_jakarta_websocket_session11_client_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/common [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/wsc_ee_jakarta_websocket_session11_server_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/wsc_ee_jakarta_websocket_session11_server_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/sessionexception [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/sessionexception [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/sessionexception/ws_sessionexception_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/websocket/ee/jakarta/websocket/sessionexception/WSTestServer.class already added, skipping [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/sessionexception/ws_sessionexception_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/sessionexception build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/ee_java_websocket_throwingcoder_annotated_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/ee_java_websocket_throwingcoder_annotated_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketcontainer [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketcontainer [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketcontainer/ws_websocketcontainer_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketcontainer/WSTestServer.class already added, skipping [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketcontainer/ws_websocketcontainer_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketcontainer build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/ws_ee_websocketmessage_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/ws_ee_websocketmessage_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessagereturntype [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessagereturntype [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessagereturntype/ws_ee_websocketmessagereturntype_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessagereturntype/ws_ee_websocketmessagereturntype_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessagereturntype build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 108 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/websocket/negdep build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onclose [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onclose [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onclose/wsc_negdep_invalidpathparamtype_pasrv_onclose_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onclose/wsc_negdep_invalidpathparamtype_pasrv_onclose_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onclose build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onerror [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onerror [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onerror/wsc_negdep_invalidpathparamtype_pasrv_onerror_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onerror/wsc_negdep_invalidpathparamtype_pasrv_onerror_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onerror build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onmessage [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onmessage [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onmessage/wsc_negdep_invalidpathparamtype_pasrv_onmessage_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onmessage/wsc_negdep_invalidpathparamtype_pasrv_onmessage_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onmessage build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onopen [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onopen [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onopen/wsc_negdep_invalidpathparamtype_pasrv_onopen_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onopen/wsc_negdep_invalidpathparamtype_pasrv_onopen_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onopen build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onclose [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onclose [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onclose/wsc_negdep_invalidpathparamtype_srv_onclose_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onclose/wsc_negdep_invalidpathparamtype_srv_onclose_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onclose build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onerror [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onerror [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onerror/wsc_negdep_invalidpathparamtype_srv_onerror_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onerror/wsc_negdep_invalidpathparamtype_srv_onerror_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onerror build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onmessage [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onmessage [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onmessage/wsc_negdep_invalidpathparamtype_srv_onmessage_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onmessage/wsc_negdep_invalidpathparamtype_srv_onmessage_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onmessage build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onopen [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onopen [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onopen/wsc_negdep_invalidpathparamtype_srv_onopen_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onopen/wsc_negdep_invalidpathparamtype_srv_onopen_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onopen build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/malformedpath [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/malformedpath [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/malformedpath/wsc_negdep_malformedpath_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/malformedpath/wsc_negdep_malformedpath_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/malformedpath build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/multiplepaths [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/multiplepaths [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/multiplepaths/wsc_negdep_multiplepaths_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/multiplepaths/wsc_negdep_multiplepaths_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/multiplepaths build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onclose [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onclose/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onclose/client/duplicate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onclose/client/duplicate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onclose/client/duplicate/wsc_negdep_onclose_client_duplicate_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onclose/client/duplicate/wsc_negdep_onclose_client_duplicate_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onclose/client/duplicate build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onclose/client/toomanyargs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onclose/client/toomanyargs [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onclose/client/toomanyargs/wsc_negdep_onclose_client_toomanyarguments_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onclose/client/toomanyargs/wsc_negdep_onclose_client_toomanyarguments_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onclose/client/toomanyargs build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onclose/srv [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onclose/srv/duplicate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onclose/srv/duplicate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onclose/srv/duplicate/wsc_negdep_onclose_srv_duplicate_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onclose/srv/duplicate/wsc_negdep_onclose_srv_duplicate_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onclose/srv/duplicate build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onclose/srv/toomanyargs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onclose/srv/toomanyargs [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onclose/srv/toomanyargs/wsc_negdep_onclose_srv_toomanyarguments_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onclose/srv/toomanyargs/wsc_negdep_onclose_srv_toomanyarguments_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onclose/srv/toomanyargs build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onerror [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onerror/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onerror/client/duplicate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onerror/client/duplicate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onerror/client/duplicate/wsc_negdep_onerror_client_duplicate_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onerror/client/duplicate/wsc_negdep_onerror_client_duplicate_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onerror/client/duplicate build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onerror/client/toomanyargs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onerror/client/toomanyargs [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onerror/client/toomanyargs/wsc_negdep_onerror_client_toomanyarguments_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onerror/client/toomanyargs/wsc_negdep_onerror_client_toomanyarguments_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onerror/client/toomanyargs build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onerror/srv [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onerror/srv/duplicate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onerror/srv/duplicate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onerror/srv/duplicate/wsc_negdep_onerror_srv_duplicate_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onerror/srv/duplicate/wsc_negdep_onerror_srv_duplicate_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onerror/srv/duplicate build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onerror/srv/toomanyargs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onerror/srv/toomanyargs [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onerror/srv/toomanyargs/wsc_negdep_onerror_srv_toomanyarguments_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onerror/srv/toomanyargs/wsc_negdep_onerror_srv_toomanyarguments_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onerror/srv/toomanyargs build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/client/binarybytebufferint [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/binarybytebufferint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/binarybytebufferint/wsc_negdep_onmessage_client_binarybytebufferint_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/binarybytebufferint/wsc_negdep_onmessage_client_binarybytebufferint_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/binarybytebufferint build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/client/binaryduplicate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/binaryduplicate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/binaryduplicate/wsc_negdep_onmessage_client_binaryduplicate_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/binaryduplicate/wsc_negdep_onmessage_client_binaryduplicate_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/binaryduplicate build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/client/binaryinputstreamboolean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/binaryinputstreamboolean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/binaryinputstreamboolean/wsc_negdep_onmessage_client_binaryinputstreamboolean_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/binaryinputstreamboolean/wsc_negdep_onmessage_client_binaryinputstreamboolean_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/binaryinputstreamboolean build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/client/nodecoder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/nodecoder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/nodecoder/wsc_negdep_onmessage_client_nodecoder_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/nodecoder/wsc_negdep_onmessage_client_nodecoder_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/nodecoder build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/client/pongboolean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/pongboolean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/pongboolean/wsc_negdep_onmessage_client_pongboolean_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/pongboolean/wsc_negdep_onmessage_client_pongboolean_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/pongboolean build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/client/pongduplicate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/pongduplicate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/pongduplicate/wsc_negdep_onmessage_client_pongduplicate_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/pongduplicate/wsc_negdep_onmessage_client_pongduplicate_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/pongduplicate build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/client/textbigdecimal [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/textbigdecimal [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/textbigdecimal/wsc_negdep_onmessage_client_textbigdecimal_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/textbigdecimal/wsc_negdep_onmessage_client_textbigdecimal_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/textbigdecimal build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/client/textduplicate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/textduplicate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/textduplicate/wsc_negdep_onmessage_client_textduplicate_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/textduplicate/wsc_negdep_onmessage_client_textduplicate_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/textduplicate build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/client/textreaderboolean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/textreaderboolean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/textreaderboolean/wsc_negdep_onmessage_client_textreaderboolean_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/textreaderboolean/wsc_negdep_onmessage_client_textreaderboolean_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/textreaderboolean build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/client/textstringint [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/textstringint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/textstringint/wsc_negdep_onmessage_client_textstringint_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/textstringint/wsc_negdep_onmessage_client_textstringint_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/client/textstringint build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/pasrv [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/pasrv/nomoreendpoints [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/pasrv/nomoreendpoints [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/pasrv/nomoreendpoints/wsc_negdep_onmessage_pasrv_nomoreendpoints_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/pasrv/nomoreendpoints/wsc_negdep_onmessage_pasrv_nomoreendpoints_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/pasrv/nomoreendpoints build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/ppsrv [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/ppsrv/nomoreendpoints [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/ppsrv/nomoreendpoints [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/ppsrv/nomoreendpoints/wsc_negdep_onmessage_ppsrv_nomoreendpoints_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/ppsrv/nomoreendpoints/wsc_negdep_onmessage_ppsrv_nomoreendpoints_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/ppsrv/nomoreendpoints build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarybytebufferint [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarybytebufferint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarybytebufferint/wsc_negdep_onmessage_srv_binarybytebufferint_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarybytebufferint/wsc_negdep_onmessage_srv_binarybytebufferint_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarybytebufferint build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryduplicate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryduplicate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryduplicate/wsc_negdep_onmessage_srv_binaryduplicate_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryduplicate/wsc_negdep_onmessage_srv_binaryduplicate_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryduplicate build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryinputstreamboolean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryinputstreamboolean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryinputstreamboolean/wsc_negdep_onmessage_srv_binaryinputstreamboolean_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryinputstreamboolean/wsc_negdep_onmessage_srv_binaryinputstreamboolean_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryinputstreamboolean build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarynodecoder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarynodecoder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarynodecoder/wsc_negdep_onmessage_srv_binarynodecoder_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarynodecoder/wsc_negdep_onmessage_srv_binarynodecoder_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarynodecoder build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/srv [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongboolean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongboolean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongboolean/wsc_negdep_onmessage_srv_pongboolean_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongboolean/wsc_negdep_onmessage_srv_pongboolean_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongboolean build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongduplicate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongduplicate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongduplicate/wsc_negdep_onmessage_srv_pongduplicate_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongduplicate/wsc_negdep_onmessage_srv_pongduplicate_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongduplicate build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textbigdecimal [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textbigdecimal [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textbigdecimal/wsc_negdep_onmessage_srv_textbigdecimal_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textbigdecimal/wsc_negdep_onmessage_srv_textbigdecimal_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textbigdecimal build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textduplicate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textduplicate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textduplicate/wsc_negdep_onmessage_srv_textduplicate_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textduplicate/wsc_negdep_onmessage_srv_textduplicate_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textduplicate build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textnodecoder [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textnodecoder [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textnodecoder/wsc_negdep_onmessage_srv_textnodecoder_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textnodecoder/wsc_negdep_onmessage_srv_textnodecoder_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textnodecoder build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textreaderboolean [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textreaderboolean [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textreaderboolean/wsc_negdep_onmessage_srv_textreaderboolean_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textreaderboolean/wsc_negdep_onmessage_srv_textreaderboolean_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textreaderboolean build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textstringint [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textstringint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textstringint/wsc_negdep_onmessage_srv_textstringint_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textstringint/wsc_negdep_onmessage_srv_textstringint_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onmessage/srv/textstringint build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onopen [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onopen/client [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onopen/client/duplicate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onopen/client/duplicate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onopen/client/duplicate/wsc_negdep_onopen_client_duplicate_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onopen/client/duplicate/wsc_negdep_onopen_client_duplicate_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onopen/client/duplicate build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onopen/client/toomanyargs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onopen/client/toomanyargs [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onopen/client/toomanyargs/wsc_negdep_onopen_client_toomanyarguments_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onopen/client/toomanyargs/wsc_negdep_onopen_client_toomanyarguments_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onopen/client/toomanyargs build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onopen/srv [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onopen/srv/duplicate [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onopen/srv/duplicate [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onopen/srv/duplicate/wsc_negdep_onopen_srv_duplicate_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onopen/srv/duplicate/wsc_negdep_onopen_srv_duplicate_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onopen/srv/duplicate build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/negdep/onopen/srv/toomanyargs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onopen/srv/toomanyargs [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onopen/srv/toomanyargs/wsc_negdep_onopen_srv_toomanyarguments_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onopen/srv/toomanyargs/wsc_negdep_onopen_srv_toomanyarguments_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/negdep/onopen/srv/toomanyargs build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/platform [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/platform/cdi [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/cdi [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/cdi/wsc_platform_cdi_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/cdi/wsc_platform_cdi_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/cdi build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/platform/jakarta [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/platform/jakarta/websocket [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated/wsc_platform_jakarta_websocket_handshakeresponse_authenticated_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated/wsc_platform_jakarta_websocket_handshakeresponse_authenticated_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src copy.sun-web.xml: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedlogoff [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedlogoff [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedlogoff/wsc_platform_jakarta_websocket_handshakeresponse_authenticated_logoff_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedlogoff [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedlogoff/wsc_platform_jakarta_websocket_handshakeresponse_authenticated_logoff_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedlogoff [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src copy.sun-web.xml: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedssl [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedssl [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedssl/wsc_platform_jakarta_websocket_handshakeresponse_ssl_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedssl [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedssl/wsc_platform_jakarta_websocket_handshakeresponse_ssl_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedssl [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src copy.sun-web.xml: build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/session [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/session [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/session/wsc_platform_jakarta_websocket_handshakerequest_session_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/session/wsc_platform_jakarta_websocket_handshakerequest_session_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/session build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/spec/annotation [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/spec/annotation/inheritance [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/annotation/inheritance [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/annotation/inheritance/wsc_spec_annotation_inheritance_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/annotation/inheritance/wsc_spec_annotation_inheritance_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/annotation/inheritance build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/spec/application [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/spec/application/closing [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/application/closing [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/application/closing/wsc_spec_application_closing_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/application/closing/wsc_spec_application_closing_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/application/closing build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/spec/application/containers [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/application/containers [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/application/containers/wsc_spec_application_containers_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/application/containers/wsc_spec_application_containers_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/application/containers build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/spec/application/lifecycle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/application/lifecycle [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/application/lifecycle/wsc_spec_application_lifecycle_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/application/lifecycle/wsc_spec_application_lifecycle_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/application/lifecycle build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/spec [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/spec/configuration [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/spec/configuration/urimatching [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 15 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/configuration/urimatching [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/configuration/urimatching/wsc_spec_configuration_urimatching_web.war [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/configuration/urimatching/wsc_spec_configuration_urimatching_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/configuration/urimatching build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/websocket_servercontainer_addendpoint_web.war [echo] Copying sun runtime file to dist [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/initilizer.jar [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/websocket_servercontainer_addendpoint_Client_nodeploy.jar_client build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/spec/servercontainer [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/websocket/spec/session/sessionid [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.war: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/session/sessionid [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/session/sessionid/ws_spec_sessionid_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/websocket/spec/session/sessionid/WSTestServer.class already added, skipping [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src package.client.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/session/sessionid/ws_spec_sessionid_Client.jar [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/websocket/spec/session/sessionid build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/xa [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/xa/ee [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/xa/ee/resXcomp1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/xa/ee/resXcomp1/TxBeanEJB.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/whitebox-multianno.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/whitebox-mixedmode.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/whitebox-ibanno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/whitebox-mdcomplete.rar [echo] Copying sun runtime file to dist build: build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1/xa_resXcomp1_ee_txpropagate1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1 Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1/xa_resXcomp1_ee_txpropagate2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1 Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1/xa_resXcomp1_ee_txpropagate3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1 [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: xa_resXcomp1 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1/xa_resXcomp1_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/xa/ee/resXcomp1/TxBean.class already added, skipping [preservejar] com/sun/ts/tests/xa/ee/resXcomp1/TxBeanEJB.class already added, skipping [preservejar] com/sun/ts/tests/xa/ee/resXcomp1/TxBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1/xa_resXcomp1_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1/xa_resXcomp1_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1/xa_resXcomp1_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_resXcomp1 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1/xa_resXcomp1_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp1/TxBean.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp1/TxBeanEJB.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp1/TxBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1/xa_resXcomp1_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_resXcomp1 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1/xa_resXcomp1_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp1/TxBean.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp1/TxBeanEJB.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp1/TxBeanHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1/xa_resXcomp1_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1/xa_resXcomp1_ejb_vehicle.ear [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1/xa_resXcomp1_servlet_vehicle.ear [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp1/xa_resXcomp1_jsp_vehicle.ear build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/xa/ee/resXcomp2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2/xa_resXcomp2_ee_txpropagate1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2 Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2/xa_resXcomp2_ee_txpropagate2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2 Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2/xa_resXcomp2_ee_txpropagate3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2 [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: xa_resXcomp2 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2/xa_resXcomp2_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/xa/ee/resXcomp2/Ejb1Test.class already added, skipping [preservejar] com/sun/ts/tests/xa/ee/resXcomp2/Ejb1TestEJB.class already added, skipping [preservejar] com/sun/ts/tests/xa/ee/resXcomp2/Ejb1TestHome.class already added, skipping [preservejar] com/sun/ts/tests/xa/ee/resXcomp2/Ejb2Test.class already added, skipping [preservejar] com/sun/ts/tests/xa/ee/resXcomp2/Ejb2TestEJB.class already added, skipping [preservejar] com/sun/ts/tests/xa/ee/resXcomp2/Ejb2TestHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2/xa_resXcomp2_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2/xa_resXcomp2_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2/xa_resXcomp2_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_resXcomp2 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2/xa_resXcomp2_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp2/Ejb1Test.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp2/Ejb1TestEJB.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp2/Ejb1TestHome.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp2/Ejb2Test.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp2/Ejb2TestEJB.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp2/Ejb2TestHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2/xa_resXcomp2_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_resXcomp2 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2/xa_resXcomp2_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp2/Ejb1Test.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp2/Ejb1TestEJB.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp2/Ejb1TestHome.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp2/Ejb2Test.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp2/Ejb2TestEJB.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp2/Ejb2TestHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2/xa_resXcomp2_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2/xa_resXcomp2_ejb_vehicle.ear [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2/xa_resXcomp2_servlet_vehicle.ear [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp2/xa_resXcomp2_jsp_vehicle.ear build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/xa/ee/resXcomp3 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/whitebox-multianno.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/whitebox-mixedmode.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/whitebox-ibanno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/whitebox-mdcomplete.rar [echo] Copying sun runtime file to dist build: build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3/xa_resXcomp3_ee_txpropagate1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3 Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3/xa_resXcomp3_ee_txpropagate2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3 Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3/xa_resXcomp3_ee_txpropagate3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3 [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: xa_resXcomp3 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3/xa_resXcomp3_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/xa/ee/resXcomp3/Ejb1Test.class already added, skipping [preservejar] com/sun/ts/tests/xa/ee/resXcomp3/Ejb1TestEJB.class already added, skipping [preservejar] com/sun/ts/tests/xa/ee/resXcomp3/Ejb1TestHome.class already added, skipping [preservejar] com/sun/ts/tests/xa/ee/resXcomp3/Ejb2Test.class already added, skipping [preservejar] com/sun/ts/tests/xa/ee/resXcomp3/Ejb2TestEJB.class already added, skipping [preservejar] com/sun/ts/tests/xa/ee/resXcomp3/Ejb2TestHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3/xa_resXcomp3_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3/xa_resXcomp3_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3/xa_resXcomp3_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_resXcomp3 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3/xa_resXcomp3_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp3/Ejb1Test.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp3/Ejb1TestEJB.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp3/Ejb1TestHome.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp3/Ejb2Test.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp3/Ejb2TestEJB.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp3/Ejb2TestHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3/xa_resXcomp3_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_resXcomp3 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3/xa_resXcomp3_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp3/Ejb1Test.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp3/Ejb1TestEJB.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp3/Ejb1TestHome.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp3/Ejb2Test.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp3/Ejb2TestEJB.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/resXcomp3/Ejb2TestHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3/xa_resXcomp3_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3/xa_resXcomp3_ejb_vehicle.ear [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3/xa_resXcomp3_servlet_vehicle.ear [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/resXcomp3/xa_resXcomp3_jsp_vehicle.ear build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/xa/ee/xresXcomp1 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/xa/ee/xresXcomp1/Ejb1TestEJB.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1/xa_xresXcomp1_ee_txpropagate1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1 Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1/xa_xresXcomp1_ee_txpropagate2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1 Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1/xa_xresXcomp1_ee_txpropagate3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1 [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: xa_xresXcomp1 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1/xa_xresXcomp1_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/xa/ee/xresXcomp1/Ejb1Test.class already added, skipping [preservejar] com/sun/ts/tests/xa/ee/xresXcomp1/Ejb1TestEJB.class already added, skipping [preservejar] com/sun/ts/tests/xa/ee/xresXcomp1/Ejb1TestHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1/xa_xresXcomp1_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1/xa_xresXcomp1_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1/xa_xresXcomp1_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_xresXcomp1 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1/xa_xresXcomp1_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/xresXcomp1/Ejb1Test.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/xresXcomp1/Ejb1TestEJB.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/xresXcomp1/Ejb1TestHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1/xa_xresXcomp1_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_xresXcomp1 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1/xa_xresXcomp1_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/xresXcomp1/Ejb1Test.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/xresXcomp1/Ejb1TestEJB.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/xresXcomp1/Ejb1TestHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1/xa_xresXcomp1_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1/xa_xresXcomp1_ejb_vehicle.ear [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1/xa_xresXcomp1_servlet_vehicle.ear [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp1/xa_xresXcomp1_jsp_vehicle.ear build: [dosubdirs] Entering /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../src/com/sun/ts/tests/xa/ee/xresXcomp2 [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [ts.javac] Note: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/com/sun/ts/tests/xa/ee/xresXcomp2/Ejb1TestEJB.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: build.common.apps: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/annotated.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/permissiondd.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/multianno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/multianno/whitebox-multianno.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/mixedmode.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/whitebox-mixedmode.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/ibanno.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/whitebox-ibanno_no_md.rar [echo] Copying sun runtime file to dist build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -precompile: compile: -postcompile: build.nested.jar: [jar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/mdcomplete.jar package: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src compile: build.whitebox.jar: Trying to override old definition of task component.rar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/whitebox-mdcomplete.rar [echo] Copying sun runtime file to dist build: build: package: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2/xa_xresXcomp2_ee_txpropagate1_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2 Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2/xa_xresXcomp2_ee_txpropagate2_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2 Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2/xa_xresXcomp2_ee_txpropagate3_ejb.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2 [echo] vehiclestobuild: ejb servlet jsp [echo] vehicleoverride: [echo] name: xa_xresXcomp2 [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.ejbjar [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2/xa_xresXcomp2_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/xa/ee/xresXcomp2/Ejb1Test.class already added, skipping [preservejar] com/sun/ts/tests/xa/ee/xresXcomp2/Ejb1TestEJB.class already added, skipping [preservejar] com/sun/ts/tests/xa/ee/xresXcomp2/Ejb1TestHome.class already added, skipping [preservejar] com/sun/ts/tests/xa/ee/xresXcomp2/Ejb2Test.class already added, skipping [preservejar] com/sun/ts/tests/xa/ee/xresXcomp2/Ejb2TestEJB.class already added, skipping [preservejar] com/sun/ts/tests/xa/ee/xresXcomp2/Ejb2TestHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2/xa_xresXcomp2_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2/xa_xresXcomp2_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2 [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2/xa_xresXcomp2_ejb_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_xresXcomp2 [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2/xa_xresXcomp2_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/xresXcomp2/Ejb1Test.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/xresXcomp2/Ejb1TestEJB.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/xresXcomp2/Ejb1TestHome.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/xresXcomp2/Ejb2Test.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/xresXcomp2/Ejb2TestEJB.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/xresXcomp2/Ejb2TestHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2/xa_xresXcomp2_servlet_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: xa_xresXcomp2 [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2/xa_xresXcomp2_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/xresXcomp2/Ejb1Test.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/xresXcomp2/Ejb1TestEJB.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/xresXcomp2/Ejb1TestHome.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/xresXcomp2/Ejb2Test.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/xresXcomp2/Ejb2TestEJB.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/xa/ee/xresXcomp2/Ejb2TestHome.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2 Trying to override old definition of task component.ear [preservejar] Building jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2/xa_xresXcomp2_jsp_vehicle.ear [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2/xa_xresXcomp2_ejb_vehicle.ear [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2/xa_xresXcomp2_servlet_vehicle.ear [jar] Updating jar: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/dist/com/sun/ts/tests/xa/ee/xresXcomp2/xa_xresXcomp2_jsp_vehicle.ear build: build.all: BUILD SUCCESSFUL Total time: 55 minutes 56 seconds + echo '########## Trunk.Sanitize.JTE ##########' ########## Trunk.Sanitize.JTE ########## + ant -f /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/build-utils.xml -Ddeliverabledir=jakartaee -Dbasedir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools -Dts.jte.prop.file=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jte.props.sanitize Picked up JAVA_TOOL_OPTIONS: -Xmx1G Buildfile: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/build-utils.xml [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src Trying to override old definition of datatype string Trying to override old definition of task filter edit.jte: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/install/jakartaee/bin [echo] find this ' [echo] mailFrom=' [echo] replace with ' [echo] mailFrom=' [echo] Wrote file '../../install/jakartaee/bin/ts.jte' [echo] find this ' [echo] ri.wsimport.jvmargs=' [echo] replace with ' [echo] ri.wsimport.jvmargs=' [echo] Wrote file '../../install/jakartaee/bin/ts.jte' [echo] find this ' [echo] wsimport.jvmargs=' [echo] replace with ' [echo] wsimport.jvmargs=' [echo] Wrote file '../../install/jakartaee/bin/ts.jte' [echo] find this ' [echo] mailHost=' [echo] replace with ' [echo] mailHost=' [echo] Wrote file '../../install/jakartaee/bin/ts.jte' [echo] find this ' [echo] mailuser1=' [echo] replace with ' [echo] mailuser1=' [echo] Wrote file '../../install/jakartaee/bin/ts.jte' [echo] find this ' [echo] javaee.home.ri=' [echo] replace with ' [echo] javaee.home.ri=' [echo] Wrote file '../../install/jakartaee/bin/ts.jte' [echo] find this ' [echo] orb.host.ri=' [echo] replace with ' [echo] orb.host.ri=' [echo] Wrote file '../../install/jakartaee/bin/ts.jte' [echo] find this ' [echo] javaee.home=' [echo] replace with ' [echo] javaee.home=' [echo] Wrote file '../../install/jakartaee/bin/ts.jte' [echo] find this ' [echo] orb.host=' [echo] replace with ' [echo] orb.host=' [echo] Wrote file '../../install/jakartaee/bin/ts.jte' [echo] find this ' [echo] javamail.password=' [echo] replace with ' [echo] javamail.password=' [echo] Wrote file '../../install/jakartaee/bin/ts.jte' BUILD SUCCESSFUL Total time: 1 second + echo '########## Trunk.Clean.Builds ##########' ########## Trunk.Clean.Builds ########## + ant -f /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/build-utils.xml -Ddeliverabledir=jakartaee -Dbasedir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools remove.bundles Picked up JAVA_TOOL_OPTIONS: -Xmx1G Buildfile: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/build-utils.xml [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src Trying to override old definition of datatype string Trying to override old definition of task filter remove.bundles: [echo] deleteing /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/.. BUILD SUCCESSFUL Total time: 0 seconds + echo '########## Trunk.CTS ##########' ########## Trunk.CTS ########## + mkdir -p /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/internal/docs/jakartaee/ + cp /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/internal/docs/dtd/javadoc_assertions.dtd /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/internal/docs/dtd/spec_assertions.dtd /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/internal/docs/jakartaee/ + [[ '' == \E\F\T\L ]] + [[ '' == \e\f\t\l ]] + ant -f /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/build.xml -Ddeliverabledir=jakartaee -Ddeliverable.version=9.1 -Dskip.createbom=true -Dskip.build=true -Dbasedir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools jakartaee Picked up JAVA_TOOL_OPTIONS: -Xmx1G Buildfile: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/build.xml [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src Trying to override old definition of datatype string has.override: no.override: jakartaee: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src createbundledatestring: init: [echo] licensefile=[LICENSE.md] setup: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src ts.version: [echo] deliverable name=jakartaee check.for.cancel.out: [echo] If this information is not correct, CTRL-C out of this build [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src check.bundle.dir: backup.bundle.dir: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck [echo] bundle.dir=[../JAKARTAEE_BUILD/build_13-Sep-2021/bundle] [echo] deliverable.bundle.dir=[../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck] check.for.jakartaee.subset: [echo] XML File to call is jakartaee.xml build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src init: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/bin [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/bin/xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/bin/xml/impl/glassfish [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/bin/xml/impl/none [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/lib [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/bin/xml/other [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/dist [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/docs build: [copy] Copying 10 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/lib [copy] Copying 12 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/bin/xml [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/bin/xml/other [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/bin/xml/impl/glassfish [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/bin/xml/impl/none [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/bin [copy] Copying 117 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/docs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src init: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/endorsedlib [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/weblib build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src copyinstall: [copy] Copying 39 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/bin [copy] Copying 8 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/bin/xml/impl/glassfish [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src _filter.common.files: [copy] Copying 89 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/sql [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src create.version.file: [touch] Creating /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp/version-cts-internal [propertyfile] Updating property file: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp/version-cts-internal make.cts.internal.archive: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src make.cts.internal.archive: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/tmp [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src make.cts.internal.archive.ri: [zip] Building zip: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/cts-internal-9.1_13-Sep-2021.zip [echo] Built internal bundle: "../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/cts-internal-9.1_13-Sep-2021.zip" [echo] The CTS Internal bundles have been built. [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src build.j2eetck: [copy] Copying 11649 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/classes [copy] Copying 12068 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/dist [copy] Copying 58 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/lib [copy] Copying 70 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/lib [copy] Copying 35 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/endorsedlib [copy] Copying 22958 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src [copy] Copying 43 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src [copy] Copying 11 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/dist [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/docker [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/docker [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/docker [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src mvn: [exec] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [exec] [INFO] Scanning for projects... [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 43 kB/s) [exec] [INFO] [exec] [INFO] ----------------------< org.glassfish:cts_javaee >---------------------- [exec] [INFO] Building Eclipse Foundation Jakarta EE Platform, Enterprise Edition Test Compatibility Kit User's Guide, Release 9.1 9.1.0 [exec] [INFO] --------------------------------[ pom ]--------------------------------- [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom (7.3 kB at 459 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom (7.8 kB at 557 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 736 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 503 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar (27 kB at 1.8 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom (8.1 kB at 539 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 509 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 2.7 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 1.3 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar (33 kB at 1.6 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/doc/glassfish-doc-maven-plugin/1.3/glassfish-doc-maven-plugin-1.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/doc/glassfish-doc-maven-plugin/1.3/glassfish-doc-maven-plugin-1.3.pom (8.2 kB at 544 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/doc/glassfish-doc-maven-plugin/1.3/glassfish-doc-maven-plugin-1.3.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/doc/glassfish-doc-maven-plugin/1.3/glassfish-doc-maven-plugin-1.3.jar (17 kB at 991 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jbake/jbake-maven-plugin/0.3.3/jbake-maven-plugin-0.3.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jbake/jbake-maven-plugin/0.3.3/jbake-maven-plugin-0.3.3.pom (9.7 kB at 386 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 469 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jbake/jbake-maven-plugin/0.3.3/jbake-maven-plugin-0.3.3.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jbake/jbake-maven-plugin/0.3.3/jbake-maven-plugin-0.3.3.jar (24 kB at 1.5 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctor-maven-plugin/2.1.0/asciidoctor-maven-plugin-2.1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctor-maven-plugin/2.1.0/asciidoctor-maven-plugin-2.1.0.pom (22 kB at 1.4 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctor-maven-plugin/2.1.0/asciidoctor-maven-plugin-2.1.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctor-maven-plugin/2.1.0/asciidoctor-maven-plugin-2.1.0.jar (75 kB at 1.5 MB/s) [exec] [INFO] [exec] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ cts_javaee --- [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 161 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.3 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.6 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 388 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 345 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 1.5 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 176 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 299 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 384 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 241 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 54 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 96 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 648 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 768 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 51 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 162 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 1.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 1.0 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 307 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 1.3 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 420 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 790 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 474 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 145 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 148 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 70 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 243 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 1.2 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 228 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 523 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 700 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 159 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 148 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 173 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 190 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 129 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 552 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 172 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 308 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 134 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom (2.8 kB at 135 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 103 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 41 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 410 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (2.3 kB at 180 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 55 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 141 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 261 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom (4.1 kB at 258 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 407 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 364 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 383 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 382 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 2.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 1.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 1.0 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 3.4 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 1.3 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 2.0 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 1.9 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 1.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.12/commons-codec-1.12.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.12/commons-codec-1.12.pom (14 kB at 1.0 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 85 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 109 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 605 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 393 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 2.5 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 kB at 1.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 140 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 1.2 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 91 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 287 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 135 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 1.0 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 2.3 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 372 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 2.9 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 1.5 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 5.3 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 4.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 3.7 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 897 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 727 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 528 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 8.0 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 776 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 2.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 1.5 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 172 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 580 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 3.7 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 456 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 794 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 329 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 200 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 30 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 92 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar (12 kB at 74 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 1.6 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 270 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 1.2 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 217 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 260 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 694 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.12/commons-codec-1.12.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (245 kB at 1.0 MB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar (107 kB at 450 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 862 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 1.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 1.9 MB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 244 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 632 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (149 kB at 445 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.12/commons-codec-1.12.jar (340 kB at 1.0 MB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 156 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 744 kB/s) [exec] [INFO] [exec] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-resources) @ cts_javaee --- [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 217 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 1.7 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.9 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 1.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 293 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 196 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 1.5 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 483 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 136 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 421 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 660 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 402 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 120 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 157 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 565 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 1.4 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 85 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 47 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 414 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 109 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 64 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 677 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 780 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 28 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 497 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 601 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 18 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 271 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 34 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 300 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 324 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 288 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 557 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 226 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 433 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 141 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 174 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 86 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 218 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 303 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 641 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 172 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 225 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 252 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 145 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 1.9 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 110 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 157 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 279 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 270 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 1.2 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 156 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom (6.8 kB at 486 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 392 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 525 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 1.0 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 3.4 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 169 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 440 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 620 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 829 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 3.0 MB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 3.3 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 2.7 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 2.7 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 1.9 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 536 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 3.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 1.9 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 1.9 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 372 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 559 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 2.6 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 44 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 5.8 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 1.6 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 821 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 408 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 51 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 1.8 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 22 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 35 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 232 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 253 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 2.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 1.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 819 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 44 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 7.7 MB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar (52 kB at 252 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 942 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 635 kB/s) [exec] [INFO] Using 'UTF-8' encoding to copy filtered resources. [exec] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [exec] [INFO] Copying 9 resources [exec] [INFO] [exec] [INFO] --- glassfish-doc-maven-plugin:1.3:toc (generate-toc) @ cts_javaee --- [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.pom (2.9 kB at 245 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.5.3/maven-3.5.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.5.3/maven-3.5.3.pom (23 kB at 1.6 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 2.9 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.pom (4.0 kB at 269 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 333 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 1.7 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 4.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.pom (2.1 kB at 49 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 181 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 858 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 188 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 900 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 63 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 326 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 664 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.6 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 226 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.pom (1.6 kB at 109 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.4/maven-plugin-tools-3.4.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.4/maven-plugin-tools-3.4.pom (14 kB at 906 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 2.8 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 303 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 227 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 242 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 274 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 282 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 91 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 457 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar (55 kB at 3.9 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 11 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.jar (48 kB at 1.8 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 17 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar (379 kB at 10.0 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 96 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.jar (165 kB at 3.6 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 908 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.jar (14 kB at 246 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 4.3 MB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 3.0 MB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 357 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.5 MB/s) [exec] [INFO] [exec] [INFO] --- glassfish-doc-maven-plugin:1.3:book (generate-book) @ cts_javaee --- [exec] [INFO] [exec] [INFO] --- jbake-maven-plugin:0.3.3:generate (build-site) @ cts_javaee --- [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj/2.4.2/asciidoctorj-2.4.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj/2.4.2/asciidoctorj-2.4.2.pom (2.6 kB at 214 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-api/2.4.2/asciidoctorj-api-2.4.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-api/2.4.2/asciidoctorj-api-2.4.2.pom (1.9 kB at 150 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby/9.2.13.0/jruby-9.2.13.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby/9.2.13.0/jruby-9.2.13.0.pom (6.9 kB at 528 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-artifacts/9.2.13.0/jruby-artifacts-9.2.13.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-artifacts/9.2.13.0/jruby-artifacts-9.2.13.0.pom (4.0 kB at 152 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-parent/9.2.13.0/jruby-parent-9.2.13.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-parent/9.2.13.0/jruby-parent-9.2.13.0.pom (25 kB at 1.5 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-core/9.2.13.0/jruby-core-9.2.13.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-core/9.2.13.0/jruby-core-9.2.13.0.pom (48 kB at 2.7 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-netdb/1.1.6/jnr-netdb-1.1.6.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-netdb/1.1.6/jnr-netdb-1.1.6.pom (1.8 kB at 142 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.25/jnr-enxio-0.25.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.25/jnr-enxio-0.25.pom (4.2 kB at 324 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.15/jnr-constants-0.9.15.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.15/jnr-constants-0.9.15.pom (3.8 kB at 314 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.28/jnr-unixsocket-0.28.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.28/jnr-unixsocket-0.28.pom (11 kB at 503 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.54/jnr-posix-3.0.54.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.54/jnr-posix-3.0.54.pom (6.3 kB at 395 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.23/jffi-1.2.23.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.23/jffi-1.2.23.pom (9.5 kB at 411 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/joni/joni/2.1.31/joni-2.1.31.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/joni/joni/2.1.31/joni-2.1.31.pom (7.0 kB at 467 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.46/jcodings-1.0.46.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.46/jcodings-1.0.46.pom (5.1 kB at 427 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/dirgra/0.3/dirgra-0.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/dirgra/0.3/dirgra-0.3.pom (2.9 kB at 225 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/headius/invokebinder/1.11/invokebinder-1.11.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/headius/invokebinder/1.11/invokebinder-1.11.pom (4.4 kB at 363 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/headius/options/1.4/options-1.4.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/headius/options/1.4/options-1.4.pom (1.5 kB at 136 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom (3.1 kB at 107 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 230 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.pom (1.6 kB at 39 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/martiansoftware/nailgun-all/0.9.1/nailgun-all-0.9.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/martiansoftware/nailgun-all/0.9.1/nailgun-all-0.9.1.pom (5.0 kB at 416 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.10.5/joda-time-2.10.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.10.5/joda-time-2.10.5.pom (37 kB at 2.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/headius/backport9/1.8/backport9-1.8.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/headius/backport9/1.8/backport9-1.8.pom (2.1 kB at 139 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.1/javax.annotation-api-1.3.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.1/javax.annotation-api-1.3.1.pom (14 kB at 985 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 435 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-stdlib/9.2.13.0/jruby-stdlib-9.2.13.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-stdlib/9.2.13.0/jruby-stdlib-9.2.13.0.pom (18 kB at 324 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.72/jcommander-1.72.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.72/jcommander-1.72.pom (1.2 kB at 109 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-diagram/2.1.0/asciidoctorj-diagram-2.1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-diagram/2.1.0/asciidoctorj-diagram-2.1.0.pom (2.1 kB at 174 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/freemarker/freemarker/2.3.30/freemarker-2.3.30.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/freemarker/freemarker/2.3.30/freemarker-2.3.30.pom (3.4 kB at 259 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom (16 kB at 1.2 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jbake/jbake-core/2.6.5/jbake-core-2.6.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jbake/jbake-core/2.6.5/jbake-core-2.6.5.pom (7.6 kB at 584 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 274 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 812 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.pom (990 B at 55 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom (1.2 kB at 69 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.pom (21 kB at 1.4 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 3.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 1.3 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 2.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 1.0 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 1.2 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 1.3 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 346 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.pom (31 kB at 1.9 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/50/commons-parent-50.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/50/commons-parent-50.pom (76 kB at 3.8 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom (3.5 kB at 204 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/orientechnologies/orientdb-core/3.0.30/orientdb-core-3.0.30.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/orientechnologies/orientdb-core/3.0.30/orientdb-core-3.0.30.pom (15 kB at 938 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/orientechnologies/orientdb-parent/3.0.30/orientdb-parent-3.0.30.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/orientechnologies/orientdb-parent/3.0.30/orientdb-parent-3.0.30.pom (32 kB at 667 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.5.0/jna-4.5.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.5.0/jna-4.5.0.pom (1.6 kB at 105 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.5.0/jna-platform-4.5.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.5.0/jna-platform-4.5.0.pom (1.8 kB at 90 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.2/concurrentlinkedhashmap-lru-1.4.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.2/concurrentlinkedhashmap-lru-1.4.2.pom (15 kB at 862 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.0/lz4-java-1.4.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.0/lz4-java-1.4.0.pom (2.0 kB at 170 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom (4.9 kB at 328 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.0/all-1.2.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 kB at 1.2 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 428 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.pom (9.2 kB at 654 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sparkjava/spark-core/2.3/spark-core-2.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sparkjava/spark-core/2.3/spark-core-2.3.pom (6.5 kB at 466 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom (2.7 kB at 222 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom (12 kB at 740 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.pom (1.4 kB at 53 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.3.2.v20150730/jetty-server-9.3.2.v20150730.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.3.2.v20150730/jetty-server-9.3.2.v20150730.pom (3.2 kB at 249 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-project/9.3.2.v20150730/jetty-project-9.3.2.v20150730.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-project/9.3.2.v20150730/jetty-project-9.3.2.v20150730.pom (33 kB at 1.8 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/25/jetty-parent-25.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/25/jetty-parent-25.pom (22 kB at 1.5 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 kB at 1.2 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.3.2.v20150730/jetty-http-9.3.2.v20150730.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.3.2.v20150730/jetty-http-9.3.2.v20150730.pom (1.6 kB at 126 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.3.2.v20150730/jetty-util-9.3.2.v20150730.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.3.2.v20150730/jetty-util-9.3.2.v20150730.pom (2.9 kB at 222 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.3.2.v20150730/jetty-io-9.3.2.v20150730.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.3.2.v20150730/jetty-io-9.3.2.v20150730.pom (1.4 kB at 120 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/9.3.2.v20150730/jetty-webapp-9.3.2.v20150730.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/9.3.2.v20150730/jetty-webapp-9.3.2.v20150730.pom (2.4 kB at 157 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/9.3.2.v20150730/jetty-xml-9.3.2.v20150730.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/9.3.2.v20150730/jetty-xml-9.3.2.v20150730.pom (1.3 kB at 94 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.3.2.v20150730/jetty-servlet-9.3.2.v20150730.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.3.2.v20150730/jetty-servlet-9.3.2.v20150730.pom (2.5 kB at 210 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.3.2.v20150730/jetty-security-9.3.2.v20150730.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.3.2.v20150730/jetty-security-9.3.2.v20150730.pom (1.9 kB at 126 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-server/9.3.2.v20150730/websocket-server-9.3.2.v20150730.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-server/9.3.2.v20150730/websocket-server-9.3.2.v20150730.pom (3.7 kB at 244 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-parent/9.3.2.v20150730/websocket-parent-9.3.2.v20150730.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-parent/9.3.2.v20150730/websocket-parent-9.3.2.v20150730.pom (2.9 kB at 194 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.3.2.v20150730/websocket-common-9.3.2.v20150730.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.3.2.v20150730/websocket-common-9.3.2.v20150730.pom (2.6 kB at 204 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.3.2.v20150730/websocket-api-9.3.2.v20150730.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.3.2.v20150730/websocket-api-9.3.2.v20150730.pom (2.2 kB at 183 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.3.2.v20150730/websocket-client-9.3.2.v20150730.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.3.2.v20150730/websocket-client-9.3.2.v20150730.pom (5.1 kB at 232 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-servlet/9.3.2.v20150730/websocket-servlet-9.3.2.v20150730.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-servlet/9.3.2.v20150730/websocket-servlet-9.3.2.v20150730.pom (2.4 kB at 160 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 224 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 1.4 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 2.3 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 336 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 142 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (4.2 kB at 298 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 kB at 915 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (2.6 kB at 202 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom (14 kB at 412 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom (1.8 kB at 122 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom (8.3 kB at 518 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom (2.6 kB at 201 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom (1.7 kB at 127 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 64 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 219 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 62 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 314 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.3 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom (1.9 kB at 158 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom (3.1 kB at 262 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 515 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 769 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom (4.0 kB at 288 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 122 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 2.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom (2.0 kB at 165 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom (2.1 kB at 141 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom (3.4 kB at 259 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.0/guice-4.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 709 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 968 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (2.5 kB at 223 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 555 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 237 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj/2.4.2/asciidoctorj-2.4.2.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-api/2.4.2/asciidoctorj-api-2.4.2.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-core/9.2.13.0/jruby-core-9.2.13.0.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby/9.2.13.0/jruby-9.2.13.0.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-netdb/1.1.6/jnr-netdb-1.1.6.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-api/2.4.2/asciidoctorj-api-2.4.2.jar (61 kB at 3.8 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.25/jnr-enxio-0.25.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-netdb/1.1.6/jnr-netdb-1.1.6.jar (62 kB at 3.2 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.28/jnr-unixsocket-0.28.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby/9.2.13.0/jruby-9.2.13.0.jar (42 kB at 2.2 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.54/jnr-posix-3.0.54.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.28/jnr-unixsocket-0.28.jar (48 kB at 1.3 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.15/jnr-constants-0.9.15.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.25/jnr-enxio-0.25.jar (32 kB at 411 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.23/jffi-1.2.23.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.54/jnr-posix-3.0.54.jar (259 kB at 2.9 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.23/jffi-1.2.23-native.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.23/jffi-1.2.23.jar (152 kB at 1.5 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/joni/joni/2.1.31/joni-2.1.31.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/joni/joni/2.1.31/joni-2.1.31.jar (215 kB at 1.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.46/jcodings-1.0.46.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.23/jffi-1.2.23-native.jar (795 kB at 3.9 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/dirgra/0.3/dirgra-0.3.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/dirgra/0.3/dirgra-0.3.jar (16 kB at 57 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/headius/invokebinder/1.11/invokebinder-1.11.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.15/jnr-constants-0.9.15.jar (657 kB at 2.3 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/headius/options/1.4/options-1.4.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/headius/invokebinder/1.11/invokebinder-1.11.jar (50 kB at 166 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/headius/options/1.4/options-1.4.jar (14 kB at 46 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar (72 kB at 188 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.10.5/joda-time-2.10.5.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar (33 kB at 83 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/headius/backport9/1.8/backport9-1.8.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.46/jcodings-1.0.46.jar (1.7 MB at 4.2 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.1/javax.annotation-api-1.3.1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/headius/backport9/1.8/backport9-1.8.jar (13 kB at 33 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-stdlib/9.2.13.0/jruby-stdlib-9.2.13.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.1/javax.annotation-api-1.3.1.jar (27 kB at 56 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.72/jcommander-1.72.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.10.5/joda-time-2.10.5.jar (643 kB at 1.3 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-diagram/2.1.0/asciidoctorj-diagram-2.1.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.72/jcommander-1.72.jar (69 kB at 140 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/freemarker/freemarker/2.3.30/freemarker-2.3.30.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj/2.4.2/asciidoctorj-2.4.2.jar (1.8 MB at 3.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jbake/jbake-core/2.6.5/jbake-core-2.6.5.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jbake/jbake-core/2.6.5/jbake-core-2.6.5.jar (150 kB at 219 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/freemarker/freemarker/2.3.30/freemarker-2.3.30.jar (1.7 MB at 2.5 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar (4.6 kB at 6.5 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar (41 kB at 59 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar (17 kB at 21 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/orientechnologies/orientdb-core/3.0.30/orientdb-core-3.0.30.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar (24 kB at 30 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.5.0/jna-4.5.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-core/9.2.13.0/jruby-core-9.2.13.0.jar (10 MB at 9.5 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.5.0/jna-platform-4.5.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.5.0/jna-4.5.0.jar (1.4 MB at 1.2 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.2/concurrentlinkedhashmap-lru-1.4.2.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.2/concurrentlinkedhashmap-lru-1.4.2.jar (117 kB at 90 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.0/lz4-java-1.4.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/orientechnologies/orientdb-core/3.0.30/orientdb-core-3.0.30.jar (5.3 MB at 4.0 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar (57 kB at 41 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.0/lz4-java-1.4.0.jar (370 kB at 266 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sparkjava/spark-core/2.3/spark-core-2.3.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.5.0/jna-platform-4.5.0.jar (2.3 MB at 1.6 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sparkjava/spark-core/2.3/spark-core-2.3.jar (110 kB at 74 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.3.2.v20150730/jetty-server-9.3.2.v20150730.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.jar (11 kB at 7.2 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.jar (394 kB at 262 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.3.2.v20150730/jetty-http-9.3.2.v20150730.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 60 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.3.2.v20150730/jetty-util-9.3.2.v20150730.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.3.2.v20150730/jetty-server-9.3.2.v20150730.jar (462 kB at 291 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.3.2.v20150730/jetty-io-9.3.2.v20150730.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.3.2.v20150730/jetty-http-9.3.2.v20150730.jar (114 kB at 72 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/9.3.2.v20150730/jetty-webapp-9.3.2.v20150730.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.3.2.v20150730/jetty-io-9.3.2.v20150730.jar (106 kB at 66 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/9.3.2.v20150730/jetty-xml-9.3.2.v20150730.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.3.2.v20150730/jetty-util-9.3.2.v20150730.jar (409 kB at 244 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.3.2.v20150730/jetty-servlet-9.3.2.v20150730.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/9.3.2.v20150730/jetty-xml-9.3.2.v20150730.jar (50 kB at 30 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.3.2.v20150730/jetty-security-9.3.2.v20150730.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/9.3.2.v20150730/jetty-webapp-9.3.2.v20150730.jar (109 kB at 65 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-server/9.3.2.v20150730/websocket-server-9.3.2.v20150730.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.3.2.v20150730/jetty-servlet-9.3.2.v20150730.jar (113 kB at 67 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.3.2.v20150730/websocket-common-9.3.2.v20150730.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-diagram/2.1.0/asciidoctorj-diagram-2.1.0.jar (13 MB at 7.5 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.3.2.v20150730/websocket-client-9.3.2.v20150730.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.3.2.v20150730/jetty-security-9.3.2.v20150730.jar (91 kB at 54 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-servlet/9.3.2.v20150730/websocket-servlet-9.3.2.v20150730.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.3.2.v20150730/websocket-client-9.3.2.v20150730.jar (37 kB at 21 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.3.2.v20150730/websocket-api-9.3.2.v20150730.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-servlet/9.3.2.v20150730/websocket-servlet-9.3.2.v20150730.jar (18 kB at 11 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.3.2.v20150730/websocket-common-9.3.2.v20150730.jar (186 kB at 105 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-server/9.3.2.v20150730/websocket-server-9.3.2.v20150730.jar (39 kB at 22 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.3.2.v20150730/websocket-api-9.3.2.v20150730.jar (45 kB at 25 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 31 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 26 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 91 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 113 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 208 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 32 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.jar (523 kB at 277 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 150 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar (363 kB at 191 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar (44 kB at 23 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 kB at 7.8 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar (43 kB at 22 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar (27 kB at 14 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar (638 kB at 321 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 89 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar (67 kB at 34 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar (173 kB at 86 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar (31 kB at 15 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.0/guice-4.0-no_aop.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 65 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar (147 kB at 70 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 2.0 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 30 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 194 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 112 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar (2.3 MB at 983 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-stdlib/9.2.13.0/jruby-stdlib-9.2.13.0.jar (12 MB at 5.0 MB/s) [exec] [WARNING] Template engine not available: org.jbake.template.JadeTemplateEngine [exec] [WARNING] Template engine not available: org.jbake.template.GroovyMarkupTemplateEngine [exec] [WARNING] Template engine not available: org.jbake.template.ThymeleafTemplateEngine [exec] [WARNING] Template engine not available: org.jbake.template.GroovyTemplateEngine [exec] [WARNING] Template engine not available: org.jbake.template.PebbleTemplateEngine [exec] [INFO] Baking has started... [exec] Sep 13, 2021 7:14:15 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Detected limit of amount of simultaneously open files is 1048576, limit of open files for disk cache will be set to 523776 [exec] Sep 13, 2021 7:14:15 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: 33480896512 B/31929 MB/31 GB of physical memory were detected on machine [exec] Sep 13, 2021 7:14:15 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Soft memory limit for this process is set to -1 B/-1 MB/-1 GB [exec] Sep 13, 2021 7:14:15 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Hard memory limit for this process is set to -1 B/-1 MB/-1 GB [exec] Sep 13, 2021 7:14:15 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Path to 'memory' cgroup is '/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pod3dae0b6e_03ca_4e2d_8206_062d9840616b.slice/crio-edc707fe5f15d2fac63cc6b8ca6f59ce545655555db9c7b7c9fb064150d45630.scope' [exec] Sep 13, 2021 7:14:15 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Mounting path for memory cgroup controller is '/sys/fs/cgroup/memory' [exec] Sep 13, 2021 7:14:15 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Can not find '/sys/fs/cgroup/memory/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pod3dae0b6e_03ca_4e2d_8206_062d9840616b.slice/crio-edc707fe5f15d2fac63cc6b8ca6f59ce545655555db9c7b7c9fb064150d45630.scope' path for memory cgroup, it is supposed that process is running in container, will try to read root '/sys/fs/cgroup/memory' memory cgroup data [exec] Sep 13, 2021 7:14:15 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: cgroup soft memory limit is 9223372036854771712 B/8796093022207 MB/8589934591 GB [exec] Sep 13, 2021 7:14:15 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: cgroup hard memory limit is 6442450944 B/6144 MB/6 GB [exec] Sep 13, 2021 7:14:15 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Detected memory limit for current process is 6442450944 B/6144 MB/6 GB [exec] Sep 13, 2021 7:14:15 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: JVM can use maximum 989MB of heap memory [exec] Sep 13, 2021 7:14:15 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Because OrientDB is running inside a container 12% of memory will be left unallocated according to the setting 'memory.leftToContainer' not taking into account heap memory [exec] Sep 13, 2021 7:14:15 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: OrientDB auto-config DISKCACHE=4,416MB (heap=989MB os=6,144MB) [exec] Sep 13, 2021 7:14:15 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: System is started under an effective user : `1003270000` [exec] Sep 13, 2021 7:14:15 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Allocation of 67123 pages. [exec] Sep 13, 2021 7:14:16 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: Storage 'memory:cache' is created under OrientDB distribution : 3.0.30 - Veloce (build eae50981ca31c79c85e4524fb376fced313acc23, branch UNKNOWN) [exec] [WARNING] Unable to load a suitable rendering engine for extensions [md] [exec] [INFO] register new extractors for document type: masterindex [exec] [INFO] register new extractors for document type: tagsindex [exec] [INFO] register new extractors for document type: sitemap [exec] [INFO] Initializing Asciidoctor engine... [exec] [INFO] Asciidoctor engine initialized. [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/TCKpreface.adoc]... : new [exec] Sep 13, 2021 7:14:23 PM uri:classloader:/gems/asciidoctor-2.0.12/lib/asciidoctor/parser.rb parse_list_item [exec] WARNING: : line 59: list item index: expected 1, got 2 [exec] Sep 13, 2021 7:14:23 PM uri:classloader:/gems/asciidoctor-2.0.12/lib/asciidoctor/parser.rb parse_list_item [exec] WARNING: : line 60: list item index: expected 2, got 3 [exec] Sep 13, 2021 7:14:23 PM uri:classloader:/gems/asciidoctor-2.0.12/lib/asciidoctor/parser.rb parse_list_item [exec] WARNING: : line 98: list item index: expected 1, got 3 [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/building.adoc]... : new [exec] Sep 13, 2021 7:14:23 PM uri:classloader:/gems/asciidoctor-2.0.12/lib/asciidoctor/parser.rb next_section [exec] WARNING: : line 26: section title out of sequence: expected level 2, got level 4 [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/commonappdeploy.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/config.adoc]... : new [exec] Sep 13, 2021 7:14:25 PM uri:classloader:/gems/asciidoctor-2.0.12/lib/asciidoctor/document.rb parse [exec] WARNING: : line 42: section title out of sequence: expected level 3, got level 4 [exec] Sep 13, 2021 7:14:25 PM uri:classloader:/gems/asciidoctor-2.0.12/lib/asciidoctor/document.rb parse [exec] WARNING: : line 177: section title out of sequence: expected level 3, got level 4 [exec] Sep 13, 2021 7:14:25 PM uri:classloader:/gems/asciidoctor-2.0.12/lib/asciidoctor/document.rb parse [exec] WARNING: : line 122: section title out of sequence: expected level 3, got level 4 [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/contextrootmappingrules.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/database-config.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/debug.adoc]... : new [exec] Sep 13, 2021 7:14:25 PM uri:classloader:/gems/asciidoctor-2.0.12/lib/asciidoctor/document.rb parse [exec] WARNING: : line 32: section title out of sequence: expected level 3, got level 4 [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/ejbql-schema.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/install.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/intro.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/jaspic-files.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/jms-resource-adaptr.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/portingpackage.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/rules-wp.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/rules.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/title.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/toc.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/troubleshooting.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/using.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/content/webprofileconfig.adoc]... : new [exec] [INFO] Content detected: [exec] [INFO] Parsed 20 files of type: page [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/toc.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/TCKpreface.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/webprofileconfig.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/using.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/troubleshooting.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/title.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/rules.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/rules-wp.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/portingpackage.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/jms-resource-adaptr.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/jaspic-files.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/intro.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/install.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/ejbql-schema.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/debug.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/database-config.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/contextrootmappingrules.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/config.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/commonappdeploy.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/staging/building.html]... done! [exec] Sep 13, 2021 7:14:26 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: - shutdown storage: cache... [exec] [INFO] Copying [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/assets/README.md]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/assets/_config.yml]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/assets/css/style.css]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/assets/img/eclipse_foundation_logo_tiny.png]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/assets/img/ejbschema.png]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/assets/img/overviewa.png]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/assets/img/serverpath-interop.png]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/assets/img/serverpath-ri.png]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/src/main/jbake/assets/img/serverpath-vi.png]... done! [exec] [INFO] Baking finished! [exec] [INFO] Baked 20 items in 11810ms [exec] [INFO] [exec] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-pdf-doc) @ cts_javaee --- [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-pdf/1.5.3/asciidoctorj-pdf-1.5.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-pdf/1.5.3/asciidoctorj-pdf-1.5.3.pom (2.0 kB at 146 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 266 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 2.0 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 380 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 289 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 148 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 439 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 272 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 276 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 40 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 249 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 964 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 593 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 114 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 1.0 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 455 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 183 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 151 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 172 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 190 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 217 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 110 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 780 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 132 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 144 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 191 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 474 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 35 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 326 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 1.2 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 278 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 465 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 511 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 2.7 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 1.4 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 847 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 3.0 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 1.5 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 88 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 375 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 128 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.pom (4.1 kB at 344 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj/2.4.1/asciidoctorj-2.4.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj/2.4.1/asciidoctorj-2.4.1.pom (2.6 kB at 214 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-api/2.4.1/asciidoctorj-api-2.4.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-api/2.4.1/asciidoctorj-api-2.4.1.pom (1.9 kB at 122 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.pom (1.7 kB at 130 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.0.38.Final/netty-parent-4.0.38.Final.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.0.38.Final/netty-parent-4.0.38.Final.pom (45 kB at 3.0 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.pom (2.2 kB at 77 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.pom (1.4 kB at 99 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.pom (1.4 kB at 49 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.pom (6.8 kB at 199 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.pom (2.4 kB at 200 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.8/doxia-core-1.8.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.8/doxia-core-1.8.pom (4.2 kB at 352 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.8/doxia-1.8.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.8/doxia-1.8.pom (18 kB at 1.7 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.8/doxia-sink-api-1.8.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.8/doxia-sink-api-1.8.pom (1.5 kB at 128 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.8/doxia-logging-api-1.8.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.8/doxia-logging-api-1.8.pom (1.5 kB at 118 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 230 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 346 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 455 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 463 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 1.2 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 366 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 1.4 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 1.4 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 225 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (1.6 kB at 141 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 357 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 690 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 1.3 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 407 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 719 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 1.0 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 555 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.8/doxia-module-xhtml-1.8.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.8/doxia-module-xhtml-1.8.pom (1.9 kB at 137 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.8/doxia-modules-1.8.pom [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.8/doxia-modules-1.8.pom (2.6 kB at 187 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-pdf/1.5.3/asciidoctorj-pdf-1.5.3.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (52 kB at 3.3 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 11 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (49 kB at 1.5 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 6.2 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar (47 kB at 351 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (559 kB at 4.0 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar (1.5 MB at 10 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar (41 kB at 280 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 kB at 195 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (151 kB at 902 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 92 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (57 kB at 330 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 377 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 545 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 544 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 679 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 186 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 607 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 124 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 199 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj/2.4.1/asciidoctorj-2.4.1.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-api/2.4.1/asciidoctorj-api-2.4.1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar (77 kB at 288 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-api/2.4.1/asciidoctorj-api-2.4.1.jar (60 kB at 217 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.jar (148 kB at 434 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.jar (247 kB at 719 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.jar (453 kB at 1.3 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.jar (294 kB at 662 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.jar (367 kB at 813 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.8/doxia-core-1.8.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.jar (221 kB at 487 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.8/doxia-sink-api-1.8.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.8/doxia-sink-api-1.8.jar (12 kB at 25 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.8/doxia-logging-api-1.8.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.jar (511 kB at 960 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.8/doxia-core-1.8.jar (168 kB at 316 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.8/doxia-logging-api-1.8.jar (12 kB at 22 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar (231 kB at 417 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj-pdf/1.5.3/asciidoctorj-pdf-1.5.3.jar (5.3 MB at 9.5 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 266 kB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 1.1 MB/s) [exec] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.8/doxia-module-xhtml-1.8.jar [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 82 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 511 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 299 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.8/doxia-module-xhtml-1.8.jar (18 kB at 31 kB/s) [exec] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/asciidoctor/asciidoctorj/2.4.1/asciidoctorj-2.4.1.jar (1.8 MB at 2.8 MB/s) [exec] [INFO] Using 'UTF-8' encoding to copy filtered resources. [exec] [INFO] Copying 8 resources [exec] [INFO] asciidoctor: WARN: rules-wp.adoc: line 497: id assigned to anchor already in use: CJAJEAEI [exec] [INFO] asciidoctor: WARN: building.adoc: line 57: list item index: expected 1, got 2 [exec] [INFO] asciidoctor: WARN: building.adoc: line 58: list item index: expected 2, got 3 [exec] [INFO] asciidoctor: WARN: building.adoc: line 96: list item index: expected 1, got 3 [exec] [INFO] asciidoctor: WARN: commonappdeploy.adoc: line 24: section title out of sequence: expected level 2, got level 4 [exec] [INFO] asciidoctor: WARN: database-config.adoc: line 120: section title out of sequence: expected level 3, got level 4 [exec] [INFO] asciidoctor: WARN: ejbql-schema.adoc: line 30: section title out of sequence: expected level 3, got level 4 [exec] [INFO] asciidoctor: WARN: contextrootmappingrules.adoc: line 40: section title out of sequence: expected level 3, got level 4 [exec] [INFO] asciidoctor: WARN: contextrootmappingrules.adoc: line 175: section title out of sequence: expected level 3, got level 4 [exec] [INFO] asciidoctor: WARN: Could not locate the character `⁣' in the following fonts: Noto Serif, M+ 1p Fallback [exec] [INFO] Converted /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/user_guides/jakartaee/target/book/book.adoc [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 01:14 min [exec] [INFO] Finished at: 2021-09-13T19:15:19Z [exec] [INFO] ------------------------------------------------------------------------ [copy] Copying 28 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/docs [move] Moving 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/docs/pdf-usersguide [move] Moving 27 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/docs/html-usersguide [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do.common.bundle.creation: [copy] Copying 5 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/classes [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src createbundledatestring: init: [echo] licensefile=[LICENSE.md] get.finder.args: binary.finder: [echo] Running binary finder... [java] Picked up JAVA_TOOL_OPTIONS: -Xmx1G [java] ************************************************************ [java] * props file set to "/tmp/1003270000-cts-props.txt" [java] ************************************************************ [java] 09-13-2021 19:15:20: Harness - harness.executeMode is set to "0" [java] Reading tests... [java] Loading ../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/lib/harness/rebuildable.properties [java] Loading ../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/vehicle.properties [java] Loading ../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/lib/harness/keyword.properties [java] %%%%%%%%%% Parsing file "jakartaee/JavaEESpecAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jakartaee" %%%%%%%%% [java] 73 assertion files under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs [java] concurrency/ConcurrencyJavadocAssertions.xml [java] concurrency/ConcurrencySpecAssertions.xml [java] connector/ConnectorJavaDocAssertions.xml [java] connector/ConnectorSpecAssertions.xml [java] connector/jca_1.5/Connector1.5SpecAssertions.xml [java] connector/jca_1.6/ConnectorSpecAssertions.xml [java] connector/jca_1.6/StandaloneConnectorSpecAssertions.xml [java] ejb/EJB3SimplifiedSpecAssertions.xml [java] ejb/EJBJavaDocAssertions.xml [java] ejb/EJBSpecAssertions.xml [java] el/ELJavadocAssertions.xml [java] el/ELSpecAssertions.xml [java] j2eemgmt/J2EEMGMTJavadocAssertions.xml [java] j2eemgmt/J2EEMGMTSpecAssertions.xml [java] jacc/JACCJavaDocAssertions.xml [java] jacc/JACCSpecAssertions.xml [java] jakartaee/J2EE14SpecAssertions.xml [java] jakartaee/JavaEESpecAssertions.xml [java] jaspic/JASPICJavadocAssertions.xml [java] jaspic/JASPICSpecAssertions.xml [java] jaxm/JAXMJavadocAssertions.xml [java] jaxm/JAXMSpecAssertions.xml [java] jaxrs/JAXRSJavadocAssertions.xml [java] jaxrs/JAXRSSpecAssertions.xml [java] jaxws/JAXWS23JavadocAssertions.xml [java] jaxws/JAXWS23SpecAssertions.xml [java] jaxws/JAXWSJavadocAssertions.xml [java] jaxws/JAXWSSpecAssertions.xml [java] jaxws/attachment/AttachmentsSpecAssertions.xml [java] jaxws/basicprofile/BasicProfileSpecAssertions.xml [java] jaxws/soap/SOAPSpecAssertions.xml [java] jdbc/JDBCJavadocAssertions.xml [java] jdbc/JDBCSpecAssertions.xml [java] jms/JMSJavadocAssertions.xml [java] jms/JMSSpecAssertions.xml [java] jpa/2.0/PersistenceJavaDocAssertions.xml [java] jpa/2.0/PersistenceSpecAssertions.xml [java] jpa/Persistence21JavadocAssertions.xml [java] jpa/Persistence22JavadocAssertions.xml [java] jpa/Persistence22SpecAssertions.xml [java] jsf/JSFJavadocAssertions.xml [java] jsf/JSFSpecAssertions.xml [java] jsonb/JSONB10JavadocAssertions.xml [java] jsonb/Jsonb10SpecAssertions.xml [java] jsonb/JsonbSpecAssertions.xml [java] jsonp/JSONP1.0JavadocAssertions.xml [java] jsonp/JSONP1.1JavadocAssertions.xml [java] jsp/JSPJavadocAssertions.xml [java] jsp/JSPSpecAssertions.xml [java] jstl/JSTLSpecAssertions.xml [java] jta/JTAJavadocAssertions.xml [java] jws/JWSSpecAssertions.xml [java] saaj/SAAJ13JavadocAssertions.xml [java] saaj/SAAJ13SpecAssertions.xml [java] saaj/SAAJ14JavadocAssertions.xml [java] saaj/SAAJ14SpecAssertions.xml [java] saaj/SAAJ20JavadocAssertions.xml [java] saaj/SAAJ20SpecAssertions.xml [java] securityapi/SecurityAPIJavadocAssertions.xml [java] securityapi/SecurityAPISpecAssertions.xml [java] servlet/Servlet2.4JavadocAssertions.xml [java] servlet/Servlet2.4SpecAssertions.xml [java] servlet/Servlet2.5JavadocAssertions.xml [java] servlet/Servlet2.5SpecAssertions.xml [java] servlet/Servlet3.0JavadocAssertions.xml [java] servlet/Servlet3.0SpecAssertions.xml [java] servlet/Servlet3.1JavadocAssertions.xml [java] servlet/Servlet3.1SpecAssertions.xml [java] servlet/ServletJavadocAssertions.xml [java] servlet/ServletSpecAssertions.xml [java] webservices/WEBSERVICESSpecAssertions.xml [java] websocket/WebSocketJavadocAssertions.xml [java] websocket/WebSocketSpecAssertions.xml [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jakartaee/spec_assertions.dtd" [java] WARN: no description for JavaEE:SPEC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat12_13/Client.java [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat12_13/Client.java [java] WARN: no description for JavaEE:SPEC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat12_14/Client.java [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat12_14/Client.java [java] WARN: no description for JavaEE:SPEC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat12_50/Client.java [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat12_50/Client.java [java] WARN: no description for JavaEE:SPEC:10109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat12_50/Client.java [java] WARN: no description for JavaEE:SPEC:10110 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat12_50/Client.java [java] WARN: no description for JavaEE:SPEC:10111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat12_50/Client.java [java] WARN: no description for JavaEE:SPEC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat13_14/Client.java [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat13_14/Client.java [java] WARN: no description for JavaEE:SPEC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat13_50/Client.java [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat13_50/Client.java [java] WARN: no description for JavaEE:SPEC:10109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat13_50/Client.java [java] WARN: no description for JavaEE:SPEC:10110 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat13_50/Client.java [java] WARN: no description for JavaEE:SPEC:10111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat13_50/Client.java [java] WARN: no description for JavaEE:SPEC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat14_50/Client.java [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat14_50/Client.java [java] WARN: no description for JavaEE:SPEC:10109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat14_50/Client.java [java] WARN: no description for JavaEE:SPEC:10110 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat14_50/Client.java [java] WARN: no description for JavaEE:SPEC:10111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/compat14_50/Client.java [java] WARN: no description for JavaEE:SPEC:279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/ejblink/casesens/Client.java [java] WARN: no description for JavaEE:SPEC:118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/ejblink/path/Client.java [java] WARN: no description for JavaEE:SPEC:119 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/ejblink/path/Client.java [java] WARN: no description for JavaEE:SPEC:120 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/ejblink/path/Client.java [java] WARN: no description for JavaEE:SPEC:10118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/ejblink/single/Client.java [java] WARN: no description for JavaEE:SPEC:10118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/ejblink/single/Client.java [java] WARN: no description for JavaEE:SPEC:10118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/ejblink/single/Client.java [java] WARN: no description for JavaEE:SPEC:10118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/ejblink/single/Client.java [java] WARN: no description for JavaEE:SPEC:10118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/ejblink/single/Client.java [java] WARN: no description for JavaEE:SPEC:279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/ejbref/casesens/Client.java [java] WARN: no description for JavaEE:SPEC:117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/ejbref/scope/Client.java [java] WARN: no description for JavaEE:SPEC:10117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/ejbref/single/Client.java [java] WARN: no description for JavaEE:SPEC:10117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/ejbref/single/Client.java [java] WARN: no description for JavaEE:SPEC:10117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/ejbref/single/Client.java [java] WARN: no description for JavaEE:SPEC:10117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/ejbref/single/Client.java [java] WARN: no description for JavaEE:SPEC:10117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/ejbref/single/Client.java [java] WARN: no description for JavaEE:SPEC:279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/enventry/casesens/Client.java [java] WARN: no description for JavaEE:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/enventry/scope/Client.java [java] WARN: no description for JavaEE:SPEC:103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/enventry/single/Client.java [java] WARN: no description for JavaEE:SPEC:103.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/enventry/single/Client.java [java] WARN: no description for JavaEE:SPEC:103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/enventry/single/Client.java [java] WARN: no description for JavaEE:SPEC:103.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/enventry/single/Client.java [java] WARN: no description for JavaEE:SPEC:103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/enventry/single/Client.java [java] WARN: no description for JavaEE:SPEC:103.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/enventry/single/Client.java [java] WARN: no description for JavaEE:SPEC:103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/enventry/single/Client.java [java] WARN: no description for JavaEE:SPEC:103.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/enventry/single/Client.java [java] WARN: no description for JavaEE:SPEC:103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/enventry/single/Client.java [java] WARN: no description for JavaEE:SPEC:103.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/enventry/single/Client.java [java] WARN: no description for JavaEE:SPEC:103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/enventry/single/Client.java [java] WARN: no description for JavaEE:SPEC:103.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/enventry/single/Client.java [java] WARN: no description for JavaEE:SPEC:103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/enventry/single/Client.java [java] WARN: no description for JavaEE:SPEC:103.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/enventry/single/Client.java [java] WARN: no description for JavaEE:SPEC:103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/enventry/single/Client.java [java] WARN: no description for JavaEE:SPEC:103.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/enventry/single/Client.java [java] WARN: no description for JavaEE:SPEC:103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/enventry/single/Client.java [java] WARN: no description for JavaEE:SPEC:323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/TestAppClient.java [java] WARN: no description for JavaEE:SPEC:323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/TestAppClient.java [java] WARN: no description for JavaEE:SPEC:323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/TestAppClient.java [java] WARN: no description for JavaEE:SPEC:323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/TestAppClient.java [java] WARN: no description for JavaEE:SPEC:323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/TestAppClient.java [java] WARN: no description for JavaEE:SPEC:323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/TestAppClient.java [java] WARN: no description for JavaEE:SPEC:323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/TestAppClient.java [java] WARN: no description for JavaEE:SPEC:323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/TestAppClient.java [java] WARN: no description for JavaEE:SPEC:323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/TestAppClient.java [java] WARN: no description for JavaEE:SPEC:323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/TestAppClient.java [java] WARN: no description for JavaEE:SPEC:323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/TestAppClient.java [java] WARN: no description for JavaEE:SPEC:323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/TestAppClient.java [java] WARN: no description for JavaEE:SPEC:279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/resref/casesens/Client.java [java] WARN: no description for JavaEE:SPEC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/resref/scope/Client.java [java] WARN: no description for JavaEE:SPEC:10125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/resref/single/Client.java [java] WARN: no description for JavaEE:SPEC:10125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/resref/single/Client.java [java] WARN: no description for JavaEE:SPEC:10125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/resref/single/Client.java [java] WARN: no description for JavaEE:SPEC:10125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/resref/single/Client.java [java] WARN: no description for JavaEE:SPEC:10125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/appclient/deploy/resref/single/Client.java [java] WARN: no description for JavaEE:SPEC:10260 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/altDD/Client.java [java] WARN: no description for JavaEE:SPEC:255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/altDD/Client.java [java] WARN: no description for JavaEE:SPEC:255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/classpath/appclient/Client.java [java] WARN: no description for JavaEE:SPEC:255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/classpath/appclient/Client.java [java] WARN: no description for JavaEE:SPEC:255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/classpath/ejb/Client.java [java] WARN: no description for JavaEE:SPEC:255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/classpath/ejb/Client.java [java] WARN: failed to find file J2EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [J2EE] is spelled correcting in the test clients [java] WARN: failed to find file J2EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [J2EE] is spelled correcting in the test clients [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/cocktail/compat12_50/Client.java [java] WARN: failed to find file J2EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [J2EE] is spelled correcting in the test clients [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/cocktail/compat14_50/Client.java [java] WARN: no description for JavaEE:SPEC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/single/compat12_13/Client.java [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/single/compat12_13/Client.java [java] WARN: no description for JavaEE:SPEC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/single/compat12_14/Client.java [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/single/compat12_14/Client.java [java] WARN: no description for JavaEE:SPEC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/single/compat12_50/Client.java [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/single/compat12_50/Client.java [java] WARN: no description for JavaEE:SPEC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/single/compat13_14/Client.java [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/single/compat13_14/Client.java [java] WARN: no description for JavaEE:SPEC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/single/compat13_50/Client.java [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/single/compat13_50/Client.java [java] WARN: no description for JavaEE:SPEC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/single/compat14_50/Client.java [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/single/compat14_50/Client.java [java] WARN: failed to find file J2EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [J2EE] is spelled correcting in the test clients [java] WARN: failed to find file J2EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [J2EE] is spelled correcting in the test clients [java] WARN: failed to find file J2EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [J2EE] is spelled correcting in the test clients [java] WARN: failed to find file J2EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [J2EE] is spelled correcting in the test clients [java] WARN: failed to find file J2EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [J2EE] is spelled correcting in the test clients [java] WARN: failed to find file J2EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [J2EE] is spelled correcting in the test clients [java] WARN: no description for JavaEE:SPEC:261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_50/Client.java [java] WARN: no description for JavaEE:SPEC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_50/Client.java [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/jar/compat12_50/Client.java [java] WARN: failed to find file J2EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [J2EE] is spelled correcting in the test clients [java] WARN: failed to find file J2EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [J2EE] is spelled correcting in the test clients [java] WARN: failed to find file J2EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [J2EE] is spelled correcting in the test clients [java] WARN: no description for JavaEE:SPEC:261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/jar/compat13_50/Client.java [java] WARN: no description for JavaEE:SPEC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/jar/compat13_50/Client.java [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/jar/compat13_50/Client.java [java] WARN: no description for JavaEE:SPEC:261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/jar/compat14_50/Client.java [java] WARN: no description for JavaEE:SPEC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/jar/compat14_50/Client.java [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/jar/compat14_50/Client.java [java] WARN: no description for JavaEE:SPEC:261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/war/compat12_13/Client.java [java] WARN: no description for JavaEE:SPEC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/war/compat12_13/Client.java [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/war/compat12_13/Client.java [java] WARN: no description for JavaEE:SPEC:261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/war/compat12_14/Client.java [java] WARN: no description for JavaEE:SPEC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/war/compat12_14/Client.java [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/war/compat12_14/Client.java [java] WARN: no description for JavaEE:SPEC:261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/war/compat12_50/Client.java [java] WARN: no description for JavaEE:SPEC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/war/compat12_50/Client.java [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/war/compat12_50/Client.java [java] WARN: failed to find file J2EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [J2EE] is spelled correcting in the test clients [java] WARN: failed to find file J2EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [J2EE] is spelled correcting in the test clients [java] WARN: failed to find file J2EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [J2EE] is spelled correcting in the test clients [java] WARN: no description for JavaEE:SPEC:261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/war/compat14_50/Client.java [java] WARN: no description for JavaEE:SPEC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/war/compat14_50/Client.java [java] WARN: no description for JavaEE:SPEC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/compat/standalone/war/compat14_50/Client.java [java] WARN: no description for JavaEE:SPEC:261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/standalone/jar/Client.java [java] WARN: no description for JavaEE:SPEC:261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/assembly/standalone/war/Client.java [java] %%%%%%%%%% Parsing file "concurrency/ConcurrencyJavadocAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "concurrency" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%% Error could not resolve file "javadoc_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%%%%% Parsing file "concurrency/ConcurrencySpecAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "concurrency" %%%%%%%%% [java] %%%%%%%%%% Parsing file "connector/ConnectorJavaDocAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "connector" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%% Error could not resolve file "javadoc_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] WARN: failed to find file CONCURRENCY specAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [CONCURRENCY] is spelled correcting in the test clients [java] WARN: failed to find file CONCURRENCY specAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [CONCURRENCY] is spelled correcting in the test clients [java] WARN: failed to find file CONCURRENCY specAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [CONCURRENCY] is spelled correcting in the test clients [java] WARN: failed to find file CONCURRENCY specAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [CONCURRENCY] is spelled correcting in the test clients [java] WARN: failed to find file CONCURRENCY specAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [CONCURRENCY] is spelled correcting in the test clients [java] WARN: failed to find file CONCURRENCY specAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [CONCURRENCY] is spelled correcting in the test clients [java] WARN: failed to find file CONCURRENCY specAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [CONCURRENCY] is spelled correcting in the test clients [java] WARN: failed to find file CONCURRENCY specAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [CONCURRENCY] is spelled correcting in the test clients [java] WARN: failed to find file CONCURRENCY specAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [CONCURRENCY] is spelled correcting in the test clients [java] WARN: failed to find file CONCURRENCY SpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [CONCURRENCY ] is spelled correcting in the test clients [java] WARN: failed to find file CONCURRENCY SpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [CONCURRENCY ] is spelled correcting in the test clients [java] WARN: failed to find file CONCURRENCY SpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [CONCURRENCY ] is spelled correcting in the test clients [java] WARN: failed to find file CONCURRENCY specAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [CONCURRENCY] is spelled correcting in the test clients [java] WARN: failed to find file CONCURRENCY specAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [CONCURRENCY] is spelled correcting in the test clients [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:12] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:13] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:124] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:125] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:126] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:127] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:128] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:129] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:130] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:131] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:132] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:133] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:134] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:135] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:136] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:137] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:138] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:139] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:140] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:141] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:142] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:143] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:144] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:145] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:146] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:147] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:148] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:149] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:150] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:151] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:152] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:153] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:154] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:155] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:156] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:157] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:158] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:159] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:160] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:161] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:162] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:163] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:164] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:165] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:166] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:167] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:168] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:169] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:170] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:171] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:172] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:173] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:174] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:175] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:176] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:177] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:178] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:179] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:180] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:181] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:182] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:183] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:184] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:185] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:186] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:187] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:188] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:189] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:190] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:191] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:192] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:193] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:194] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:195] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:196] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:197] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:198] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:199] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:200] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:201] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:202] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:203] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:204] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:205] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:206] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:207] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:208] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:209] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:210] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:211] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:212] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:213] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:214] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:215] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:216] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:217] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:218] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:219] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:220] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:221] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:222] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:223] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:224] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:225] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:226] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:227] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:228] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:229] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:230] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:231] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:232] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:233] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:234] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:235] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:236] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:237] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:238] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:239] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:240] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:241] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:242] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:243] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:244] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:245] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:246] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:247] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:248] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:249] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:250] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:251] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:252] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:253] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:254] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:255] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:256] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:257] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:258] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:259] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:260] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:261] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:262] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:263] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:264] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:265] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:266] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:267] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:268] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:269] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:270] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:271] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:272] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:273] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:274] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:275] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:276] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:277] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:278] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:279] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:280] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:281] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:282] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:283] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:284] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:285] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:286] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:287] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:288] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:289] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:290] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:291] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:292] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:293] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:294] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:295] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:296] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:297] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:298] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:299] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:300] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:301] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:302] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:303] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:304] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:305] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:306] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:307] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:308] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:309] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:310] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:311] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:312] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:313] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:314] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:315] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:316] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:317] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:318] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:319] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:320] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:321] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:322] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:323] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:324] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:325] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:326] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:327] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:328] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:329] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:330] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:331] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:332] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:333] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:334] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:335] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:336] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:337] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:338] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:339] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:340] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:341] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:342] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:343] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:344] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:345] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:346] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:347] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:348] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:349] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:350] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:351] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:352] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:353] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:354] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:355] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:356] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:357] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:358] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:359] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:360] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:361] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:362] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:363] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:364] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:365] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:366] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:367] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:368] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:369] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:370] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:371] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:372] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:373] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:374] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:375] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:376] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:377] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:378] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:379] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:380] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:381] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:382] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:383] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:384] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:385] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:386] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:387] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:388] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:389] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:390] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:391] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:392] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:393] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:394] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:395] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:396] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:397] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:398] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:399] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:400] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:401] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:402] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:403] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:404] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:405] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:406] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:407] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:408] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:409] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:410] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:411] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:412] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:413] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:414] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:415] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:416] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:417] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:418] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:419] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:420] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:421] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:422] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:423] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:424] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:425] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:426] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:427] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:428] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:429] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:430] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:431] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:432] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:433] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:434] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:435] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:436] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:437] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:438] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:439] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:440] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:441] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:442] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:443] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:444] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:445] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:446] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:447] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:448] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:449] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:450] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:451] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:452] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:453] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:454] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:455] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:456] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:457] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:458] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:459] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:460] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:461] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:462] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:463] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:464] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:465] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:466] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:467] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:468] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:469] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:470] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:471] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:472] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:473] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:474] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:475] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:476] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:477] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:478] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:479] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:480] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:481] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:482] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:483] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:484] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:485] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:486] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:487] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:488] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:489] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:490] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:491] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:492] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:493] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:494] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:495] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:496] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:497] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:529] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:531] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:534] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:555] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:556] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:750] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:752] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:754] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:756] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:758] null description in ConnectorJavadocAssertions.xml [java] %%%%%%%%%% Parsing file "connector/ConnectorSpecAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "connector" %%%%%%%%% [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:824] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:825] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:881] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:885] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:889] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:892] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:895] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:898] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:900] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:902] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:907] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:909] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:925] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:929] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:931] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:937] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:953] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:978] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:982] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:986] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:989] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:992] null description in ConnectorJavadocAssertions.xml [java] WARN: for id:[CONNECTOR:JAVADOC:Connector:JAVADOC:995] null description in ConnectorJavadocAssertions.xml [java] WARN: no description for Connector:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:126 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:165 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:166 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:167 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:168 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:170 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:171 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:172 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:173 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:174 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:176 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:177 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:178 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:287 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:288 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:295 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:267 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:126 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:165 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:166 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:167 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:168 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:170 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:171 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:172 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:173 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:174 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:176 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:177 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:178 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:287 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:288 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:295 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:267 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:126 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:165 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:166 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:167 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:168 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:170 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:171 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:172 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:173 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:174 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:176 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:177 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:178 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:287 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:288 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:295 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:267 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:278 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:278 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:278 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:301 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:301 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:SPEC:301 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/anno/annotationClient.java [java] WARN: no description for Connector:JAVADOC:139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:JAVADOC:142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:JAVADOC:143 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:JAVADOC:144 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:SPEC:266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:JAVADOC:139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:JAVADOC:142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:JAVADOC:143 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:JAVADOC:144 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:SPEC:266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:JAVADOC:139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:JAVADOC:142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:JAVADOC:143 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:JAVADOC:144 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:SPEC:266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:SPEC:266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:SPEC:266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:SPEC:266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/mdcomplete/Client.java [java] WARN: no description for Connector:JAVADOC:139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:143 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:146 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:147 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:148 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:264 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:143 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:146 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:147 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:148 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:264 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:143 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:146 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:147 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:148 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:264 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:264 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:264 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:264 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:264 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:267 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:264 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:267 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:264 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:267 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:272 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:272 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:272 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:273 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:273 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:273 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:274 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:274 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:274 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:SPEC:312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/annotations/partialanno/paClient.java [java] WARN: no description for Connector:JAVADOC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:JAVADOC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:JAVADOC:141 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:JAVADOC:187 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:JAVADOC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:JAVADOC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:JAVADOC:141 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:JAVADOC:187 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:JAVADOC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:JAVADOC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:JAVADOC:141 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:JAVADOC:187 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:SPEC:52 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:SPEC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:SPEC:287 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:SPEC:300 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:SPEC:52 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:SPEC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:SPEC:287 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:SPEC:300 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:SPEC:52 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:SPEC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:SPEC:287 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:SPEC:300 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/connManager/connManagerClient1.java [java] WARN: no description for Connector:SPEC:147 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/deployment/DeploymentClient.java [java] WARN: no description for Connector:SPEC:153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/deployment/DeploymentClient.java [java] WARN: no description for Connector:JAVADOC:161 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:29 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:161 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:29 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:161 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:29 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:18 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:18 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:18 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:272 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:273 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:274 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:275 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:276 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:272 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:273 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:274 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:275 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:276 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:272 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:273 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:274 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:275 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:276 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:267 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:269 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:267 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:269 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:267 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:269 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:282 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:282 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:282 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:297 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:298 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:299 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:300 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:301 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:297 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:298 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:299 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:300 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:301 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:297 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:298 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:299 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:300 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:301 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:387 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:388 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:389 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:390 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:391 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:387 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:388 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:389 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:390 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:391 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:387 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:388 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:389 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:390 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:391 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:371 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:373 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:374 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:371 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:373 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:374 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:371 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:373 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:374 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:409 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:410 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:411 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:409 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:410 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:411 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:409 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:410 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:411 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:119 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:120 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:121 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:122 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:119 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:120 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:121 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:122 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:119 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:120 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:121 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:122 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:135 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:135 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:135 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:356 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:356 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:356 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:187 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:188 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:187 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:188 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:187 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:188 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:278 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:278 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:278 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:248 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:252 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:254 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:248 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:252 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:254 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:248 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:252 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:254 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:223 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:225 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:223 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:225 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:223 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:225 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:192 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:196 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:192 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:196 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:192 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:196 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:345 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:346 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:347 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:348 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:349 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:350 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:351 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:345 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:346 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:347 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:348 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:349 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:350 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:351 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:345 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:346 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:347 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:348 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:349 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:350 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:351 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:152 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:154 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:156 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:157 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:SPEC:32 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:152 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:154 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:156 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:157 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:SPEC:32 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:152 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:154 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:156 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:157 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:SPEC:32 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:JAVADOC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:JAVADOC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] %%%%%%%%%% Parsing file "ejb/EJBSpecAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "ejb" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] %%%%%%% Error could not resolve file "spec_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] WARN: no description for Connector:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:JAVADOC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:93 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:93 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:93 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:318 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:318 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:318 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:324 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:99 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:324 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:99 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:324 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:99 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:132 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:344 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:367 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:132 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:344 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:367 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:132 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:344 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:367 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:257 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:257 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:257 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:257 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:264 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:265 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:282 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:257 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:264 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:265 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:282 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:257 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:264 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:265 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:282 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:256 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:256 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:256 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:223 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:223 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:SPEC:223 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/msginflow/MDBClient.java [java] WARN: no description for Connector:JAVADOC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:244 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:62 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:244 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:62 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:244 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:62 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:229 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:229 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:229 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:229 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:229 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:229 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:64 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:64 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:64 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:43 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transaction/conSharing2/Client.java [java] WARN: no description for Connector:SPEC:44 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transaction/conSharing2/Client.java [java] WARN: no description for Connector:SPEC:53 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transaction/conSharing3/Client.java [java] WARN: no description for Connector:SPEC:206 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:206 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:206 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:226 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:226 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:226 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:JAVADOC:132 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:JAVADOC:340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:JAVADOC:398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:120 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:JAVADOC:132 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:JAVADOC:340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:JAVADOC:398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:120 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:JAVADOC:132 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:JAVADOC:340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:JAVADOC:398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:120 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:JAVADOC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:JAVADOC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:JAVADOC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:JAVADOC:399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:JAVADOC:399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:JAVADOC:399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:SPEC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java [java] WARN: no description for Connector:JAVADOC:133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:208 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:241 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:JAVADOC:133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:208 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:241 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:JAVADOC:133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:208 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:241 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:JAVADOC:360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:JAVADOC:363 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:JAVADOC:360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:JAVADOC:363 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:JAVADOC:360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:JAVADOC:363 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:229 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:229 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:229 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:216 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:216 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:216 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:JAVADOC:312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:JAVADOC:341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:JAVADOC:342 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:JAVADOC:312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:JAVADOC:341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:JAVADOC:342 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:JAVADOC:312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:JAVADOC:341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:JAVADOC:342 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:305 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:305 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:305 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:224 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:225 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:262 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:224 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:225 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:262 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:224 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:225 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:262 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:SPEC:261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java [java] WARN: no description for Connector:JAVADOC:396 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:396 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:396 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:392 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:392 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:392 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:409 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:409 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:409 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:29 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:29 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:29 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:18 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:18 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:18 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:156 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:157 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:SPEC:32 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:156 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:157 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:SPEC:32 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:156 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:157 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:SPEC:32 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:JAVADOC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:JAVADOC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:62 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:62 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:62 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:64 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:64 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:SPEC:64 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:131 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:396 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:131 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:396 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:131 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:396 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:392 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:392 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:392 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for JavaEE:SPEC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for JavaEE:SPEC:310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for JavaEE:SPEC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for JavaEE:SPEC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for JavaEE:SPEC:310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for JavaEE:SPEC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for JavaEE:SPEC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for JavaEE:SPEC:310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for JavaEE:SPEC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for JavaEE:SPEC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for JavaEE:SPEC:310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for Connector:SPEC:321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for Connector:SPEC:326 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for Connector:SPEC:327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for Connector:SPEC:321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for Connector:SPEC:326 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for Connector:SPEC:327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for Connector:SPEC:321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for Connector:SPEC:326 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for Connector:SPEC:327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for Connector:SPEC:321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for Connector:SPEC:326 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for Connector:SPEC:327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/ejb/Client.java [java] WARN: no description for JavaEE:SPEC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for JavaEE:SPEC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for JavaEE:SPEC:310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for JavaEE:SPEC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for JavaEE:SPEC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for JavaEE:SPEC:310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for JavaEE:SPEC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for JavaEE:SPEC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for JavaEE:SPEC:310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for JavaEE:SPEC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for JavaEE:SPEC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for JavaEE:SPEC:310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for Connector:SPEC:321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for Connector:SPEC:326 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for Connector:SPEC:327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for Connector:SPEC:321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for Connector:SPEC:326 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for Connector:SPEC:327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for Connector:SPEC:321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for Connector:SPEC:326 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for Connector:SPEC:327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for Connector:SPEC:321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for Connector:SPEC:326 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for Connector:SPEC:327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/resourceDefs/servlet/Client.java [java] WARN: no description for Connector:SPEC:29 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:29 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:29 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:18 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:18 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:18 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/connection/connectionClient1.java [java] WARN: no description for Connector:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/connection/connectionClient1.java [java] WARN: no description for Connector:JAVADOC:155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] %%%%%%%%%% Parsing file "ejb/EJBJavaDocAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "ejb" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%% Error could not resolve file "javadoc_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] WARN: no description for Connector:JAVADOC:156 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:157 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:SPEC:32 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:156 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:157 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:SPEC:32 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:156 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:157 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:JAVADOC:160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:SPEC:32 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/event/eventClient1.java [java] WARN: no description for Connector:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:SPEC:1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java [java] WARN: no description for Connector:JAVADOC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:SPEC:62 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:SPEC:62 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:SPEC:62 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:SPEC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:SPEC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:SPEC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:SPEC:64 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:SPEC:64 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:SPEC:64 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/security/securityClient1.java [java] WARN: no description for Connector:JAVADOC:187 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/transaction/jta/JTATestClient.java [java] WARN: no description for Connector:JAVADOC:229 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/transaction/jta/JTATestClient.java [java] WARN: no description for Connector:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/transaction/jta/JTATestClient.java [java] WARN: no description for Connector:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/transaction/jta/JTATestClient.java [java] WARN: no description for Connector:SPEC:48 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/transaction/jta/JTATestClient.java [java] WARN: no description for Connector:JAVADOC:396 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:396 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:396 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:392 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:392 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:392 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:JAVADOC:406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: no description for Connector:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java [java] WARN: for id:[EJB:JAVADOC:4] null description in EJBJavadocAssertions.xml [java] WARN: for id:[EJB:JAVADOC:5] null description in EJBJavadocAssertions.xml [java] WARN: for id:[EJB:JAVADOC:84] null description in EJBJavadocAssertions.xml [java] WARN: for id:[EJB:JAVADOC:125] null description in EJBJavadocAssertions.xml [java] WARN: for id:[EJB:JAVADOC:126] null description in EJBJavadocAssertions.xml [java] WARN: for id:[EJB:JAVADOC:128] null description in EJBJavadocAssertions.xml [java] WARN: for id:[EJB:JAVADOC:147] null description in EJBJavadocAssertions.xml [java] WARN: for id:[EJB:JAVADOC:148] null description in EJBJavadocAssertions.xml [java] WARN: for id:[EJB:JAVADOC:183] null description in EJBJavadocAssertions.xml [java] WARN: for id:[EJB:JAVADOC:186] null description in EJBJavadocAssertions.xml [java] WARN: for id:[EJB:JAVADOC:233] null description in EJBJavadocAssertions.xml [java] WARN: for id:[EJB:JAVADOC:234] null description in EJBJavadocAssertions.xml [java] WARN: for id:[EJB:JAVADOC:235] null description in EJBJavadocAssertions.xml [java] WARN: for id:[EJB:JAVADOC:236] null description in EJBJavadocAssertions.xml [java] WARN: for id:[EJB:JAVADOC:237] null description in EJBJavadocAssertions.xml [java] WARN: for id:[EJB:JAVADOC:238] null description in EJBJavadocAssertions.xml [java] WARN: for id:[EJB:JAVADOC:254] null description in EJBJavadocAssertions.xml [java] WARN: for id:[EJB:JAVADOC:260] null description in EJBJavadocAssertions.xml [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycontexttest/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycontexttest/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycontexttest/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/bb/entity/cmp20/entitycontexttest/Client.java) [java] WARN: no description for EJB:SPEC:49.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/bb/session/lrapitest/Client.java [java] WARN: no description for EJB:SPEC:52.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/bb/session/lrapitest/Client.java [java] WARN: no description for EJB:SPEC: 109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/bb/session/stateless/cm/allowedmethodstest/Client.java [java] WARN: no description for EJB:SPEC: 109.15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/bb/session/stateless/cm/allowedmethodstest/Client.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/pm/ejbql/select_clause/Client.java) [java] WARN: no description for JavaEE:SPEC:10004 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/pm/ejbql/tx/Client.java [java] WARN: no description for JavaEE:SPEC:10004 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/pm/ejbql/tx/Client.java [java] WARN: no description for JavaEE:SPEC:10004 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/pm/ejbql/tx/Client.java [java] WARN: no description for JavaEE:SPEC:10004 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/pm/ejbql/tx/Client.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/pm/selfXself/Client.java) [java] WARN: no description for EJB:SPEC:528 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/sec/mdb/MDBClient.java [java] WARN: no description for JavaEE:SPEC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/sec/mdb/MDBClient.java [java] WARN: no description for JavaEE:SPEC:10035 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/sec/mdb/MDBClient.java [java] WARN: no description for EJB:SPEC:528 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/sec/mdb/MDBClient.java [java] WARN: no description for JavaEE:SPEC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/sec/mdb/MDBClient.java [java] WARN: no description for JavaEE:SPEC:10035 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/sec/mdb/MDBClient.java [java] WARN: no description for EJB:SPEC:528 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/sec/mdb/MDBClient.java [java] WARN: no description for JavaEE:SPEC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/sec/mdb/MDBClient.java [java] WARN: no description for JavaEE:SPEC:10035 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/sec/mdb/MDBClient.java [java] WARN: no description for EJB:SPEC:528 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/sec/mdb/MDBClient.java [java] WARN: no description for JavaEE:SPEC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/sec/mdb/MDBClient.java [java] WARN: no description for JavaEE:SPEC:10035 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/sec/mdb/MDBClient.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/Tx_Single/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/entity/bmp/bm/Tx_Single/Client.java) [java] WARN: no description for EJB:SPEC:10472 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/TxR_Exceptions/Client.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/Tx_Single/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/entity/cmp/bm/Tx_Single/Client.java) [java] WARN: no description for EJB:SPEC:630.2 (Section 18 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxRN_Exceptions/Client.java [java] WARN: no description for EJB:SPEC:630.2 (Section 18.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxRN_Exceptions/Client.java [java] WARN: no description for EJB:SPEC:630.2 (Section 18.3.1 Container provider responsibilities) in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxRN_Exceptions/Client.java [java] WARN: no description for EJB:SPEC:10472 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/TxR_Exceptions/Client.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/Tx_Single/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/entity/pm/bm/Tx_Single/Client.java) [java] WARN: no description for EJB:SPEC:10472 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxR_Exceptions/Client.java [java] WARN: no description for EJB:SPEC:11472 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/TxR_Exceptions/Client.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/Tx_Single/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/entityLocal/bmp/bm/Tx_Single/Client.java) [java] WARN: no description for EJB:SPEC:10472 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/TxR_Exceptions/Client.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/Tx_Single/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/entityLocal/pm/bm/Tx_Single/Client.java) [java] WARN: no description for EJB:SPEC:583.2 (Section 17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/Tx_Multi/Client.java [java] WARN: no description for EJB:SPEC:583.2 (Section 17.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/Tx_Multi/Client.java [java] WARN: no description for EJB:SPEC:583.2 (Section 17.6.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/Tx_Multi/Client.java [java] WARN: no description for EJB:SPEC:583.2 (Section 17.6.2.2 Container Managed transactions - Required) in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb/ee/tx/session/stateful/bm/Tx_Multi/Client.java [java] WARN: failed to find file EEJBSpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [EEJB] is spelled correcting in the test clients [java] WARN: failed to find file EEJBSpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [EEJB] is spelled correcting in the test clients [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/custom/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/disable/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/disable/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/disable/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/disable/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/disable/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/librarydirectory/disable/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/metainf/appclientejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/metainfandlibdir/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/metainfandlibdir/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/metainfandlibdir/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/metainfandlibdir/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/localaccess/webclient/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/localaccess/webclient/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/localaccess/webclient/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/mdb/callback/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/mdb/callback/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/mdb/callback/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/mdb/callback/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/mdb/callback/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/mdb/callback/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/mdb/callback/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/mdb/callback/method/ejbcreate/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/mdb/callback/method/ejbcreate/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/mdb/customlistener/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/bm/allowed/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/busiface/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/busiface/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/busiface/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/busiface/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/busifacedd/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/busifacedd/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/busifacedd/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/busifacedd/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/busifacedd/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/busifacedd/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/busifacedd/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/busifacedd/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/callback/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/callback/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/callback/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/callback/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/cm/allowed/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/ejblink/one/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/ejblink/one/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/ejblink/one/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/ejblink/one/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/ejblink/one/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/equals/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/equals/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/equals/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/equals/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/migration/threetwo/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/noattrremotelocal/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/noattrremotelocal/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/noattrremotelocal/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/noattrremotelocal/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/noattrremotelocal/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/noattrremotelocal/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/complement/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/complement/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/complement/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/complement/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/complement/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/complement/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/complement/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/complement/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/remove/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateful/sessioncontext/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/appexception/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrydefault/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventrynoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/envsharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/envsharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resource/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourcenoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourcenoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourcenoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourcenoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourcenoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourcenoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourcenoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourcenoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourcenoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourcenoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourcenoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourcenoat/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourceoverride/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourceoverride/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourceoverride/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourceoverride/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourceoverride/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourceoverride/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourceoverride/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourceoverride/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourceoverride/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourceoverride/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourceoverride/Client.java) [java] WARN: no description for EJB:SPEC: 109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/bm/allowed/Client.java [java] WARN: no description for EJB:SPEC: 109.15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/bm/allowed/Client.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/bm/allowed/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/busiface/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/busiface/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/busiface/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/busiface/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/busiface/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/busiface/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/busiface/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/busiface/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/busiface/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/busifacedd/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/busifacedd/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/busifacedd/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/busifacedd/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/busifacedd/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/busifacedd/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/busifacedd/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/busifacedd/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/defaultinterceptor/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/defaultinterceptor/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/defaultinterceptor/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/defaultinterceptor/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/defaultinterceptor/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/defaultinterceptor/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/defaultinterceptor/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/inheritance/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/inheritance/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/inheritance/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/inheritance/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/callback/threelevels/descriptor/Client.java) [java] WARN: no description for EJB:SPEC: 109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/cm/allowed/Client.java [java] WARN: no description for EJB:SPEC: 109.15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/cm/allowed/Client.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/cm/allowed/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/one/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/one/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/one/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/one/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/one/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/ejblink/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/equals/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/equals/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/equals/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/equals/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/equals/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/listener/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/interceptor/method/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/threetwo/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/migration/twothree/override/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/noattrremotelocal/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/noattrremotelocal/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/noattrremotelocal/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/noattrremotelocal/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/noattrremotelocal/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/noattrremotelocal/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/bb/session/stateless/sessioncontext/descriptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/singleton/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateful/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/lite/view/stateless/annotated/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/appclient/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/appclient/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/appclient/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/appclient/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/appclient/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/appclient/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/appclient/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/appclient/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/appclient/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/appclient/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/getresource/warejb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/metadataComplete/appclient2ejbjars/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/metadataComplete/appclient2ejbjars/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/metadataComplete/appclient2ejbjars/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/metadataComplete/appclient2ejbjars/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/sameejbclass/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/threebeans/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/threebeans/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/threebeans/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/threebeans/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/threebeans/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/misc/threebeans/Client.java) [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/permsxml/Client.java [java] WARN: no description for JavaEE:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/stateless/sec/Client.java [java] WARN: no description for JavaEE:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/stateless/sec/Client.java [java] WARN: no description for JavaEE:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/stateless/sec/Client.java [java] WARN: no description for JavaEE:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/sec/stateless/sec/Client.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/timer/basic/mdb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/timer/basic/mdb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/timer/interceptor/business/mdb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/timer/interceptor/business/mdb/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/timer/interceptor/business/singleton/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/timer/interceptor/business/stateless/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/timer/interceptor/lifecycle/singleton/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/timer/interceptor/lifecycle/singleton/Client.java) [java] WARN: no description for JavaEE:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:54.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:54.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:54.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:54.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:54.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:54.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:54.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no description for JavaEE:SPEC:54.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateful/web/Client.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/cm/descriptor/Client.java) [java] WARN: no description for JavaEE:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:54.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:54.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:54.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:54.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:54.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:54.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:54.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:54.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:54.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:53 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no description for JavaEE:SPEC:53 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/tx/session/stateless/web/Client.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/webservice/clientview/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/webservice/interceptor/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/webservice/wscontext/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb30/zombie/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/basic/sharing/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/singleton/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/singleton/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/singleton/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/singleton/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/singleton/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/stateless/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/stateless/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/stateless/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/stateless/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/business/stateless/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/ejb32/lite/timer/interceptor/lifecycle/singleton/Client.java) [java] %%%%%%%%%% Parsing file "el/ELJavadocAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "el" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%% Error could not resolve file "javadoc_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] WARN: for id:[EL:JAVADOC:25] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:32] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:49] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:57] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:65] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:66] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:86] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:108] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:115] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:116] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:118] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:168] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:203] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:220] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:264] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:345] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:346] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:367] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:382] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:383] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:384] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:17] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:18] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:19] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:20] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:21] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:22] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:23] null description in ELJavadocAssertions.xml [java] WARN: for id:[EL:JAVADOC:402] null description in ELJavadocAssertions.xml [java] %%%%%%%%%% Parsing file "el/ELSpecAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "el" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] %%%%%%% Error could not resolve file "spec_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] %%%%%%%%%% Parsing file "servlet/ServletSpecAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "servlet" %%%%%%%%% [java] %%%%%%%%%% Parsing file "servlet/ServletJavadocAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "servlet" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%% Error could not resolve file "javadoc_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%%%%% Parsing file "jacc/JACCSpecAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jacc" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] %%%%%%% Error could not resolve file "spec_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] WARN: no description for JavaEE:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/entity/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:40.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/entity/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:40.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/entity/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:47 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/entity/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/entity/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/entity/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/entity/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:40.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/entity/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:40.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/entity/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:47 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/entity/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/entity/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/entity/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/entity/servletejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:40.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/entity/servletejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:40.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/entity/servletejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:47 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/entity/servletejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/entity/servletejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/entity/servletejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/propagation/Client.java [java] WARN: no description for JavaEE:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/propagation/Client.java [java] WARN: no description for JavaEE:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/propagation/Client.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/propagation/Client.java [java] WARN: no description for JavaEE:SPEC:22 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/secbasicssl/Client.java [java] WARN: no description for JavaEE:SPEC:249 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/secbasicssl/Client.java [java] WARN: no description for Servlet:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/secbasicssl/Client.java [java] WARN: no description for Servlet:SPEC:154 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/secbasicssl/Client.java [java] WARN: no description for Servlet:SPEC:154.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/secbasicssl/Client.java [java] WARN: no description for Servlet:SPEC:154 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/secbasicssl/Client.java [java] WARN: no description for Servlet:SPEC:154.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/secbasicssl/Client.java [java] WARN: for id:[SERVLET:JAVADOC:1] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:2] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:6] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:18] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:25] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:43] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:53] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:159] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:213] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:234] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:235] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:236] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:237] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:239] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:288] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:289] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:294] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:295] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:321] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:323] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:325] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:349] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:392] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:456] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:457] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:475] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:478] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:482] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:489] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:494] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:506] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:507] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:529] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:571] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:591] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:604] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:Servlet:JAVADOC:653] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:Servlet:JAVADOC:654] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:Servlet:JAVADOC:747] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:Servlet:JAVADOC:748] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:Servlet:JAVADOC:765] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:Servlet:JAVADOC:766] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:Servlet:JAVADOC:768] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:Servlet:JAVADOC:769] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:Servlet:JAVADOC:771] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:Servlet:JAVADOC:772] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:Servlet:JAVADOC:774] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:Servlet:JAVADOC:776] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:Servlet:JAVADOC:861] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:Servlet:JAVADOC:862] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:Servlet:JAVADOC:863] null description in ServletJavadocAssertions.xml [java] WARN: for id:[SERVLET:JAVADOC:Servlet:JAVADOC:934] null description in ServletJavadocAssertions.xml [java] WARN: no description for Servlet:JAVADOC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/secbasicssl/Client.java [java] WARN: no description for Servlet:JAVADOC:369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/secbasicssl/Client.java [java] WARN: no description for Servlet:SPEC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/secbasicssl/Client.java [java] WARN: no description for Servlet:SPEC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/secbasicssl/Client.java [java] WARN: no description for Servlet:SPEC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/secbasicssl/Client.java [java] WARN: no description for Servlet:SPEC:369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/secbasicssl/Client.java [java] WARN: no description for Servlet:SPEC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/secbasicssl/Client.java [java] WARN: no description for Servlet:SPEC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/secbasicssl/Client.java [java] WARN: no description for Servlet:SPEC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/secbasicssl/Client.java [java] WARN: no description for Servlet:SPEC:142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/sec/secbasicssl/Client.java [java] WARN: no description for JavaEE:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/session/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:40.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/session/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:40.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/session/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:47 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/session/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/session/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/session/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/session/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:40.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/session/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:40.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/session/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:47 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/session/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/session/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/session/jspejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/session/servletejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:40.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/session/servletejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:40.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/session/servletejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:47 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/session/servletejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/session/servletejbjdbc/URLClient.java [java] WARN: no description for JavaEE:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/integration/session/servletejbjdbc/URLClient.java [java] %%%%%%%%%% Parsing file "jacc/JACCJavaDocAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jacc" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%% Error could not resolve file "javadoc_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%%%%% Parsing file "jaspic/JASPICSpecAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jaspic" %%%%%%%%% [java] %%%%%%%%%% Parsing file "jaspic/JASPICJavadocAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jaspic" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%% Error could not resolve file "javadoc_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] WARN: for id:[JACC:JAVADOC:31] null description in JACCJavadocAssertions.xml [java] WARN: invalid assertion_id: // Add JSR250 Assertion for RolesAllowed (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jacc/ejb/mr/Client.java) [java] WARN: invalid assertion_id: // Add JSR250 assertion for RolesAllowed (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jacc/ejb/mr/Client.java) [java] WARN: invalid assertion_id: // Add JSR 250 assertion for DeclareRoles (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jacc/ejb/mr/Client.java) [java] WARN: invalid assertion_id: //Add JSR 250 assertion for DeclareRoles (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jacc/ejb/mr/Client.java) [java] WARN: invalid assertion_id: // Add JSR250 assertion for DeclareRoles (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jacc/ejb/mr/Client.java) [java] WARN: invalid assertion_id: // Add JSR250 assertion for RunAs (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jacc/ejb/mr/Client.java) [java] WARN: invalid assertion_id: // Add JSR250 assertion for RunAs (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jacc/ejb/mr/Client.java) [java] WARN: invalid assertion_id: note: Add JSR250 assertion for PermitAll (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jacc/ejb/mr/Client.java) [java] WARN: invalid assertion_id: // Add JSR250 assertion for DenyAll (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jacc/ejb/mr/Client.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaspic/spi/baseline/Client.java) [java] WARN: for id:[JASPIC:JAVADOC:77] null description in JASPICJavadocAssertions.xml [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaspic/spi/servlet/Client.java) [java] %%%%%%%%%% Parsing file "jaxrs/JAXRSJavadocAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jaxrs" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%% Error could not resolve file "javadoc_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%%%%% Parsing file "jaxrs/JAXRSSpecAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jaxrs" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] %%%%%%% Error could not resolve file "spec_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] WARN: no description for JavaEE:SPEC:8013 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8014 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8013 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8014 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8013 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8014 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8013 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8014 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8010 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8002 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8003 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8004 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8005 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8004 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8002 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8003 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8004 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8005 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8002 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8010 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8012 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8014 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8003 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8010 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8012 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8014 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8004 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8010 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8012 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8014 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8005 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8010 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8012 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8014 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8002 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8011 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8014 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8003 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8011 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8014 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8004 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8011 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8014 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8005 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8011 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:8014 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javaee/resource/servlet/URLClient.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/fetchprofile/fetchprofile_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/getMessageContent/getMessageContent_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/getMessageContent/getMessageContent_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/getMessageContent/getMessageContent_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/getMessageContent/getMessageContent_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.java [java] WARN: no description for JavaEE:SPEC:233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/mimemessage/mimemessage_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/multipart/multipart_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/multipart/multipart_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/multipart/multipart_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/multipart/multipart_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/multipart/multipart_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/multipart/multipart_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/multipart/multipart_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/multipart/multipart_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: no description for JavaEE:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/javamail/ee/transport/send_Test.java [java] WARN: for id:[JAXRS:JAVADOC:21] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:165] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:166] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:167] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:168] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:261] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:731] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:732] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:733] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:734] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:737] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:740] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:741] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:742] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:743] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:745] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:746] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:747] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:748] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:770] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:771] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:772] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:773] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:777] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:778] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:799] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:815] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:974] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:975] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:1159] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:1160] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:1161] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:1192] null description in JAXRSJavadocAssertions.xml [java] WARN: for id:[JAXRS:JAVADOC:1193] null description in JAXRSJavadocAssertions.xml [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/bindingpriority/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/bindingpriority/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:787 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/link/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:1004 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/link/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/mediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/mediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/mediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/mediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/mediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/mediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/mediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/mediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/mediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/responseclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/variantlistbuilder/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/variantlistbuilder/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/variantlistbuilder/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/variantlistbuilder/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/variantlistbuilder/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/variantlistbuilder/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/variantlistbuilder/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/variantlistbuilder/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/variantlistbuilder/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/core/variantlistbuilder/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/interceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/interceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/interceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/interceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/interceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/interceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/interceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/interceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/interceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/interceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/interceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/interceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/interceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/interceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/interceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/interceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/readerinterceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/readerinterceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/readerinterceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/readerinterceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/readerinterceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/readerinterceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/readerinterceptorcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:15.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/java2entity/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:16.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:9.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:9.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/application/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/application/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/headers/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/headers/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/headers/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/headers/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/headers/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/headers/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/headers/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/headers/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/headers/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/headers/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/headers/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/headers/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/headers/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/headers/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/headers/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/headers/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/headers/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/request/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/request/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/request/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/response/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/response/JAXRSClient.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic/JAXRSBasicClient.java) [java] WARN: no description for JAXRS:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic/JAXRSBasicClient.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic/JAXRSBasicClient.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic/JAXRSBasicClient.java) [java] WARN: no description for JAXRS:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic/JAXRSBasicClient.java [java] WARN: no description for JAXRS:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/uriinfo/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/core/uriinfo/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/delete/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/delete/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/delete/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/delete/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:21 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/delete/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/delete/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/delete/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/JAXRSProvidersClient.java [java] WARN: no description for JAXRS:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/JAXRSProvidersClient.java [java] WARN: no description for JAXRS:SPEC:81 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/JAXRSProvidersClient.java [java] WARN: no description for JAXRS:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/JAXRSProvidersClient.java [java] WARN: no description for JAXRS:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/JAXRSProvidersClient.java [java] WARN: no description for JAXRS:SPEC:81 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/JAXRSProvidersClient.java [java] WARN: no description for JAXRS:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/JAXRSProvidersClient.java [java] WARN: no description for JAXRS:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/JAXRSProvidersClient.java [java] WARN: no description for JAXRS:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/JAXRSProvidersClient.java [java] WARN: no description for JAXRS:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/JAXRSProvidersClient.java [java] WARN: no description for JAXRS:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/JAXRSProvidersClient.java [java] WARN: no description for JAXRS:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/JAXRSProvidersClient.java [java] WARN: no description for JAXRS:SPEC:16 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/JAXRSProvidersClient.java [java] WARN: no description for JAXRS:SPEC:16.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/JAXRSProvidersClient.java [java] WARN: no description for JAXRS:SPEC:16 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/JAXRSProvidersClient.java [java] WARN: no description for JAXRS:SPEC:16.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/JAXRSProvidersClient.java [java] WARN: no description for JAXRS:SPEC:16 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/JAXRSProvidersClient.java [java] WARN: no description for JAXRS:SPEC:16.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/JAXRSProvidersClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/get/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/get/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/get/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/get/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/get/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/get/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/get/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:17.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/get/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/get/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:17.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/get/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/get/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:17.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/get/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:18 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/get/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:18.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/get/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/get/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/get/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/get/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/get/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/head/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:17.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/head/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/head/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/head/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/head/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:17.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/head/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/head/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/head/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/head/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:17.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/head/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/head/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/head/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/head/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:17.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/head/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:9.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:JAVADOC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:9.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:18 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/options/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:18.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/options/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:18 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/options/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:18.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/options/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:9.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:20.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/JAXRSLocatorClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:9.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:21 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:21 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:21 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:21 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:21 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:21 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:21 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:21 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:22 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:22 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:22 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:22 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:22 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:22 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:22 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:22 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:22 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:22 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:22 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:22 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/put/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/put/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/put/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/put/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/put/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/put/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:9.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:5.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:12.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:9.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:20.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/JAXRSSubClient.java [java] WARN: no description for JAXRS:SPEC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/jaxrs21/ee/patch/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/jaxrs21/ee/priority/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/jaxrs21/ee/priority/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:129 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:129 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:129 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:129 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/jaxrs21/spec/classsubresourcelocator/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/jaxrs21/spec/completionstage/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:102.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:106 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/container/asyncejb/JAXRSClient.java [java] WARN: no description for JAXRS:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/container/asyncresponse/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/container/asyncresponse/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/container/asyncresponse/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/container/asyncresponse/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/container/asyncresponse/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:105 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/container/asyncresponse/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:105 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/container/asyncresponse/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:51 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/ejbsingleton/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:51 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/ejbsingleton/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:51 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/ejbsingleton/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:52 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/ejbsingleton/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/ejbsingleton/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/ejbsingleton/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/ejbsingleton/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:51 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/ejbstateless/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/ejbstateless/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:51 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/ejbstateless/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/ejbstateless/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:51 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/ejbstateless/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/ejbstateless/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:52 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/ejbstateless/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/ejbstateless/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/ejbstateless/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/ejbstateless/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:41 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/environment/servlet/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:42 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/environment/servlet/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:43 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/environment/servlet/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:44 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/environment/servlet/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/environment/servlet/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/environment/servlet/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:49 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:49 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:49 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:49 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:49 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:50 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean299/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:50 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean299/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:50 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean299/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean299/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean299/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean299/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean299/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean299/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean299/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean299/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:53.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/managedbean299/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/provider/jsonp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/provider/jsonp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/provider/jsonp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:75 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/provider/jsonp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/provider/jsonp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/provider/jsonp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/provider/jsonp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/provider/jsonp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:48 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:48 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp1/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:48 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp1/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp1/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp1/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp1/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:48 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp1/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp1/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp1/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp2/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:48 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp2/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp2/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp2/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp2/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:48 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp2/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp2/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletapp2/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletconfig/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:48 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletconfig/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletconfig/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletconfig/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletconfig/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletconfig/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:48 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletconfig/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletconfig/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletconfig/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletconfig/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletnoapp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:48 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletnoapp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletnoapp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletnoapp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:48 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletnoapp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/platform/servletnoapp/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/servlet3/rs/ext/paramconverter/autodiscovery/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/instance/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/instance/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/invocations/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/invocations/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/resource/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentities/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentities/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentities/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentities/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentities/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentities/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentities/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentities/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentities/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentities/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentities/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentities/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentities/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentities/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentities/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentities/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentities/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentities/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentities/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentitieswithxmlbinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/typedentitieswithxmlbinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:66 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/webtarget/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:66 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/webtarget/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:67 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/webtarget/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/webtarget/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/webtarget/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/webtarget/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/webtarget/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/client/webtarget/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:93 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/client/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:93.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/client/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:94 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/client/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:95 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/client/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/client/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/client/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:98 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/client/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:99 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/client/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:100 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/client/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:93 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/client/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:93.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/client/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:94 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/client/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:95 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/client/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/client/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/client/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:98 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/client/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:99 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/client/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:100 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/client/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:93 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:93.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:94 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:95 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:98 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:99 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:100 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:93 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:93.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:94 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:95 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:98 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:99 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:100 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:93 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:93.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:94 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:95 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:98 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:99 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:100 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:93 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:93.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:94 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:95 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:98 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:99 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:100 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:93 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:93.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:94 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:95 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:98 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:99 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:100 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/context/server/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:91 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:91.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:91 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:91.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:91 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:91 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:91 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:91 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:91 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:91 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:91 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:91 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:91 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/exception/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:89 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/globalbinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:89 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/globalbinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/interceptor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:86 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/lastvalue/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:86 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/lastvalue/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:86 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/lastvalue/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:86 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/lastvalue/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:88 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/namebinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:89 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/namebinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:88 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/namebinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:89 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/namebinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:88 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/namebinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:89 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/namebinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:88 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/namebinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:89 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/namebinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:87 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/namebinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:88 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/namebinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:89 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/namebinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:87 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/namebinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:88 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/namebinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:89 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/filter/namebinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/inheritance/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/inheritance/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/inheritance/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/inheritance/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/inheritance/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/inheritance/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:83 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/reader/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:62 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/reader/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:62.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/reader/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:62 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/reader/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:62.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/reader/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:62 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/reader/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:62.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/reader/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:62 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/reader/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:62.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/reader/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:62.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/reader/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:62.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/reader/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:62.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/reader/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:62 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/reader/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:62.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/reader/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:62.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/reader/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:62.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/reader/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:62.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/reader/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/sort/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:32 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/sort/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:32 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/sort/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:38 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/sort/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:32 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/sort/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:38 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/sort/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standard/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:75 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:75 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:75 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:75 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:75 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:75 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:75 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:75 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:75 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithxmlbinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:33.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/standardwithxmlbinding/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/visibility/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/visibility/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/visibility/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/visibility/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/visibility/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/visibility/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/visibility/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/visibility/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:63.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/provider/writer/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/locator/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:78 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:78 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:26.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/JAXRSClient.java [java] %%%%%%%%%% Parsing file "jdbc/JDBCJavadocAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jdbc" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%% Error could not resolve file "javadoc_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%%%%% Parsing file "jdbc/JDBCSpecAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jdbc" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] %%%%%%% Error could not resolve file "spec_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:5.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resourceconstructor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resourceconstructor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resourceconstructor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:77.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resourceconstructor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resourceconstructor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resourceconstructor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resourceconstructor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resourceconstructor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:77.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resourceconstructor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resourceconstructor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:77.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resourceconstructor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resourceconstructor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:77.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resourceconstructor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resourceconstructor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:77.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resourceconstructor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resourceconstructor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:77.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/resourceconstructor/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:14.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:25.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/returntype/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:20.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: no description for JAXRS:SPEC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jaxrs/spec/template/JAXRSClient.java [java] WARN: for id:[JDBC:JAVADOC:1135] null description in JDBCJavadocAssertions.xml [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/batchUpdate/batchUpdateClient.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt10/callStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt11/callStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt12/callStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt13/callStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt14/callStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt15/callStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt16/callStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt17/callStmtClient17.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt18/callStmtClient18.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt19/callStmtClient19.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt2/callStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt20/callStmtClient20.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt21/callStmtClient21.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt22/callStmtClient22.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt3/callStmtClient3.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt4/callStmtClient4.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt5/callStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt6/callStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt7/callStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt8/callStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/callStmt/callStmt9/callStmtClient9.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/connection/connection1/connectionClient1.java [java] WARN: no description for JavaEE:SPEC:180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta1/dbMetaClient1.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta10/dbMetaClient10.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta11/dbMetaClient11.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta12/dbMetaClient12.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta2/dbMetaClient2.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta3/dbMetaClient3.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta4/dbMetaClient4.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta5/dbMetaClient5.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta6/dbMetaClient6.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta7/dbMetaClient7.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta8/dbMetaClient8.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/dbMeta/dbMeta9/dbMetaClient9.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalarClient1.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalarClient1.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalarClient1.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalarClient1.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalarClient1.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalarClient1.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalarClient1.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalarClient1.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalarClient1.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalarClient1.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalarClient1.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalarClient1.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalarClient1.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalarClient1.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalarClient1.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar1/scalarClient1.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalarClient2.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalarClient2.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalarClient2.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalarClient2.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalarClient2.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalarClient2.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalarClient2.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalarClient2.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalarClient2.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalarClient2.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalarClient2.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar2/scalarClient2.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalarClient3.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalarClient3.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalarClient3.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalarClient3.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalarClient3.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalarClient3.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalarClient3.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalarClient3.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalarClient3.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalarClient3.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalarClient3.java [java] WARN: no description for JavaEE:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/escapeSyntax/scalar3/scalarClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt1/prepStmtClient1.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt10/prepStmtClient10.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt11/prepStmtClient11.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt12/prepStmtClient12.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt13/prepStmtClient13.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt14/prepStmtClient14.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt15/prepStmtClient15.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt16/prepStmtClient16.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt2/prepStmtClient2.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt3/prepStmtClient3.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt4/prepStmtClient4.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt5/prepStmtClient5.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt6/prepStmtClient6.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt7/prepStmtClient7.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt8/prepStmtClient8.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/prepStmt/prepStmt9/prepStmtClient9.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet1/resultSetClient1.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet10/resultSetClient10.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet11/resultSetClient11.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet14/resultSetClient14.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet17/resultSetClient17.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet18/resultSetClient18.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSetClient41.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSetClient41.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSetClient41.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSetClient41.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSetClient41.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSetClient41.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSetClient41.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSetClient41.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSetClient41.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSetClient41.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSetClient41.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet41/resultSetClient41.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet45/resultSetClient45.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet47/resultSetClient47.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet49/resultSetClient49.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/resultSet/resultSet7/resultSetClient7.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] WARN: no description for JavaEE:SPEC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jdbc/ee/rsMeta/rsMetaClient.java [java] %%%%%%%%%% Parsing file "jms/JMSJavadocAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jms" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%% Error could not resolve file "javadoc_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] WARN: for id:[JMS:JAVADOC:1315] null description in JMSJavadocAssertions.xml [java] WARN: for id:[JMS:JAVADOC:1316] null description in JMSJavadocAssertions.xml [java] WARN: for id:[JMS:JAVADOC:1339] null description in JMSJavadocAssertions.xml [java] WARN: for id:[JMS:JAVADOC:1348] null description in JMSJavadocAssertions.xml [java] %%%%%%%%%% Parsing file "jms/JMSSpecAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jms" %%%%%%%%% [java] WARN: no description for JMS:SPEC:275 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/core20/appclient/jmscontextqueuetests/Client.java [java] WARN: no description for JMS:SPEC:275 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/core20/appclient/jmscontextqueuetests/Client.java [java] WARN: no description for JMS:SPEC:275 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/core20/appclient/jmscontextqueuetests/Client.java [java] WARN: no description for JMS:SPEC:275 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/core20/appclient/jmscontexttopictests/Client.java [java] WARN: no description for JMS:SPEC:275 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/core20/appclient/jmscontexttopictests/Client.java [java] WARN: no description for JMS:SPEC:275 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/core20/appclient/jmscontexttopictests/Client.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for JavaEE:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/ejbweb/xa/TransactionTests.java [java] WARN: no description for EJB:SPEC:529 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_exceptQ/MDBClient.java [java] WARN: no description for EJB:SPEC:529 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_exceptQ/MDBClient.java [java] WARN: no description for EJB:SPEC:529 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_exceptT/MDBClient.java [java] WARN: no description for EJB:SPEC:529 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_exceptT/MDBClient.java [java] WARN: no description for JavaEE:SPEC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_sndToQueue/MDBClient.java [java] WARN: no description for JavaEE:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_sndToQueue/MDBClient.java [java] WARN: no description for JavaEE:SPEC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_sndToQueue/MDBClient.java [java] WARN: no description for JavaEE:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_sndToQueue/MDBClient.java [java] WARN: no description for JavaEE:SPEC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_sndToQueue/MDBClient.java [java] WARN: no description for JavaEE:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_sndToQueue/MDBClient.java [java] WARN: no description for JavaEE:SPEC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_sndToQueue/MDBClient.java [java] WARN: no description for JavaEE:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_sndToQueue/MDBClient.java [java] WARN: no description for JavaEE:SPEC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_sndToQueue/MDBClient.java [java] WARN: no description for JavaEE:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_sndToQueue/MDBClient.java [java] WARN: no description for JavaEE:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_sndToTopic/MDBClient.java [java] WARN: no description for JavaEE:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_sndToTopic/MDBClient.java [java] WARN: no description for JavaEE:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_sndToTopic/MDBClient.java [java] WARN: no description for JavaEE:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_sndToTopic/MDBClient.java [java] WARN: no description for JavaEE:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_sndToTopic/MDBClient.java [java] WARN: no description for JavaEE:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/mdb_synchrec/MDBClient.java [java] WARN: no description for EJB:SPEC:583.2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/xa/MDBClient.java [java] WARN: no description for EJB:SPEC:586.1.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/xa/MDBClient.java [java] WARN: no description for EJB:SPEC:583.2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/xa/MDBClient.java [java] WARN: no description for EJB:SPEC:586.1.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/xa/MDBClient.java [java] WARN: no description for EJB:SPEC:583.2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/xa/MDBClient.java [java] WARN: no description for EJB:SPEC:586.1.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/xa/MDBClient.java [java] WARN: no description for EJB:SPEC:583.2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/xa/MDBClient.java [java] WARN: no description for EJB:SPEC:586.1.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jms/ee/mdb/xa/MDBClient.java [java] WARN: for id:[PERSISTENCE:JAVADOC:9] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:10] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:26] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:27] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:73] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:74] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:75] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:76] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:79] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:80] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:83] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:84] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:87] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:88] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:97] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:104] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:105] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:148] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:154] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:155] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:217] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:218] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:240] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: for id:[PERSISTENCE:JAVADOC:241] null description in PERSISTENCEJavadocAssertions.xml [java] WARN: no description for PERSISTENCE:JAVADOC:3360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3362 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3362 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3362 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3362 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3362 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3362 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3363 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3363 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3363 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3363 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3363 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3363 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3403 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3403 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3403 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3403 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3403 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3403 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] %%%%%%%%%% Parsing file "jpa/2.0/PersistenceJavaDocAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jpa/2.0" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%% Error could not resolve file "javadoc_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%%%%% Parsing file "jpa/2.0/PersistenceSpecAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jpa/2.0" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] %%%%%%% Error could not resolve file "spec_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] WARN: no description for PERSISTENCE:SPEC:2458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3420 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3420 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3420 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3420 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3420 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3420 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3411 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3411 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3411 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3411 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3411 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3411 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3414 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3415 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3414 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3415 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3414 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3415 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3414 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3415 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3414 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3415 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3414 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3415 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/EntityGraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1557 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1568 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1572 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1577 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1578 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1557 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1568 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1572 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1577 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1578 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1557 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1568 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1572 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1577 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1578 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1557 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1568 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1572 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1577 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1578 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1557 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1568 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1572 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1577 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1578 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1557 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1568 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1572 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1577 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1578 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1569 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1570 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1583 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1569 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1570 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1583 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1569 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1570 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1583 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1569 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1570 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1583 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1569 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1570 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1583 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1569 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1570 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1583 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1548 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1302.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1548 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1302.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1548 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1302.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1548 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1302.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1548 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1302.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1548 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1302.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1585 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3482 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1585 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3482 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1585 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3482 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1585 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3482 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1585 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3482 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1585 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3482 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1590 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1590 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1590 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1590 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1590 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1590 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3482 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3482 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3482 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3482 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3482 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3482 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3484 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3484 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3484 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3484 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3484 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3484 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1559 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1586 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1559 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1586 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1559 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1586 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1559 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1586 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1559 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1586 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1559 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1586 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1637 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1637 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1637 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1637 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1637 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1637 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1589 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1589 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1589 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1589 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1589 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1589 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1574 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1574 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1574 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1574 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1574 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1574 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1569 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1609 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1569 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1609 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1569 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1609 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1569 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1609 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1569 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1609 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1569 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1609 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1598 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1598 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1598 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1598 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1598 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1598 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1562 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1562 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1562 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1562 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1562 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1562 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1563 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1563 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1563 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1563 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1563 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1563 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1575 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1575 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1575 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1575 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1575 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1575 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1603 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1603 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1603 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1603 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1603 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1603 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1577 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1577 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1577 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1577 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1577 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1577 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1578 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1578 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1578 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1578 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1578 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1578 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1579 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1579 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1579 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1579 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1579 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1579 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1564 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1564 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1564 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1564 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1564 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1564 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1567 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1567 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1567 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1567 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1567 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1567 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1582 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1582 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1582 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1582 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1605 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1605 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1605 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1605 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1605 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1605 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1606 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1606 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1606 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1606 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1606 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1606 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1607 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1607 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1607 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1607 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1607 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1607 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1611 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1572 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1611 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1572 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1611 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1572 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1611 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1572 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1611 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1572 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1611 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1572 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1613 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1613 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1613 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1613 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1613 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1613 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1612 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1612 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1612 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1612 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1612 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1612 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1560 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1560 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1560 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1560 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1560 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1560 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2241 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2242 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2241 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2242 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2241 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2242 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2241 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2242 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2241 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2242 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2241 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2242 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2245 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2245 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2245 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2245 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2245 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2245 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/StoredProcedureQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:300 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1977 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:300 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1977 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:300 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1977 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:300 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1977 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:300 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1977 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:300 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1977 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/mappedsc/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1327.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/access/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1964 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/assocoverride/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1965 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/assocoverride/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1969 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/assocoverride/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1964 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/assocoverride/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1965 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/assocoverride/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1969 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/assocoverride/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1964 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/assocoverride/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1965 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/assocoverride/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1969 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/assocoverride/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1964 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/assocoverride/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1965 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/assocoverride/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1969 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/assocoverride/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1964 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/assocoverride/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1965 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/assocoverride/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1969 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/assocoverride/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1964 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/assocoverride/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1965 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/assocoverride/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1969 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/assocoverride/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1990 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1990 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1990 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1990 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1990 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1990 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/basic/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/collectiontable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/collectiontable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/collectiontable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/collectiontable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/collectiontable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/collectiontable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/collectiontable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/collectiontable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/collectiontable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/collectiontable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/collectiontable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/collectiontable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/collectiontable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/collectiontable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/collectiontable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/collectiontable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/collectiontable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/collectiontable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1956 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1956.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1991 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1956 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1956.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1991 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1956 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1956.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1991 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1956 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1956.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1991 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1956 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1956.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1991 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1956 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1956.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1991 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1495 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1495 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1495 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1495 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1495 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1495 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1495 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1495 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1482 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1484 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1482 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1484 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1482 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1484 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1482 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1484 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1482 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1484 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1482 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1483.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1484 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1481 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1957 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1481 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1957 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1481 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1957 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1481 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1957 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1481 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1957 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1481 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1489.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1957 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1488 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1491 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1992 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1488 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1491 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1992 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1488 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1491 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1992 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1488 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1491 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1992 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1488 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1491 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1992 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1488 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1491 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1992 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1494 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1494 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1494 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1494 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1494 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1494 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1493 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1493 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1493 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1493 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1493 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1493 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1991 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1994 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1991 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1994 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1991 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1994 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1991 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1994 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1991 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1994 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1991 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1994 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1994 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1994 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1994 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1994 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1994 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1994 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/convert/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2005 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2513 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2005 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2513 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2005 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2513 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2005 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2513 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2005 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2513 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2005 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2513 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/discriminatorValue/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:318 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2007 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:318 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2007 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:318 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2007 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:318 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2007 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:318 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2007 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:318 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2007 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2007 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2007 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2007 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2007 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2007 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2007 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2008 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2008 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2008 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2008 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2008 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2008 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/elementcollection/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddable/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/embeddableMapValue/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2025.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/id/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1980 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1980 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1980 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1980 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1980 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1980 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkey/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:350 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:350 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:350 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:350 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:350 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:350 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyclass/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:359 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:359 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:359 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:359 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:359 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:359 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:791 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:875 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:791 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:875 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:791 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:875 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:791 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:875 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:791 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:875 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:791 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:875 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeycolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2051 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2051 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2051 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2051 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2051 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2051 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2054 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2054 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2054 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2054 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2054 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2054 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2053 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2053 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2053 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2053 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2053 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2053 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2052.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyenumerated/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2066 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2066 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2066 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2066 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2066 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2066 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2065.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapkeytemporal/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapsid/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapsid/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapsid/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapsid/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapsid/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/mapsid/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1370.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1370.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1370.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1370.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1370.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1370.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1370.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1370.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1370.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1370.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1370.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1370.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1556 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1954 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1556 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1954 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1556 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1954 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1556 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1954 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1556 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1954 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1556 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1954 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1513 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1951 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1952 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1953 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1955 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1513 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1951 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1952 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1953 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1955 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1513 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1951 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1952 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1953 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1955 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1513 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1951 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1952 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1953 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1955 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1513 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1951 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1952 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1953 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1955 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1513 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1951 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1952 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1953 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1955 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1557 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1557 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1557 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1557 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1557 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1557 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1557 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1557 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1557 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1557 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1557 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1557 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:552 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:552 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:552 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:552 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/nativequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:374 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:374 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:374 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:374 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:374 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:374 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/onexmanyuni/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2089 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2091 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2092 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2089 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2091 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2092 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2089 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2091 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2092 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2089 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2091 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2092 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2089 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2091 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2092 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2089 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2091 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2092 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2089 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2091 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2092 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2089 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2091 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2092 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2089 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2091 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2092 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2089 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2091 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2092 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2089 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2091 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2092 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2089 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2091 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2092 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2090 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2090 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2090 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2090 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2090 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2090 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2090 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2090 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2090 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2090 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2090 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2090 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/orderby/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:378 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:379 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:380 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:378 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:379 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:380 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:378 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:379 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:380 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:378 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:379 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:380 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:378 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:379 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:380 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:378 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:379 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:380 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2097 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2097 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2097 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2097 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2097 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2097 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2097 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2097 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2097 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2097 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2097 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2097 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/ordercolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2111.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/tableGenerator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2114.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/temporal/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2117.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/annotations/version/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/basic/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:305 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:305 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:305 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:305 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/cache/basicTests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/listener/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1466 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1466 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1466 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1466 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1466 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1466 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/callback/xml/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:756 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:756 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:756 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:756 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:756 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:756 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:757 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:757 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:757 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:757 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:757 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:757 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:758 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:758 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:758 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:758 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:758 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:758 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1026 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1705 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1026 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1705 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1026 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1705 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1026 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1705 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1026 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1705 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1026 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1705 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:435 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1727 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:435 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1727 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:435 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1727 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:435 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1727 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:435 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1727 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:435 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1727 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:432 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:432 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:432 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:432 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:432 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:432 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:603 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1164 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:603 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1164 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:603 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1164 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:603 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1164 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:603 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1164 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:603 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1164 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:602 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:602 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:602 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:602 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:602 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:602 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:429 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:434 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1168 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1169 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1763 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:429 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:434 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1168 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1169 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1763 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:429 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:434 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1168 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1169 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1763 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:429 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:434 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1168 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1169 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1763 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:429 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:434 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1168 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1169 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1763 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:429 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:434 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1168 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1169 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1763 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:431 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:431 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:431 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:431 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:431 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:431 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:601 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:601 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:601 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:601 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:601 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:601 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:600 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:600 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:600 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:600 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:600 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:600 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:430 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:430 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:430 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:430 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:430 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:430 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:436 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:436 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:436 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:436 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:436 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:436 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:437 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:437 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:437 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:437 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:437 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:437 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:872 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:872 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:872 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:872 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:872 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:872 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:873 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:873 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:873 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:873 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:873 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:873 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:739 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:739 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:739 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:739 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:739 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:739 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:753 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:753 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:753 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:753 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:753 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:753 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1121.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1121.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1121.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1121.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1121.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1121.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:741 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1690 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1774 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:741 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1690 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1774 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:741 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1690 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1774 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:741 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1690 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1774 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:741 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1690 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1774 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:741 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1690 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1774 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:762 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1774 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:762 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1774 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:762 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1774 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:762 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1774 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:762 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1774 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:762 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1774 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:742 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1510 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:742 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1510 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:742 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1510 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:742 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1510 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:742 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1510 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:742 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1510 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:853 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:853 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:853 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:853 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:853 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:853 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:855 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:855 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:855 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:855 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:855 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:855 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:856 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:856 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:856 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:856 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:856 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:856 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:854 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:854 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:854 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:854 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:854 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:854 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:815 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:815 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:815 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:815 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:815 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:815 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:816 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:816 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:816 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:816 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:816 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:816 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:777 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:777 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:777 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:777 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:777 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:777 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:794 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:794 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:794 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:794 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:794 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:794 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:755 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:755 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:755 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:755 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:755 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:755 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:769 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1767 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:769 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1767 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:769 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1767 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:769 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1767 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:769 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1767 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:769 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1767 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1765 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1765 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1765 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1765 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1765 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1765 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:847 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:847 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:847 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:847 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:847 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:847 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1766.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:737 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:737 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:737 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:737 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:737 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:737 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:834 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:834 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:834 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:834 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:834 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:834 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:821 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:821 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:821 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:821 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:821 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:821 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:751 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:751 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:751 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:751 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:751 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:751 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:766 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:790 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:790 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:790 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:790 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:790 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:790 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:782 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:782 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:782 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:782 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:782 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:782 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:789 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:957 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1683 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:789 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:957 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1683 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:789 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:957 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1683 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:789 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:957 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1683 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:789 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:957 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1683 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:789 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:957 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1683 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:788 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:956 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:788 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:956 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:788 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:956 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:788 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:956 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:788 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:956 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:788 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:956 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:768 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:768 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:768 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:768 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:768 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:768 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:767 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1748 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:767 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1748 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:767 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1748 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:767 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1748 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:767 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1748 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:767 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1748 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:823 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:823 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:823 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:823 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:823 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:823 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:822 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:822 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:822 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:822 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:822 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:822 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:857 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:857 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:857 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:857 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:857 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:857 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:858 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:858 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:858 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:858 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:858 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:858 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:774 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:774 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:774 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:774 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:774 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:774 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:773 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:773 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:773 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:773 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:773 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:773 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:776 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:795 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:776 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:795 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:776 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:795 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:776 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:795 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:776 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:795 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:776 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:795 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:775 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:775 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:775 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:775 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:775 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:775 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:797 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:797 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:797 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:797 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:797 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:797 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:796 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:796 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:796 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:796 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:796 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:796 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:799 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:799 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:799 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:799 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:799 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:799 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:798 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:798 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:798 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:798 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:798 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:798 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:743 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:835 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:743 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:835 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:743 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:835 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:743 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:835 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:743 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:835 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:743 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:835 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:779 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:779 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:779 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:779 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:779 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:779 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:778 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:778 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:778 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:778 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:778 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:778 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:772 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:772 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:772 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:772 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:772 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:772 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:771 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:771 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:771 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:771 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:771 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:771 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:814 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:814 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:814 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:814 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:814 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:814 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:813 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:813 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:813 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:813 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:813 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:813 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:793 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:793 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:793 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:793 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:793 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:793 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:792 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:792 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:792 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:792 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:792 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:792 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:820 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:820 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:820 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:820 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:820 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:820 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:734 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:734 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:734 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:734 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:734 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:734 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:838 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:838 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:838 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:838 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:838 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:838 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1746.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:839 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:839 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:839 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:839 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:839 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:839 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:837 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:837 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:837 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:837 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:837 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:837 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:764 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:764 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:764 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:764 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:764 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:764 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:765 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:765 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:765 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:765 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:765 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:765 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:763 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:763 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:763 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:763 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:763 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:763 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:841 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:841 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:841 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:841 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:841 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:841 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:842 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:842 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:842 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:842 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:842 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:842 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:840 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:840 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:840 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:840 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:840 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:840 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:818 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:818 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:818 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:818 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:818 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:818 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:817 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:817 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:817 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:817 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:817 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:817 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:819 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:819 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:819 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:819 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:819 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:819 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:848 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:848 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:848 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:848 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:848 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:848 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:864 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:864 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:864 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:864 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:864 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:864 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:863 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:863 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:863 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:863 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:863 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:863 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:862 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:862 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:862 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:862 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:862 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:862 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:861 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:861 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:861 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:861 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:861 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:861 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:859 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:859 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:859 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:859 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:859 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:859 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:860 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:860 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:860 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:860 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:860 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:860 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:865 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:865 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:865 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:865 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:865 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:865 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:806 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:806 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:806 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:806 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:806 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:806 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:807 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:807 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:807 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:807 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:807 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:807 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:836 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1750 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:836 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1750 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:836 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1750 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:836 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1750 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:836 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1750 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:836 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1750 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:898 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:898 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:898 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:898 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:898 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:898 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:780 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:898 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:899 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:780 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:898 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:899 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:780 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:898 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:899 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:780 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:898 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:899 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:780 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:898 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:899 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:780 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:898 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:899 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:900 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:901 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:902 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:900 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:901 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:902 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:900 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:901 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:902 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:900 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:901 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:902 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:900 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:901 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:902 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:900 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:901 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:902 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:897 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:897 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:897 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:897 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:897 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:897 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:952 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:952 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:952 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:952 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:952 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:952 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:953 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:953 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:953 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:953 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:953 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:953 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:955 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:955 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:955 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:955 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:955 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:955 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:954 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:954 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:954 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:954 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:954 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:954 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1091 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1091 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1091 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1091 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1091 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1091 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1090 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1090 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1090 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1090 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1090 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1090 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:781 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:781 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:781 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:781 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:781 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:781 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:785 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:785 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:785 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:785 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:785 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:785 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1742 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1742 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1742 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1742 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1742 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1742 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:845 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:845 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:845 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:845 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:845 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:845 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:784 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:784 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:784 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:784 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:784 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:784 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:801 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:801 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:801 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:801 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:801 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:801 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:800 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:800 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:800 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:800 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:800 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:800 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:824 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:824 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:824 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:824 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:824 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:824 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:826 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:826 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:826 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:826 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:826 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:826 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:827 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:827 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:827 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:827 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:827 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:827 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:828 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:828 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:828 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:828 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:828 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:828 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:829 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:829 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:829 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:829 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:829 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:829 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:749 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:806 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:749 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:806 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:749 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:806 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:749 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:806 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:749 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:806 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:749 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:806 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:750 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:750 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:750 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:750 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:750 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:750 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:748 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:748 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:748 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:748 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:748 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:748 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:850 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:850 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:850 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:850 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:850 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:850 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:849 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:849 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:849 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:849 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:849 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:849 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:852 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:852 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:852 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:852 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:852 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:852 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:851 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:851 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:851 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:851 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:851 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:851 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:915 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:916 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:915 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:916 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:915 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:916 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:915 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:916 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:915 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:916 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:915 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:916 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:867 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:867 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:867 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:867 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:867 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:867 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:866 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:866 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:866 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:866 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:866 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:866 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:867 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:867 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:867 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:867 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:867 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:867 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:812 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:812 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:812 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:812 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:812 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:812 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:874 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:874 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:874 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:874 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:874 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:874 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:795 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:795 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:795 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:795 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:795 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:795 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:809 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:809 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:809 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:809 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:809 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:809 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:808 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:808 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:808 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:808 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:808 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:808 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:759 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:759 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:759 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:759 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:759 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:759 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:760 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:760 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:760 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:760 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:760 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:760 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:761 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:761 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:761 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:761 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:761 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:761 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:958 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:958 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:958 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:958 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:958 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:958 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1683 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1734 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1734.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1683 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1734 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1734.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1683 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1734 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1734.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1683 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1734 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1734.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1683 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1734 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1734.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1683 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1734 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1734.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1716 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1613 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1717 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1716 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1613 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1717 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1716 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1613 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1717 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1716 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1613 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1717 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1716 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1613 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1717 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1716 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1613 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1717 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1717 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1717 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1717 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1717 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1717 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1717 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:830 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:830 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:830 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:830 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:830 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:830 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:831 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:831 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:831 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:831 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:831 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:831 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:810 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:810 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:810 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:810 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:810 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:810 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:811 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:811 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:811 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:811 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:811 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:811 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:747 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:747 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:747 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:747 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:747 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:747 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1709 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1709 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1709 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1709 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1709 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1709 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaBuilder/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:631 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1780 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1781 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1782 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1794 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:631 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1780 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1781 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1782 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1794 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:631 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1780 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1781 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1782 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1794 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:631 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1780 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1781 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1782 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1794 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:631 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1780 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1781 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1782 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1794 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:631 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1780 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1781 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1782 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1794 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1686 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1686 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1686 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1686 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1686 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1686 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1687 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1687 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1687 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1687 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1687 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1687 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1688 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1688 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1688 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1688 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1688 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1688 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1789 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1797 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1789 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1797 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1789 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1797 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1789 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1797 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1789 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1797 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1789 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1797 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaDelete/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:935 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1513 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1700 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1792 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:935 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1513 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1700 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1792 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:935 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1513 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1700 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1792 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:935 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1513 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1700 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1792 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:935 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1513 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1700 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1792 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:935 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1513 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1700 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1792 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:936 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1096 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:936 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1096 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:936 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1096 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:936 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1096 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:936 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1096 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:936 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1096 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:930 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1751 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1753 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:930 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1751 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1753 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:930 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1751 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1753 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:930 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1751 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1753 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:930 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1751 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1753 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:930 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1751 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1752 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1753 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:931 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:931 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:931 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:931 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:931 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:931 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:924 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1751 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:924 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1751 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:924 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1751 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:924 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1751 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:924 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1751 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:924 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1751 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:926 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:926 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:926 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:926 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:926 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:926 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:925 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:927 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:925 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:927 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:925 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:927 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:925 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:927 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:925 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:927 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:925 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:927 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1725 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1726 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1725 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1726 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1725 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1726 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1725 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1726 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1725 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1726 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1725 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1726 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1518 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1518 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1518 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1518 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1518 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1518 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:933 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1726 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1795 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:933 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1726 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1795 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:933 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1726 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1795 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:933 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1726 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1795 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:933 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1726 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1795 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:933 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1726 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1728.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1795 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1030 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1030 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1030 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1030 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1030 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1030 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1100 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1100 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1100 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1100 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1100 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1100 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1031 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1031 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1031 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1031 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1031 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1031 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1032 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1032 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1032 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1032 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1032 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1032 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1033 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1033 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1033 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1033 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1033 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1033 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1770 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1770 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1770 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1770 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1770 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1770 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:920 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:943 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1772 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1775 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:920 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:943 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1772 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1775 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:920 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:943 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1772 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1775 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:920 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:943 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1772 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1775 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:920 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:943 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1772 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1775 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:920 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:943 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1772 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1775 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:921 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:944 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:921 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:944 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:921 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:944 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:921 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:944 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:921 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:944 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:921 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:944 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:922 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:945 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1771 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:922 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:945 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1771 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:922 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:945 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1771 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:922 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:945 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1771 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:922 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:945 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1771 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:922 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:945 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1735.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1771 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:917 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:934 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1760 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1761 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:917 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:934 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1760 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1761 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:917 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:934 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1760 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1761 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:917 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:934 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1760 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1761 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:917 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:934 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1760 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1761 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:917 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:934 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1760 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1761 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:928 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1082 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1083 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1099 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1736 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:928 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1082 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1083 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1099 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1736 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:928 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1082 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1083 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1099 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1736 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:928 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1082 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1083 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1099 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1736 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:928 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1082 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1083 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1099 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1736 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:928 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1082 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1083 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1099 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1736 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1083 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1084 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1083 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1084 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1083 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1084 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1083 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1084 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1083 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1084 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1083 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1084 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:918 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:918 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:918 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:918 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:918 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:918 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:919 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:919 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:919 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:919 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:919 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:919 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1787 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1790 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1787 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1790 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1787 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1790 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1787 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1790 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1787 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1790 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1787 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1790 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1664 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1664 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1664 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1664 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1664 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1664 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1677.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaQuery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:631 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1777 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1778 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1779 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1793 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:631 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1777 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1778 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1779 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1793 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:631 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1777 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1778 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1779 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1793 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:631 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1777 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1778 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1779 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1793 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:631 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1777 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1778 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1779 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1793 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:631 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1777 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1778 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1779 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1793 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1697 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1697 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1697 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1697 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1697 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1697 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:949 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1705 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:949 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1705 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:949 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1705 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:949 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1705 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:949 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1705 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:949 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1705 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:950 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1699 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:950 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1699 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:950 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1699 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:950 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1699 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:950 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1699 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:950 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1699 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1700 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1700 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1700 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1700 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1700 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1700 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1788 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1796 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1788 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1796 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1788 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1796 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1788 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1796 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1788 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1796 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1788 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1796 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/CriteriaUpdate/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:997 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:997 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:997 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:997 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:997 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:997 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:999 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:999 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:999 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:999 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:999 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:999 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:998 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:998 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:998 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:998 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:998 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:998 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1000 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:987 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:987 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:987 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:987 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:987 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:987 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:988 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:988 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:988 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:988 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:988 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:988 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:989 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:989 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:989 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:989 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:989 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:989 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:993 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:993 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:993 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:993 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:993 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:993 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1001 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1001 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1001 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1001 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1001 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1001 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1003 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1003 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1003 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1003 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1003 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1003 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1002 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1004 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1002 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1004 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1002 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1004 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1002 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1004 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1002 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1004 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1002 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1004 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:990 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:990 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:990 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:990 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:990 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:990 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:994 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:994 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:994 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:994 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:994 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:994 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1013 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1013 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1013 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1013 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1013 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1013 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1015 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1015 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1015 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1015 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1015 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1015 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1014 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1016 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1014 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1016 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1014 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1016 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1014 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1016 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1014 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1016 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1014 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1016 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:991 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:991 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:991 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:991 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:991 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:991 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:995 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:995 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:995 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:995 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:995 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:995 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1008 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1008 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1008 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1008 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1008 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1008 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1005 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1005 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1005 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1005 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1005 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1005 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1007 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1007 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1007 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1007 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1007 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1007 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:992 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:992 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:992 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:992 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:992 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:992 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:996 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:996 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:996 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:996 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:996 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:996 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1009 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1009 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1009 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1009 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1009 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1009 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1011 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1011 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1011 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1011 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1011 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1011 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1010 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1012 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1010 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1012 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1010 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1012 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1010 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1012 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1010 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1012 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1010 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1012 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:984 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:984 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:984 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:984 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:984 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:984 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:983 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:983 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:983 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:983 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:983 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:983 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1028 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1028 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1028 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1028 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1028 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1028 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1098 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1098 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1098 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1098 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1098 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1098 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/From/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1040 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1040 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1040 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1040 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1040 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1040 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1052 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1054 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1054 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1054 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1054 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1054 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1054 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1053 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1055 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1053 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1055 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1053 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1055 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1053 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1055 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1053 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1055 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1053 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1055 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1042 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1042 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1042 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1042 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1042 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1042 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1043 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1043 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1043 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1043 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1043 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1043 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1044 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1044 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1044 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1044 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1044 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:729 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1044 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1048 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1048 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1048 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1048 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1048 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1048 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1056 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1056 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1056 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1056 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1056 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1056 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1058 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1058 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1058 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1058 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1058 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1058 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1057 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1059 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1057 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1059 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1057 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1059 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1057 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1059 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1057 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1059 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1057 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1059 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1045 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1045 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1045 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1045 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1045 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1045 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1049 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1049 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1049 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1049 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1049 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1049 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1068 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1068 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1068 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1068 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1068 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1068 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1070 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1070 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1070 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1070 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1070 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1070 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1027 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1069 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1071 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1027 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1069 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1071 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1027 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1069 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1071 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1027 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1069 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1071 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1027 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1069 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1071 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1027 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1069 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1071 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1046 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1076 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1046 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1076 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1046 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1076 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1046 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1076 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1046 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1076 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1046 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1076 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1050 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1050 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1050 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1050 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1050 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1050 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1061 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1063 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1061 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1063 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1061 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1063 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1061 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1063 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1061 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1063 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1061 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1063 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1060 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1074 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1060 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1074 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1060 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1074 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1060 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1074 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1060 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1074 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1060 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1074 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1062 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1062 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1062 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1062 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1062 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1062 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1047 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1078 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1081 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1047 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1078 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1081 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1047 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1078 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1081 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1047 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1078 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1081 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1047 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1078 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1081 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1047 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1078 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1081 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1051 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1051 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1051 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1051 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1051 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1051 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1066 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1066 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1066 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1066 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1066 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1066 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1067 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1067 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1067 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1067 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1067 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1067 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1723 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1723 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1723 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1723 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1723 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1723 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1724 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1724 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1724 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1724 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1724 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1724 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1719 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1719 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1719 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1719 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1719 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1719 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1725 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1725 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1725 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1725 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1725 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1725 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1726 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1726 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1726 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1726 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1726 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1726 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1080 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1080 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1080 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1080 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1080 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1080 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Join/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1144 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1144 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1144 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1144 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1144 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1144 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1146 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1146 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1146 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1146 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1146 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1146 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1147 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1147 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1147 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1147 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1147 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1147 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1135 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1135 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1135 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1135 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1135 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1135 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1148 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1148 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1148 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1148 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1148 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1148 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1150 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1150 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1150 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1150 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1150 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1150 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1141 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1141 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1141 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1141 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1141 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1141 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1161 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1163 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1161 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1163 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1161 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1163 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1161 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1163 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1161 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1163 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1161 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1163 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1152 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1152 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1152 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1152 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1152 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1152 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1154 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1154 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1154 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1154 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1154 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1154 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1143 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1143 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1143 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1143 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1143 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1143 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1156 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1156 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1156 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1156 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1156 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1156 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1157 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1157 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1157 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1157 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1157 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1157 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1131 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1131 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1131 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1131 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1131 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1131 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/Root/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1686 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1687 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1688 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1691 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1686 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1687 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1688 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1691 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1686 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1687 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1688 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1691 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1686 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1687 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1688 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1691 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1686 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1687 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1688 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1691 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1686 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1687 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1688 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1691 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1692.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1693.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:985 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1132 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:985 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1132 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:985 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1132 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:985 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1132 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:985 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1132 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:985 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1132 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:989 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:989 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:989 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:989 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:989 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:989 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:744 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:744 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:744 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:744 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:744 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:744 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:988 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:988 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:988 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:988 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:988 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:988 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:805 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:805 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:805 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:805 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:805 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:805 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:803 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:803 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:803 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:803 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:803 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:803 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:802 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:802 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:802 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:802 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:802 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:802 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:804 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:804 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:804 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:804 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:804 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:804 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:783 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:783 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:783 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:783 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:783 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:783 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:833 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:833 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:833 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:833 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:833 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:833 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1713 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1713 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1713 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1713 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1713 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1713 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1714 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1714 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1714 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1714 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1714 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1714 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1027 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1027 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1027 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1027 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1027 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1027 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:993 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:993 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:993 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:993 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:993 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:993 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:987 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:987 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:987 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:987 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:987 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:987 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:965 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:965 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:965 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:965 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:965 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:965 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:966 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:966 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:966 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:966 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:966 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:966 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:967 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:967 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:967 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:967 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:967 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:967 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:968 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:968 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:968 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:968 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:968 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:968 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:969 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:969 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:969 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:969 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:969 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:969 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:971 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:971 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:971 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:971 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:971 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:971 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1786.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:970 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:970 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:970 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:970 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:970 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:970 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:972 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:972 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:972 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:972 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:972 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:972 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:962 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:963 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:962 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:963 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:962 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:963 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:962 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:963 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:962 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:963 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:962 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:963 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:964 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:964 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:964 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:964 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:964 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:964 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:974 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:982 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1017 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:974 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:982 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1017 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:974 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:982 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1017 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:974 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:982 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1017 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:974 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:982 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1017 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:974 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:982 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1017 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:975 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1018 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:975 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1018 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:975 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1018 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:975 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1018 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:975 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1018 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:975 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1018 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:977 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:977 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:977 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:977 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:977 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:977 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1019 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1019 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1019 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1019 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1019 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1019 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1020 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1020 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1020 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1020 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1020 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1020 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:922 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:922 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:922 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:922 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:922 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:922 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:923 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:946 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:923 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:946 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:923 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:946 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:923 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:946 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:923 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:946 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:923 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:946 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1201 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1201 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1201 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1201 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1201 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1201 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1187 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1187 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1187 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1187 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1187 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1187 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1188 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1205 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1188 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1205 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1188 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1205 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1188 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1205 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1188 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1205 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1188 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1205 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1178 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1196 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1178 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1196 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1178 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1196 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1178 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1196 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1178 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1196 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1178 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1196 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1038 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1173 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1038 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1173 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1038 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1173 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1038 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1173 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1038 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1173 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1038 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1173 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1039 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1041 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1039 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1041 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1039 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1041 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1039 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1041 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1039 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1041 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1039 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1041 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1170 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1171 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1175 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1170 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1171 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1175 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1170 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1171 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1175 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1170 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1171 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1175 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1170 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1171 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1175 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1170 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1171 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1175 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1176 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1176 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1176 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1176 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1176 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1176 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1174 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1174 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1174 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1174 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1174 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1174 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/metamodelquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1119 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1119 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1119 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1119 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1119 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1119 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1126 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1126 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1126 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1126 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1126 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1126 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1106 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1106 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1106 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1106 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1106 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1106 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1108 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1108 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1108 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1108 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1108 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1108 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1110 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1110 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1110 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1110 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1110 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1110 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:731 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:733 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:773 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:731 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:733 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:773 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:731 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:733 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:773 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:731 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:733 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:773 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:731 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:733 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:773 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:731 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:733 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:773 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1165 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1165 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1165 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1165 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1165 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1165 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1166 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1166 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1166 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1166 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1166 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1166 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:961 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:961 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:961 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:961 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:961 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:961 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:960 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:960 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:960 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:960 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:960 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:960 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1208 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1208 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1208 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1208 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1208 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1208 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1097 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1097 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1097 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1097 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1097 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1097 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:801 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1172 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:801 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1172 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:801 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1172 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:801 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1172 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:801 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1172 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:801 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1172 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1192 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1192 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1192 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1192 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1192 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1192 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1199 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1199 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1199 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1199 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1199 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1199 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:941 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:941 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:941 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:941 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:941 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:941 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:942 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1167 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:942 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1167 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:942 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1167 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:942 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1167 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:942 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1167 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:942 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1167 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:937 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1129 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:937 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1129 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:937 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1129 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:937 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1129 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:937 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1129 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:937 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1129 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:938 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:938 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:938 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:938 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:938 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:938 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:947 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:947 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:947 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:947 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:947 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:947 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:940 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:940 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:940 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:940 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:940 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:940 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/misc/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1092 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1093 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1092 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1093 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1092 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1093 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1092 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1093 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1092 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1093 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1092 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1093 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1086 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1086 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1086 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1086 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1086 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1086 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1087 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1087 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1087 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1087 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1087 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1087 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1088 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1088 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1088 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1088 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1088 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1088 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1089 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1089 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1089 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1089 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1089 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1089 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:736 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:736 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:736 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:736 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:736 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:736 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:787 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:787 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:787 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:787 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:787 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:787 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1714 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1714 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1714 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1714 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1714 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1714 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:978 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:978 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:978 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:978 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:978 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:978 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:743 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:743 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:743 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:743 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:743 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:743 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:986 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:986 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:986 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:986 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:986 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:986 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1035 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1036 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1037 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1035 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1036 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1037 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1035 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1036 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1037 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1035 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1036 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1037 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1035 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1036 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1037 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1035 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1036 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1037 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1021 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1021 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1021 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1021 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1021 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1021 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:973 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:980 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1023 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:973 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:980 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1023 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:973 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:980 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1023 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:973 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:980 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1023 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:973 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:980 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1023 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:973 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:980 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1023 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1025 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:979 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:981 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1022 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1024 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:979 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:981 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1022 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1024 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:979 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:981 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1022 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1024 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:979 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:981 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1022 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1024 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:979 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:981 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1022 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1024 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:979 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:981 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1022 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1024 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1684 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1684 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1684 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1684 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1684 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1684 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/criteriaapi/strquery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex1b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex2b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex3b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex4a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex4a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex4a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex4a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex4a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex4a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex4a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex4a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex4a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex4a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex4a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex4a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex4b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex4b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex4b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex4b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex4b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex4b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex5b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6a/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1185 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/derivedid/ex6b/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:660 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:660 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:660 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:504 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:504 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:504 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:504 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:504 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:504 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:506 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:507 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:618.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:618.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:506 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:507 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:618.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:618.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:506 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:507 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:618.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:618.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:506 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:507 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:618.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:618.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:497 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:497 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:497 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:517 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:517 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:517 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:517 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:517 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:517 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:459 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:460 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:459 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:460 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:459 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:460 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:459 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:460 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:459 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:460 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:459 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:460 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:461 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:462 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:463 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:461 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:462 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:463 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:461 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:462 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:463 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:461 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:462 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:463 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:461 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:462 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:463 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:461 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:462 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:463 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:328 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:328 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:328 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:328 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:328 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:328 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1526 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1526 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1526 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1526 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1520 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1520 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1520 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1520 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1520 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1520 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1522 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1522 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1522 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1522 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1522 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1522 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1524 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1571 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1524 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1571 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1524 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1571 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1524 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1571 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1524 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1571 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1524 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1571 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1530 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1541 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1543 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1530 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1541 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1543 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1530 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1541 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1543 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1530 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1541 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1543 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1530 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1541 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1543 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1530 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1541 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1543 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:466 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:474 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:466 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:474 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:466 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:474 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:466 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:474 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:479 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:479 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:479 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:479 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:491 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:498 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:499 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:491 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:498 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:499 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:491 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:498 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:499 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:491 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:498 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:499 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManager2/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactory/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:536 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:537 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:538 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:536 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:537 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:538 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:536 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:537 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:538 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:536 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:537 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:538 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:536 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:537 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:538 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:536 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:537 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:538 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityManagerFactoryCloseExceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:539 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:539 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:539 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:539 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:540 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:540 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:540 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:540 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:542 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:542 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:542 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:542 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:544 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:544 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:544 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:544 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:546 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:546 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:546 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:546 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entityTransaction/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:486 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:486 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:486 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:486 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:486 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:486 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:373 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:373 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:373 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:373 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:373 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:373 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1930 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1930 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1930 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1930 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1930 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1930 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2237 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2237 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2237 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2237 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2237 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2237 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/cascadeall/oneXone/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/detach/basic/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/detach/basic/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2037 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2037 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2037 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2037 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2037 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2037 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/entitytest/persist/manyXmany/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:301 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:301 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:301 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:301 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:301 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:301 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:441 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:441 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:441 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:441 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:441 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:441 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:427 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1910 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:427 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1910 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:427 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1910 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:427 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1910 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:427 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1910 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:427 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1910 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:428 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1910 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:428 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1910 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:428 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1910 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:428 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1910 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:428 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1910 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:428 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1910 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:455 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:455 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:455 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:455 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:455 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:455 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:456 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:456 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:456 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:456 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:456 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:456 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1073 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1073 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1073 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1073 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1073 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1073 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1072 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1072 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1072 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1072 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1072 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1072 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1220 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1220 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1220 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1220 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1220 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1220 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1226 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1226 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1226 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1226 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1226 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1226 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1454 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1454 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1454 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1454 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1454 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1454 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1453 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1453 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1453 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1453 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1453 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1453 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1474 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1474 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1474 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1474 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1474 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1474 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1473 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1473 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1473 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1473 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1473 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1473 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1478 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1478 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1478 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1478 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1478 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1478 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1477 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1477 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1477 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1477 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1477 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1477 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1505 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1909 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1505 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1909 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1505 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1909 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1505 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1909 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1505 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1909 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1505 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1909 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1504 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1504 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1504 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1504 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1504 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1504 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1538 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1538 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1538 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1538 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1538 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1538 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1537 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1537 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1537 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1537 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1537 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1537 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1660 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1660 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1660 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1660 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1660 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1660 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1661 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1661 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1661 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1661 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1661 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1661 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/enums/Client.java [java] WARN: no description for JavaEE:SPEC:10006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for JavaEE:SPEC:10006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for JavaEE:SPEC:10006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for JavaEE:SPEC:10006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for JavaEE:SPEC:10006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for JavaEE:SPEC:10006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for JavaEE:SPEC:10006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for JavaEE:SPEC:10006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for JavaEE:SPEC:10006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for JavaEE:SPEC:10006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for JavaEE:SPEC:10006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for JavaEE:SPEC:10006 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:343 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:344 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:345 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:346 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:347 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:348 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:349 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:343 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:344 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:345 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:346 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:347 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:348 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:349 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:390 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:391 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:392 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:393 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:394 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:395 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:396 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:390 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:391 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:392 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:393 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:394 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:395 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:396 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:418 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:419 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:420 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:421 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:422 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:423 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:424 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:418 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:419 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:420 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:421 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:422 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:423 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:424 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/exceptions/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/abstractentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/abstractentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/abstractentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/abstractentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/abstractentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/abstractentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/abstractentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/abstractentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/abstractentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/abstractentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/abstractentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/abstractentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/abstractentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/abstractentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/abstractentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/abstractentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/abstractentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/abstractentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2029 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/inheritance/nonentity/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:325 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/entitymanager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:325 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/entitymanager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:326 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/entitymanager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:326 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/entitymanager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:325 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/entitymanager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:325 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/entitymanager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:324 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/entitymanager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:324 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/entitymanager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:332 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/entitymanager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:332 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/entitymanager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/entitymanager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/entitymanager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/entitymanager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/entitymanager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/entitymanager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/entitymanager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:329 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:413 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:443 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:687 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1507 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:329 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:413 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:443 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:687 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1507 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:555 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:555 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:329 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:329 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:329 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:329 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:483 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:484 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:484 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:587 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:620 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:587 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:620 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:573 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:573 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:325 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:413 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1508 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:325 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:413 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1508 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/lock/query/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1216 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1216 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1216 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1216 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1216 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1216 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1215 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1215 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1215 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1215 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1215 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1215 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1218 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1218 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1218 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1218 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1218 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1218 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/attribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1222 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/basictype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1222 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/basictype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1222 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/basictype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1222 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/basictype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1222 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/basictype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1222 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/basictype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1223 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/basictype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1223 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/basictype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1223 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/basictype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1223 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/basictype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1223 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/basictype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1223 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/basictype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1225 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/bindable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1438 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/bindable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1225 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/bindable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1438 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/bindable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1225 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/bindable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1438 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/bindable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1225 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/bindable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1438 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/bindable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1225 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/bindable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1438 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/bindable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1225 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/bindable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1438 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/bindable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1224 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/bindable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1224 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/bindable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1224 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/bindable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1224 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/bindable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1224 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/bindable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1224 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/bindable/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1228 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1228 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1228 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1228 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1228 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1228 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1229 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1229 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1229 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1229 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1229 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1229 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/collectionattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1234 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1236 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1236 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1236 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1236 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1236 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1236 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1237 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1237 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1237 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1237 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1237 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1237 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1240 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1240 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1240 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1240 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1240 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1240 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1241 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1241 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1241 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1241 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1241 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1241 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1242 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1242 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1242 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1242 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1242 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1242 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1244 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1244 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1244 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1244 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1244 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1244 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1245 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1245 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1245 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1245 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1245 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1245 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1247 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1247 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1247 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1247 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1247 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1247 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1248 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1248 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1248 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1248 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1248 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1248 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1249 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1249 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1249 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1249 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1249 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1249 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1251 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1251 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1251 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1251 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1251 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1251 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1253 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1253 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1253 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1253 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1253 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1253 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1254 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1254 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1254 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1254 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1254 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1254 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1256 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1256 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1256 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1256 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1256 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1256 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1257 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1257 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1257 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1257 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1257 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1257 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1260 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1260 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1260 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1260 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1260 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1260 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1262 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1262 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1262 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1262 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1262 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1262 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1263 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1263 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1263 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1263 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1263 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1263 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1264 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1264 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1264 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1264 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1264 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1264 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1265 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1265 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1265 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1265 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1265 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1265 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1267 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1267 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1267 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1267 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1267 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1267 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1269 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1269 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1269 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1269 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1269 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1269 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1272 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1272 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1272 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1272 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1272 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1272 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1273 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1273 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1273 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1273 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1273 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1273 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1274 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1274 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1274 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1274 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1274 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1274 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1275 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1275 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1275 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1275 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1275 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1275 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1276 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1276 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1276 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1276 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1276 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1276 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1278 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1278 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1278 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1278 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1278 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1278 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1252 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1252 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1252 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1252 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1252 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1252 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/embeddabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1287 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1287 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1287 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1287 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1287 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1287 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1288 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1288 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1288 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1288 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1288 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1288 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1294 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1294 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1294 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1294 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1294 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1294 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1295 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1295 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1295 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1295 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1295 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1295 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1282 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1282 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1282 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1282 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1282 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1282 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/entitytype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1301 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1301 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1301 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1301 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1301 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1301 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1302 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1297 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1297 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1297 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1297 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1297 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1297 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1298 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1298 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1298 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1298 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1298 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1298 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1299 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1299 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1299 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1299 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1299 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1299 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1300 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1300 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1300 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1300 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1300 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1300 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1305 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1305 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1305 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1305 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1305 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1305 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1312 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1317 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1317 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1317 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1317 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1317 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1317 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1318 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1318 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1318 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1318 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1318 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1318 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1319 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1321 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1322 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1322 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1322 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1322 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1322 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1322 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1323 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1324 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1324 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1324 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1324 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1324 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1324 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1325 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1325 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1325 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1325 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1325 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1325 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1326 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1326 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1326 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1326 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1326 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1326 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1328 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1328 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1328 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1328 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1328 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1328 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1329 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1329 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1329 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1329 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1329 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1329 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1331 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1331 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1331 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1331 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1331 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1331 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1332 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1332 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1332 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1332 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1332 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1332 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1340 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1342 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1342 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1342 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1342 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1342 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1342 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1343 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1343 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1343 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1343 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1343 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1343 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1344 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1344 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1344 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1344 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1344 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1344 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1345 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1345 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1345 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1345 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1345 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1345 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1346 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1346 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1346 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1346 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1346 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1346 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1347 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1347 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1347 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1347 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1347 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1347 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1348 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1348 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1348 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1348 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1348 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1348 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1349 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1349 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1349 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1349 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1349 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1349 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1350 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1350 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1350 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1350 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1350 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1350 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1351 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1351 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1351 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1351 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1351 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1351 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1333 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1356 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1356 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1356 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1356 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1356 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1356 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1357 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1357 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1357 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1357 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1357 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1357 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1358 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1358 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1358 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1358 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1358 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1358 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1359 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1359 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1359 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1359 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1359 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1359 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/identifiabletype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1362 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1395 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1362 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1395 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1362 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1395 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1362 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1395 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1362 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1395 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1362 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1395 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1361 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1361 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1361 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1361 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1361 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1361 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/listattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1440 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1440 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1440 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1440 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1440 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1440 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1413 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1413 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1413 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1413 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1413 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1413 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1409 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1409 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1409 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1409 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1409 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1409 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1410 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1410 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1410 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1410 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1410 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1410 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1411 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1411 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1411 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1411 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1411 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1411 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1390 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1390 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1390 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1390 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1390 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1390 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1391 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1391 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1391 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1391 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1391 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1391 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1392 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1392 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1392 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1392 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1392 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1392 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1393 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1393 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1393 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1393 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1393 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1393 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1394 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1394 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1394 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1394 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1394 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1394 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1366 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1366 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1366 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1366 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1366 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1366 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1367 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1367 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1367 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1367 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1367 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1367 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1395 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1395 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1395 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1395 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1395 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1395 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1396 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1396 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1396 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1396 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1396 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1396 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1401 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1401 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1401 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1401 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1401 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1401 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1402 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1373 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1373 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1373 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1373 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1373 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1373 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1374 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1374 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1374 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1374 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1374 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1374 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1376 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1376 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1376 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1376 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1376 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1376 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1386 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1386 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1386 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1386 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1386 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1386 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1387 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1387 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1387 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1387 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1387 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1387 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1388 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1388 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1388 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1388 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1388 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1388 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1389 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1389 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1389 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1389 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1389 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1389 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1378 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1378 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1378 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1378 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1378 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1378 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1379 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1379 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1379 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1379 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1379 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1379 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1380 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1380 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1380 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1380 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1380 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1380 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1403 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1403 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1403 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1403 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1403 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1403 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1385 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1385 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1385 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1385 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1385 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1385 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1363 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1363 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1363 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1363 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1363 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1363 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1370 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1371 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1371 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1371 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1371 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1371 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1371 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1414 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1414 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1414 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1414 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1414 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1414 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/managedtype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1415 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1415 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1415 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1415 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1415 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1415 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1416 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1416 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1416 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1416 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1416 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1416 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1418 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1418 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1418 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1418 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1418 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1418 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mapattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1428 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1428 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1428 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1428 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1428 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1428 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1419 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1419 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1419 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1419 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1419 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1419 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1420 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1420 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1420 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1420 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1420 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1420 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1421 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1421 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1421 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1421 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1421 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1421 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1422 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1422 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1422 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1422 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1422 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1422 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1423 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1423 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1423 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1423 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1423 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1423 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1424 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1424 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1424 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1424 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1424 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1424 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1425 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1425 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1425 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1425 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1425 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1425 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1426 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1426 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1426 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1426 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1426 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1426 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1427 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1427 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1427 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1427 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1427 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1427 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1429 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1429 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1429 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1429 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1429 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1429 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1430 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1430 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1430 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1430 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1430 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1430 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1431 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1431 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1431 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1431 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1431 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1431 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1432 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1432 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1432 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1432 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1432 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1432 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/mappedsuperclasstype/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1438 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1438 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1438 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1438 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1438 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1438 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1439 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1439 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1439 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1439 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1439 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1439 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1437 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1437 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1437 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1437 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1437 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1437 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1440 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1440 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1440 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1440 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1440 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1440 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1441 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1441 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1441 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1441 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1441 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1441 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1435 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1435 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1435 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1435 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1435 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1435 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1436 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1436 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1436 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1436 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1436 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1436 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1434 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1434 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1434 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1434 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1434 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1434 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/metamodel/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1442 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1442 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1442 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1442 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1442 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1442 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1443 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1443 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1443 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1443 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1443 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1443 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1450 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1450 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1450 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1450 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1450 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1450 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1449 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1449 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1449 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1449 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1449 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1449 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1448 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1448 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1448 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1448 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1448 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1448 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1447 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1447 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1447 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1447 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1447 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1447 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1446 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1446 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1446 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1446 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1446 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1446 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1445 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1445 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1445 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1445 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1445 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1445 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1452 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1452 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1452 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1452 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1452 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1452 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1451 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1451 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1451 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1451 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1451 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1451 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1444 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1444 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1444 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1444 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1444 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1444 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/pluralattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1455 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1455 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1455 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1455 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1455 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1455 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1456 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1456 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1456 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1456 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1456 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1456 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/setattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1460 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1460 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1460 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1460 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1460 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1460 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1459 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1459 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1459 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1459 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1459 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1459 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1457 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1457 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1457 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1457 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1457 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1457 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1466 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1466 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1466 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1466 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1466 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1466 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1464 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1463 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1463 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1463 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1463 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1463 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1463 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1462 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1462 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1462 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1462 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1462 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1462 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1461 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1461 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1461 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1461 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1461 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1461 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1468 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/singularattribute/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1472 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/type/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1472 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/type/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1472 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/type/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1472 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/type/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1472 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/type/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1472 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/type/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1472 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/type/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1472 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/type/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1472 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/type/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1472 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/type/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1472 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/type/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1472 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/type/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1471 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/type/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1471 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/type/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1471 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/type/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1471 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/type/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1471 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/type/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1471 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/metamodelapi/type/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2032 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2032 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2032 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2032 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2032 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2032 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/joincolumn/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1254 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1256 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1254 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1256 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1254 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1256 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1254 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1256 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1254 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1256 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1254 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1256 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/manytomany/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/override/mapkey/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtil/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1917 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtil/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1917 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtil/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1917 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtil/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1917 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtil/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1917 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtil/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1917 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtilUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtilUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtilUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtilUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtilUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtilUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:385 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtilUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:385 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtilUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:385 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtilUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:385 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtilUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:385 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtilUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:385 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtilUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:548 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtilUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:548 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtilUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:548 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtilUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:548 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtilUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:548 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtilUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:548 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/persistenceUtilUtil/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:440 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:665 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:682 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:440 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:665 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:682 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:440 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:665 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:682 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:440 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:665 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:682 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:585 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:618 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:585 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:618 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:585 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:618 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:585 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:618 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:645 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:645 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:645 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:645 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:558 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:646 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:558 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:646 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:558 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:646 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:558 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:646 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:556 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:556 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:556 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:556 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:648 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:648 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:648 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:648 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:560 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:649 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:560 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:649 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:560 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:649 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:560 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:649 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:562 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:652 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:562 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:652 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:562 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:652 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:562 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:652 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:409 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:645 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:656 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1540 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:409 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:645 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:656 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1540 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:409 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:645 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:656 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1540 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:409 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:645 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:656 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1540 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:657 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:657 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:657 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:657 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:658 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:658 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:658 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:658 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:589 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:622 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:692 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:589 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:622 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:692 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:589 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:622 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:692 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:589 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:622 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:692 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:590 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:623 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:590 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:623 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:590 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:623 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:590 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:623 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:591 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:624 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:591 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:624 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:591 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:624 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:591 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:624 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:410 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:659 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:410 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:659 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:410 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:659 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:410 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:659 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:568 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:661 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:568 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:661 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:568 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:661 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:568 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:661 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:567 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:660 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:567 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:660 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:567 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:660 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:567 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:660 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:411 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:662 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:411 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:662 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:411 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:662 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:411 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:662 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:570 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:664 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:570 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:664 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:570 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:664 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:570 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:664 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:569 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:663 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:569 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:663 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:569 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:663 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:569 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:663 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:448 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:697 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1305 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:448 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:697 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1305 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:448 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:697 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1305 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:448 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:697 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1305 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:625 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:625 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:625 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:625 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:592 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:625 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:592 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:625 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:592 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:625 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:592 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:625 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:698 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:450 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:450 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:450 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:450 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1514.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:594 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:627 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:594 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:627 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:594 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:627 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:594 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:627 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:449 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:699 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:449 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:699 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:449 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:699 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:449 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:699 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:593 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:626 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:700 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:593 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:626 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:700 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:593 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:626 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:700 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:593 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:626 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:700 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:451 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:451 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:451 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:451 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:595 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:628 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:595 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:628 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:595 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:628 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:595 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:628 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:453 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:453 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:453 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:453 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:452 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:705 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:452 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:705 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:452 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:705 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:452 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:705 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:596 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:629 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:596 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:629 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:596 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:629 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:596 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:629 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:414 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:445 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:691 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:414 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:445 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:691 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:414 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:445 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:691 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:414 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:445 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:691 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:415 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:446 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:693 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:415 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:446 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:693 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:415 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:446 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:693 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:415 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:446 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:693 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:416 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:447 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:416 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:447 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:416 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:447 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:416 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:447 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:416 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:416 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:416 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:416 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:577 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:610 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:577 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:610 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:577 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:610 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:577 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:610 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:581 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:614 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:581 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:614 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:581 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:614 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:581 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:614 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:578 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:611 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:578 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:611 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:578 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:611 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:578 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:611 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:683 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:683 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:683 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:683 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:403 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:438 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:444 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:403 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:438 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:444 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:403 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:438 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:444 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:403 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:438 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:444 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:588 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:621 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:690 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:588 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:621 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:690 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:588 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:621 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:690 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:588 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:621 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:690 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:573 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:606 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:573 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:606 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:573 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:606 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:573 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:606 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:571 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:571 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:571 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:571 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:439 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:439 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:439 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:439 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:579 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:579 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:579 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:579 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:632 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:632 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:632 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:551 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:632 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:552 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:552 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:552 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:552 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1596 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1596 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1596 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1596 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:666 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2699 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:666 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2699 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:666 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2699 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:666 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:2699 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1518 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1519 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1520 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1518 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1519 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1520 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1518 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1519 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1520 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1518 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1519 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1520 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/apitests/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/flushmode/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:637 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/flushmode/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:684 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/flushmode/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/flushmode/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:637 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/flushmode/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:684 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/flushmode/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/flushmode/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:637 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/flushmode/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:684 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/flushmode/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/flushmode/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:637 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/flushmode/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:684 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/flushmode/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2079 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/flushmode/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2079 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/flushmode/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2079 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/flushmode/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2079 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/flushmode/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1595 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1600 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1595 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1600 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1595 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1600 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1595 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1600 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1595 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1600 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1595 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1600 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1714 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1714 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1714 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1714 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1714 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1714 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1715 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1623 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1623 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1623 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1623 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1623 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1623 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1595 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1624 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1595 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1624 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1595 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1624 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1595 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1624 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1595 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1624 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1595 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1624 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1626 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1626 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1626 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1626 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1626 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1626 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:980 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:980 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:980 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:980 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:980 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:980 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1678 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1678 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1678 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1678 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1678 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1678 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1620 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1627 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1620 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1627 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1620 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1627 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1620 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1627 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1620 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1627 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1620 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1627 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1628 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1628 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1628 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1628 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1628 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1628 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1627 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1627 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1627 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1627 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1627 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1627 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1716 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1716 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1716 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1716 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1716 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1716 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1121.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1121.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1121.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1121.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1121.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1121.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1658 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1658 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1658 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1658 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1658 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1658 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1586 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1590 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1586 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1590 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1586 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1590 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1586 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1590 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1586 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1590 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1586 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1590 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1587 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1588 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1587 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1588 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1587 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1588 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1587 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1588 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1587 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1588 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1587 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1588 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1587 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1588 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1587 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1588 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1587 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1588 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1587 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1588 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1587 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1588 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1587 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1588 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1632 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1658 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1632 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1658 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1632 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1658 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1632 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1658 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1632 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1658 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1632 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1658 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1664 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1664 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1664 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1664 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1664 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1664 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1666 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1666 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1666 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1666 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1666 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1666 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/language/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:322 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1634 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:322 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1634 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:322 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1634 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:322 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1634 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:322 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1634 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:322 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1634 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1634 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1634 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1634 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1634 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1634 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:412 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1634 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:648 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:648 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:648 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:648 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:648 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:648 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:654 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:654 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:654 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:654 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:654 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:654 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/query/parameter/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/field/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2023 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2023 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2023 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2023 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2023 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2023 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2106 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2106 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2106 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2106 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2106 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2106 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2107.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/generator/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2017 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2017 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2017 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2017 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2017 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2017 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2017 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2018 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2017 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2018 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2017 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2018 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2017 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2018 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2017 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2018 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2017 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2018 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/types/property/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/versioning/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/versioning/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/versioning/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/versioning/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/versioning/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/core/versioning/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3318 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1801 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1804 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1883 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1883.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3318 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1801 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1804 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1883 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1883.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3318 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1801 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1804 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1883 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1883.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3318 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1801 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1804 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1883 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1883.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3322 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3322 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3322 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3322 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/entityManager/Client.java [java] WARN: no description for JavaEE:SPEC:10054 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/packaging/appclient/annotation/Client.java [java] WARN: no description for JavaEE:SPEC:10055 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/packaging/appclient/annotation/Client.java [java] WARN: no description for JavaEE:SPEC:10056 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/packaging/appclient/descriptor/Client.java [java] WARN: no description for JavaEE:SPEC:10057 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/packaging/appclient/descriptor/Client.java [java] WARN: no description for JavaEE:SPEC:10058 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/packaging/appclient/descriptor/Client.java [java] WARN: no description for JavaEE:SPEC:10056 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/packaging/ejb/descriptor/Client.java [java] WARN: no description for JavaEE:SPEC:10057 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/packaging/ejb/descriptor/Client.java [java] WARN: no description for JavaEE:SPEC:10058 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/packaging/ejb/descriptor/Client.java [java] WARN: no description for JavaEE:SPEC:10059 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/packaging/ejb/descriptor/Client.java [java] WARN: no description for PERSISTENCE:SPEC:949.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/packaging/ejb/descriptor/Client.java [java] WARN: no description for JavaEE:SPEC:10063 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/packaging/ejb/standalone/Client.java [java] WARN: no description for JavaEE:SPEC:10064 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/packaging/ejb/standalone/Client.java [java] WARN: no description for JavaEE:SPEC:10065 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/packaging/ejb/standalone/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1479 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1882 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1883 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1883.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1479 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1882 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1883 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1883.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1479 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1882 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1883 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1883.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1479 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1882 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1883 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1883.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1496 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1496 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1496 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1496 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1497 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1497 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1497 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1497 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1502 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1909 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1502 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1909 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1502 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1909 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1502 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1909 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1498 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1498 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1498 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1498 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1499 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1499 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1499 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1499 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1500 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1500 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1500 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1500 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1501 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1910 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1501 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1910 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1501 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1910 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1501 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1910 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1503 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1503 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1503 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1503 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1494 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1494 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1494 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1494 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1493 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1493 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1493 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1493 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1491 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1491 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1491 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1491 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1488 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1488 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1488 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1488 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1481 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1481 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1481 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1481 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1506 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1506 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1506 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1506 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1479 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1479 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1496 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1496 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1497 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1497 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1502 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1909 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1502 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1909 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1498 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1498 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1499 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1499 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1500 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1500 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1501 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1501 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1503 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1503 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1494 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1494 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1493 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1493 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1495 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1495 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1488 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1488 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1481 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1481 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1506 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1506 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1507 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1507 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/pluggability/contracts/resource_local/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2420 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/propagation/am/Client.java [java] WARN: no description for JavaEE:SPEC:10060 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/propagation/cm/extended/Client.java [java] WARN: no description for JavaEE:SPEC:10061 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/propagation/cm/extended/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1811 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/propagation/cm/extended/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1811 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/propagation/cm/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1812 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/propagation/cm/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1812.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/propagation/cm/jta/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1813 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/propagation/cm/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:488 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/propagation/cm/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:457 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/propagation/cm/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:505 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/propagation/cm/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:508 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/propagation/cm/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:510 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/propagation/cm/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:513 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/propagation/cm/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/propagation/cm/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:522 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/propagation/cm/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:528 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/ee/propagation/cm/jta/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2118.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2118.19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2118.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2118.19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2118.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2118.19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2118.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2118.19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2118.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2118.19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2118.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:SPEC:2118.19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/datetime/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3489 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/generators/tablegenerators/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/query/stream/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/query/stream/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/query/stream/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/query/stream/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/query/stream/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/query/stream/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/query/stream/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/query/stream/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/query/stream/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/query/stream/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/query/stream/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3490 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/query/stream/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3316 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/convert/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/mapkeyjoincolumn/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:3417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedentitygraph/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1522 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1522 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1522 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1522 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1522 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1522 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1524 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1571 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1524 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1571 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1524 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1571 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1524 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1571 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1524 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1571 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1524 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:SPEC:1571 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1530 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1541 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1543 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1530 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1541 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1543 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1530 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1541 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1543 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1530 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1541 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1543 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1530 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1541 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1543 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1530 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1541 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] WARN: no description for PERSISTENCE:JAVADOC:1543 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jpa/jpa22/repeatable/namedstoredprocedurequery/Client.java [java] %%%%%%%%%% Parsing file "jsf/JSFJavadocAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jsf" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%% Error could not resolve file "javadoc_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] WARN: for id:[JSF:JAVADOC:13] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:15] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:32] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:37] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:38] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:66] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:368] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:700] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1229] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1333] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1687] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1712] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1740] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1748] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1749] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1750] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1751] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1752] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1753] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1754] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1755] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1756] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1757] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1758] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1759] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1765] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1794] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1795] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1796] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1797] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1798] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1799] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1800] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1801] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1802] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1803] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1804] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1805] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1806] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1807] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1824] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1862] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1887] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1890] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1891] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1916] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1927] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1960] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1980] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1991] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:1996] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:2000] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:2040] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:2060] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:2070] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:2088] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:2092] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:2100] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:2110] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:2111] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:2112] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:2113] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:2114] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:2115] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:2116] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:2117] null description in JSFJavadocAssertions.xml [java] WARN: for id:[JSF:JAVADOC:2218] null description in JSFJavadocAssertions.xml [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/application/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/application/URLClient.java) [java] WARN: no description for JSF:JAVADOC:2514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationISE/URLClient.java [java] WARN: no description for JSF:JAVADOC:2678 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationWrapperISE/URLClient.java [java] WARN: no description for JSF:JAVADOC:2679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationWrapperISE/URLClient.java [java] WARN: no description for JSF:JAVADOC:2680 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationWrapperISE/URLClient.java [java] WARN: no description for JSF:JAVADOC:2683 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationWrapperISE/URLClient.java [java] WARN: no description for JSF:JAVADOC:2680 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationwrapper/URLClient.java [java] WARN: failed to find file JJSFJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JJSF] is spelled correcting in the test clients [java] WARN: no description for JSF:JAVADOC:2682 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2684 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/applicationwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/configurablenavigationhandlerwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/configurablenavigationhandlerwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2519 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/configurablenavigationhandlerwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/configurablenavigationhandlerwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2517 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/configurablenavigationhandlerwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2519 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/configurablenavigationhandlerwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/configurablenavigationhandlerwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2518 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/configurablenavigationhandlerwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2519 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/configurablenavigationhandlerwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/protectedviewex/URLClient.java [java] WARN: no description for JSF:JAVADOC:2686 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/protectedviewex/URLClient.java [java] WARN: no description for JSF:JAVADOC:2687 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/protectedviewex/URLClient.java [java] WARN: no description for JSF:JAVADOC:2688 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/protectedviewex/URLClient.java [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcehandler/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/resourcehandler/URLClient.java) [java] WARN: no description for JSF:JAVADOC:2689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/viewhandler/URLClient.java [java] WARN: no description for JSF:JAVADOC:2690 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/viewhandler/URLClient.java [java] WARN: no description for JSF:JAVADOC:2691 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/viewhandler/URLClient.java [java] WARN: no description for JSF:JAVADOC:2533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/viewhandler/URLClient.java [java] WARN: no description for JSF:JAVADOC:2700 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/behavior/ajax/URLClient.java [java] WARN: no description for JSF:JAVADOC:2701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/behavior/ajax/URLClient.java [java] WARN: no description for JSF:JAVADOC:2883 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/behavior/ajax/URLClient.java [java] WARN: no description for JSF:JAVADOC:2884 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/behavior/ajax/URLClient.java [java] WARN: no description for JSF:JAVADOC:2885 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/behavior/ajax/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlcommandbutton/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlcommandlink/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmldatatable/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlform/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlgraphicimage/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputfile/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputhidden/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputsecret/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputtext/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlinputtextarea/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlmessage/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlmessages/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutcometargetbutton/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutcometargetlink/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutputlabel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutputlink/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmloutputtext/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlpanelgrid/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlpanelgroup/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectbooleancheckbox/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectmanycheckbox/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectmanylistbox/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectmanymenu/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectonelistbox/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectonemenu/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlselectoneradio/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uicolumn/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uicommand/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uidata/URLClient.java [java] WARN: no description for JSF:JAVADOC:2550 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uidata/URLClient.java [java] WARN: no description for JSF:JAVADOC:2554 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uidata/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiform/URLClient.java [java] WARN: failed to find file JJSFJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JJSF] is spelled correcting in the test clients [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uigraphic/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiinput/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uimessage/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uimessages/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uinamingcontainer/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uioutcometarget/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uioutput/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uipanel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiparameter/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectboolean/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectitem/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectitems/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectmany/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiselectone/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiviewaction/URLClient.java [java] WARN: no description for JSF:JAVADOC:2559 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiviewaction/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiviewparameter/URLClient.java [java] WARN: no description for JSF:JAVADOC:2547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uiviewroot/URLClient.java [java] %%%%%%%%%% Parsing file "jsf/JSFSpecAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jsf" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] %%%%%%% Error could not resolve file "spec_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jsf_ch2.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jsf/jsf_ch2.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jsf_ch3.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jsf/jsf_ch3.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jsf_ch4.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jsf/jsf_ch4.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jsf_ch5.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jsf/jsf_ch5.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jsf_ch6.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jsf/jsf_ch6.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jsf_ch7.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jsf/jsf_ch7.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jsf_ch8.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jsf/jsf_ch8.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jsf_ch9.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jsf/jsf_ch9.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jsf_ch10.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jsf/jsf_ch10.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jsf_ch11.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jsf/jsf_ch11.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jsf_ch12.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jsf/jsf_ch12.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jsf_ch13.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jsf/jsf_ch13.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jsf_ch14.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jsf/jsf_ch14.xml" [java] WARN: no description for JSF:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:86 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:86 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:86 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:86 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:86 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:86 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:86 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:86 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:86 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:86 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:86 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:JAVADOC:2582 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontext/URLClient.java [java] WARN: no description for JSF:SPEC:1253 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontextwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2586 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/externalcontextwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2720 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontext/URLClient.java [java] WARN: no description for JSF:JAVADOC:2589 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontext/URLClient.java [java] WARN: no description for JSF:JAVADOC:2589 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontext/URLClient.java [java] WARN: no description for JSF:JAVADOC:2590 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontextwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2702 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/event/postkeepflashvalueevent/URLClient.java [java] WARN: no description for JSF:JAVADOC:2703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/event/postkeepflashvalueevent/URLClient.java [java] WARN: no description for JSF:JAVADOC:2704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/event/postputflashvalueevent/URLClient.java [java] WARN: no description for JSF:JAVADOC:2705 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/event/postputflashvalueevent/URLClient.java [java] WARN: no description for JSF:JAVADOC:2706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/event/preclearflashevent/URLClient.java [java] WARN: no description for JSF:JAVADOC:2707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/event/preremoveflashvalueevent/URLClient.java [java] WARN: no description for JSF:JAVADOC:2708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/event/preremoveflashvalueevent/URLClient.java [java] WARN: no description for JSF:JAVADOC:2960 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/flow/flowhandler/URLClient.java [java] WARN: no description for JSF:JAVADOC:2972 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/flow/flowhandler/URLClient.java [java] WARN: no description for JSF:JAVADOC:2968 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/flow/flowhandler/URLClient.java [java] WARN: no description for JSF:JAVADOC:2980 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/flow/flowhandler/URLClient.java [java] WARN: no description for JSF:JAVADOC:2976 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/flow/flowhandler/URLClient.java [java] WARN: no description for JSF:JAVADOC:2962 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/flow/flowhandler/URLClient.java [java] WARN: no description for JSF:JAVADOC:2963 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/flow/flowhandler/URLClient.java [java] WARN: no description for JSF:JAVADOC:2965 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/flow/flowhandler/URLClient.java [java] WARN: no description for JSF:JAVADOC:2974 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/flow/flowhandler/URLClient.java [java] WARN: no description for JSF:JAVADOC:2768 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecyclewrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2774 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecyclewrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2775 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecyclewrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2777 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecyclewrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2769 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecyclewrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2775 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecyclewrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2775 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecyclewrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2778 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecyclewrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2775 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecyclewrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2781 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/lifecycle/lifecyclewrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2782 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/collectiondatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2783 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/collectiondatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2784 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/collectiondatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2788 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/collectiondatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/collectiondatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2789 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/collectiondatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2794 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/collectiondatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2791 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/collectiondatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2797 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/collectiondatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2792 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/collectiondatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2796 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/collectiondatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2798 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/collectiondatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2782 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/iterabledatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2783 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/iterabledatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2784 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/iterabledatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2788 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/iterabledatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2786 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/iterabledatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2789 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/iterabledatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2794 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/iterabledatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2791 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/iterabledatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2797 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/iterabledatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2792 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/iterabledatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2796 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/iterabledatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2798 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/model/iterabledatamodel/URLClient.java [java] WARN: no description for JSF:JAVADOC:2221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/beanvalidator/URLClient.java [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/beanvalidator/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/beanvalidator/URLClient.java) [java] WARN: no description for JSF:JAVADOC:2221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/doublerangevalidator/URLClient.java [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/doublerangevalidator/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/doublerangevalidator/URLClient.java) [java] WARN: no description for JSF:JAVADOC:2221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/lengthvalidator/URLClient.java [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/lengthvalidator/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/lengthvalidator/URLClient.java) [java] WARN: no description for JSF:JAVADOC:2221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/longrangevalidator/URLClient.java [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/longrangevalidator/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/longrangevalidator/URLClient.java) [java] WARN: no description for JSF:JAVADOC:2221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/methodexpressionvalidator/URLClient.java [java] WARN: no description for JSF:JAVADOC:2221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/regexvalidator/URLClient.java [java] WARN: no description for JSF:JAVADOC:2223 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/regexvalidator/URLClient.java [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/regexvalidator/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/validator/regexvalidator/URLClient.java) [java] WARN: no description for JSF:JAVADOC:2239 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/location/URLClient.java [java] WARN: no description for JSF:JAVADOC:2236 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/location/URLClient.java [java] WARN: no description for JSF:JAVADOC:2237 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/location/URLClient.java [java] WARN: no description for JSF:JAVADOC:2238 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/location/URLClient.java [java] WARN: no description for JSF:JAVADOC:2243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/statemanagementstrategy/URLClient.java [java] WARN: no description for JSF:JAVADOC:2243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/statemanagementstrategy/URLClient.java [java] WARN: no description for JSF:JAVADOC:2251 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang/URLClient.java [java] WARN: no description for JSF:JAVADOC:2255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang/URLClient.java [java] WARN: no description for JSF:JAVADOC:2249 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang/URLClient.java [java] WARN: no description for JSF:JAVADOC:2253 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang/URLClient.java [java] WARN: no description for JSF:JAVADOC:2262 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang/URLClient.java [java] WARN: no description for JSF:JAVADOC:2268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang/URLClient.java [java] WARN: no description for JSF:JAVADOC:2266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang/URLClient.java [java] WARN: no description for JSF:JAVADOC:2264 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang/URLClient.java [java] WARN: no description for JSF:JAVADOC:2247 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang/URLClient.java [java] WARN: no description for JSF:JAVADOC:2258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang/URLClient.java [java] WARN: no description for JSF:JAVADOC:2244 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang/URLClient.java [java] WARN: no description for JSF:JAVADOC:2246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang/URLClient.java [java] WARN: no description for JSF:JAVADOC:2246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang/URLClient.java [java] WARN: no description for JSF:JAVADOC:2601 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang/URLClient.java [java] WARN: no description for JSF:JAVADOC:2246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang/URLClient.java [java] WARN: no description for JSF:JAVADOC:2602 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlang/URLClient.java [java] WARN: no description for JSF:JAVADOC:2610 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlangwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2615 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlangwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2608 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlangwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2613 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlangwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2623 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlangwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2629 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlangwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2627 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlangwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2625 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlangwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2606 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlangwrapper/URLClient.java [java] WARN: no description for JSF:JAVADOC:2618 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/api/jakarta_faces/view/viewdeclarationlangwrapper/URLClient.java [java] WARN: no description for JSF:SPEC:225 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/ajax/jsresource/URLClient.java [java] WARN: no description for JSF:SPEC:226 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/ajax/jsresource/URLClient.java [java] WARN: no description for JSF:SPEC:227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/ajax/jsresource/URLClient.java [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/ajax/keyword/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/ajax/keyword/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/ajax/keyword/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/ajax/keyword/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/ajax/tagwrapper/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/appconfigresources/absolute_ordering/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/appconfigresources/relative_ordering/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/appconfigresources/startupbehavior/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/appconfigresources/startupbehavior/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/composite/actionsource/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/composite/attribute/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/composite/editablevalueholder/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/composite/facet/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/composite/insertchildren/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/composite/packaging/classpath/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/composite/packaging/webapproot/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/composite/valueholder/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/coretags/selectitems/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/coretags/viewaction/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/elresolvers/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/elresolvers/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/elresolvers/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/elresolvers/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/elresolvers/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/elresolvers/URLClient.java) [java] WARN: no description for JSF:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/elresolvers/URLClient.java [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/elresolvers/URLClient.java) [java] WARN: no description for JSF:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/elresolvers/URLClient.java [java] WARN: no description for JSF:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/elresolvers/URLClient.java [java] WARN: no description for JSF:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/elresolvers/URLClient.java [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/elresolvers/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/elresolvers/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/elresolvers/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/elresolvers/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/elresolvers/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/elresolvers/URLClient.java) [java] WARN: no description for JSF:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/ee/URLClient.java [java] WARN: no description for JSF:SPEC:82.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/ee/URLClient.java [java] WARN: no description for JSF:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/ee/URLClient.java [java] WARN: no description for JSF:SPEC:82.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/ee/URLClient.java [java] WARN: no description for JSF:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/ee/URLClient.java [java] WARN: no description for JSF:SPEC:82.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/ee/URLClient.java [java] WARN: no description for JSF:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/ee/URLClient.java [java] WARN: no description for JSF:SPEC:82.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/ee/URLClient.java [java] WARN: no description for JSF:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:83 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:78 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:78.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:78 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:78.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:78.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:78.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:78 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:78.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:78.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:78.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:79.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:79.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:80.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:80.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:67 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:67 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:75 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:80.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:79.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:79.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:80.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:80.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:79.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: no description for JSF:SPEC:80.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/el/managedbean/standalone/URLClient.java [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/flows/basicflowcall/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/flows/basicimplicit/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/flows/basicmethodcall/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/flows/basicmultipage/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/flows/basicmultipage/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/flows/basicswitch/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/flows/factory/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/flows/intermediate/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/flows/intermediate/URLClient.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/flows/multipagewebinf/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/flows/multipagewebinf/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/cwo/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/fncontains/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/fncontainsignore/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/fnendswith/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/fnescapexml/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/fnindexof/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/fnjoin/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/fnlength/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/fnreplace/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/fnsplit/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/fnstartswith/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/fnsubstring/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/fnsubstringafter/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/fnsubstringbefore/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/fntolowercase/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/fntouppercase/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/fntrim/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/foreachtag/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/iftag/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/jstl/iftag/URLClient.java) [java] WARN: invalid assertion_id: PENDING: add assertion ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/navigation/URLClient.java) [java] WARN: invalid assertion_id: PENDING: add assertion ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/navigation/URLClient.java) [java] WARN: invalid assertion_id: PENDING: add assertion ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/navigation/URLClient.java) [java] WARN: invalid assertion_id: PENDING: add assertion ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/navigation/URLClient.java) [java] WARN: invalid assertion_id: PENDING: add assertion ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/navigation/URLClient.java) [java] WARN: invalid assertion_id: PENDING: add assertion ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/navigation/URLClient.java) [java] WARN: invalid assertion_id: PENDING: add assertion ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/navigation/URLClient.java) [java] WARN: invalid assertion_id: PENDING: add assertion ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/navigation/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/body/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/booleancheckbox/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/booleancheckbox/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/booleancheckbox/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/commandbutton/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/commandbutton/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/commandbutton/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/commandlink/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/commandlink/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/commandlink/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/datatable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/datatable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/datatable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/datatable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/datatable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/datatable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/form/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/form/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/form/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/graphic/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/graphic/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/grid/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/grid/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/grid/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/head/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/hidden/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/hidden/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/inputtext/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/inputtext/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/inputtext/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/manycheckbox/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/manycheckbox/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/manycheckbox/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/manycheckbox/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/manylistbox/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/manylistbox/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/manylistbox/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/manylistbox/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/manymenu/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/manymenu/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/manymenu/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/manymenu/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/message/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/message/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/messages/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/messages/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/onelistbox/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/onelistbox/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/onelistbox/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/onemenu/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/onemenu/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/onemenu/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/oneradio/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/oneradio/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/oneradio/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/outputformat/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/outputformat/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/outputlabel/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/outputlabel/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/outputlink/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/outputlink/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/outputscript/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/outputstyle/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/outputtext/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/outputtext/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/secret/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/secret/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/secret/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/textarea/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/textarea/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/render/textarea/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/classpath/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/classpath/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/classpath/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/classpath/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/classpath/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/classpath/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/classpath/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/classpath/URLClient.java) [java] WARN: no description for JSF:SPEC:225 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/classpath/URLClient.java [java] WARN: no description for JSF:SPEC:226 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/classpath/URLClient.java [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/webapproot/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/webapproot/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/webapproot/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/webapproot/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/webapproot/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/webapproot/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/webapproot/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/webapproot/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/webapproot/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/webapproot/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/webapproot/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/webapproot/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/webapproot/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/webapproot/URLClient.java) [java] WARN: invalid assertion_id: PENDING: added assertions ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/packaging/webapproot/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/relocatable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/relocatable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/resource/relocatable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/templating/component/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/templating/component/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/templating/component/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/templating/fragment/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/templating/fragment/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/templating/fragment/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/templating/insert/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/templating/insert/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/templating/insert/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/templating/insert/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/templating/remove/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/templating/repeat/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/templating/repeat/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/templating/repeat/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/view/protectedview/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/view/protectedview/URLClient.java) [java] WARN: no description for JSF:SPEC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/view/viewhandler/URLClient.java [java] WARN: no description for JSF:SPEC:97.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/view/viewhandler/URLClient.java [java] WARN: no description for JSF:SPEC:97.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/view/viewhandler/URLClient.java [java] WARN: no description for JSF:SPEC:97.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/view/viewhandler/URLClient.java [java] WARN: no description for JSF:SPEC:1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/view/viewhandler/URLClient.java [java] WARN: no description for JSF:SPEC:1.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/view/viewhandler/URLClient.java [java] WARN: no description for JSF:SPEC:1.2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/view/viewhandler/URLClient.java [java] WARN: no description for JSF:SPEC:102 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/view/viewhandler/URLClient.java [java] WARN: invalid assertion_id: PENDING: add assertion ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/webapp/factoryfinder/URLClient.java) [java] WARN: invalid assertion_id: PENDING: add assertion ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/webapp/factoryfinder/URLClient.java) [java] WARN: invalid assertion_id: PENDING: add assertion ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/webapp/factoryfinder/URLClient.java) [java] WARN: invalid assertion_id: PENDING: add assertion ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/webapp/factoryfinder/URLClient.java) [java] WARN: invalid assertion_id: PENDING: add assertion ID(s) (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsf/spec/webapp/tldsig/URLClient.java) [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: failed to find file JSONBJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONB] is spelled correcting in the test clients [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/AdaptersCustomizationCDITest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/AdaptersCustomizationCDITest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/AdaptersCustomizationCDITest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/AdaptersCustomizationCDITest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/AdaptersCustomizationCDITest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/cdi/customizedmapping/adapters/AdaptersCustomizationCDITest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/SerializersCustomizationCDITest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/SerializersCustomizationCDITest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/SerializersCustomizationCDITest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/SerializersCustomizationCDITest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/SerializersCustomizationCDITest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/cdi/customizedmapping/serializers/SerializersCustomizationCDITest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/adapters/AdaptersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/binarydata/BinaryDataCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/binarydata/BinaryDataCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/binarydata/BinaryDataCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/binarydata/BinaryDataCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/binarydata/BinaryDataCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/binarydata/BinaryDataCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/binarydata/BinaryDataCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/binarydata/BinaryDataCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/binarydata/BinaryDataCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/binarydata/BinaryDataCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/binarydata/BinaryDataCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/binarydata/BinaryDataCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/dateformat/DateFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/ijson/IJsonSupportTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] %%%%%%%%%% Parsing file "jsonb/JsonbSpecAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jsonb" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] %%%%%%% Error could not resolve file "spec_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/instantiation/InstantiationCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/nullhandling/NullHandlingCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/numberformat/NumberFormatCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1.1-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1.1-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1.1-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1.1-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1.1-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1.1-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1.1-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1.1-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1.1-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1.1-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1.1-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1.1-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1.1-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1.1-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1.1-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1.1-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertynames/PropertyNameCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/propertyorder/PropertyOrderCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/serializers/SerializersCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/customizedmapping/visibility/VisibilityCustomizationTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/arrays/ArraysMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/attributeorder/AttributeOrderMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/basictypes/BasicJavaTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/bignumbers/BigNumbersMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/bignumbers/BigNumbersMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/bignumbers/BigNumbersMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/bignumbers/BigNumbersMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/classes/ClassesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/collections/CollectionsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/dates/DatesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/enums/EnumMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/enums/EnumMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/enums/EnumMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/enums/EnumMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/generics/GenericsMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/identifiers/NamesAndIdentifiersMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/identifiers/NamesAndIdentifiersMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/identifiers/NamesAndIdentifiersMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/identifiers/NamesAndIdentifiersMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/identifiers/NamesAndIdentifiersMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/identifiers/NamesAndIdentifiersMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/identifiers/NamesAndIdentifiersMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/identifiers/NamesAndIdentifiersMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/ignore/MustIgnoreMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/ignore/MustIgnoreMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/ignore/MustIgnoreMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/ignore/MustIgnoreMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/interfaces/InterfaceMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/interfaces/InterfaceMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/interfaces/InterfaceMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/interfaces/InterfaceMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/interfaces/InterfaceMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/interfaces/InterfaceMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/interfaces/InterfaceMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/interfaces/InterfaceMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/jsonptypes/JSONPTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/nullvalue/NullValueMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/PolymorphicMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/PolymorphicMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/PolymorphicMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/polymorphictypes/PolymorphicMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/specifictypes/SpecificTypesMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/PropertyUniquenessTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/PropertyUniquenessTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/PropertyUniquenessTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/uniqueness/PropertyUniquenessTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest.java [java] WARN: no description for JSONB:SPEC:JSB-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsonb/defaultmapping/untyped/UntypedMappingTest.java [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] %%%%%%%%%% Parsing file "jsp/JSPJavadocAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jsp" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%% Error could not resolve file "javadoc_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: failed to find file JSONPJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JSONP] is spelled correcting in the test clients [java] WARN: for id:[JSP:JAVADOC:10] null description in JSPJavadocAssertions.xml [java] WARN: for id:[JSP:JAVADOC:119] null description in JSPJavadocAssertions.xml [java] WARN: for id:[JSP:JAVADOC:130] null description in JSPJavadocAssertions.xml [java] WARN: for id:[JSP:JAVADOC:132] null description in JSPJavadocAssertions.xml [java] WARN: for id:[JSP:JAVADOC:211] null description in JSPJavadocAssertions.xml [java] WARN: for id:[JSP:JAVADOC:262] null description in JSPJavadocAssertions.xml [java] WARN: for id:[JSP:JAVADOC:300] null description in JSPJavadocAssertions.xml [java] WARN: for id:[JSP:JAVADOC:312] null description in JSPJavadocAssertions.xml [java] WARN: for id:[JSP:JAVADOC:403] null description in JSPJavadocAssertions.xml [java] WARN: for id:[JSP:JAVADOC:370] null description in JSPJavadocAssertions.xml [java] WARN: for id:[JSP:JAVADOC:424] null description in JSPJavadocAssertions.xml [java] WARN: for id:[JSP:JAVADOC:432] null description in JSPJavadocAssertions.xml [java] WARN: no description for JSP:JAVADOC: 381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/pagecontext/URLClient.java [java] %%%%%%%%%% Parsing file "jsp/JSPSpecAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jsp" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] %%%%%%% Error could not resolve file "spec_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] WARN: for id:[JSP:SPEC:221.3.2.1] null description in JSPSpecAssertions.xml [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/configuration/general/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/configuration/general/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/configuration/general/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/configuration/xml/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/declaration/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/dobody/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/dobody/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/dobody/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/dobody/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/dobody/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/dobody/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/dobody/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/dobody/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/dobody/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/dobody/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/dobody/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/dobody/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/dobody/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/dobody/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/element/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/element/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/element/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/element/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/element/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/expression/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/getproperty/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/include/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/include/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/include/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/include/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/include/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/include/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/invoke/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/invoke/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/invoke/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/invoke/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/invoke/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/invoke/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/invoke/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/invoke/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/invoke/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/invoke/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/invoke/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/invoke/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/output/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/output/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/output/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/output/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/output/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/output/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/output/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/output/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/output/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/output/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/output/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/output/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/root/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/root/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/root/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/root/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/root/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/scriptlet/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/text/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/text/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/usebean2/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/usebean2/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/usebean2/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/usebean2/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/actions/usebean2/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/directives/page/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/directives/page/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/implicitobjects/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/implicitobjects/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/implicitobjects/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/scripting/declaration/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/scripting/el/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/scripting/el/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/core_syntax/scripting/expressions/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/el/language/URLClient.java) [java] WARN: no description for JSP:SPEC:250.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/i18n/URLClient.java [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/jspdocument/general/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/jspdocument/general/URLClient.java) [java] WARN: no description for Servlet:SPEC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:JAVADOC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:JAVADOC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:JAVADOC:369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secbasic/Client.java [java] %%%%%%%%%% Parsing file "jstl/JSTLSpecAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jstl" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] %%%%%%% Error could not resolve file "spec_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] WARN: no description for Servlet:SPEC:142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:142.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:142.4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:JAVADOC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:JAVADOC:369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:154 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:154.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:89 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:92.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:150 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:144 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/security/secform/Client.java [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/general/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/general/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/general/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/general/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/tag20/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/tag20/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/tag20/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/tag20/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/tag20/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/tag20/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/tag20/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/tag20/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/tag20/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/tag20/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/tag20/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/directives/variable/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/implicitobjects/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/implicitobjects/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/implicitobjects/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/implicitobjects/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/implicitobjects/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/implicitobjects/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/implicitobjects/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/packaging/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/semantics/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/semantics/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/semantics/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/semantics/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/semantics/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/semantics/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/semantics/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tagfiles/semantics/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tldres/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tldres/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tldres/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tldres/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tldres/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tldres/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tldres/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tldres/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tldres/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tldres/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tldres/URLClient.java) [java] WARN: invalid assertion_id: PENDING (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jsp/spec/tldres/URLClient.java) [java] WARN: no description for JSTL:SPEC:15.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jstl/compat/onedotzero/JSTLClient.java [java] WARN: no description for JSTL:SPEC:15.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jstl/spec/core/conditional/cwo/JSTLClient.java [java] WARN: no description for JSTL:SPEC:15.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jstl/spec/core/conditional/cwo/JSTLClient.java [java] WARN: no description for JSTL:SPEC:15.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jstl/spec/core/conditional/cwo/JSTLClient.java [java] WARN: no description for JSTL:SPEC:15.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jstl/spec/core/conditional/cwo/JSTLClient.java [java] WARN: no description for JSTL:SPEC:15.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jstl/spec/core/conditional/cwo/JSTLClient.java [java] WARN: no description for JSTL:SPEC:55.27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jstl/spec/fmt/format/fmtnum/JSTLClient.java [java] WARN: failed to find file STLSpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [STL] is spelled correcting in the test clients [java] WARN: failed to find file STLSpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [STL] is spelled correcting in the test clients [java] WARN: failed to find file STLSpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [STL] is spelled correcting in the test clients [java] %%%%%%%%%% Parsing file "jta/JTAJavadocAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jta" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%% Error could not resolve file "javadoc_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: no description for JavaEE:SPEC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java [java] WARN: for id:[JTA:JAVADOC:2] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:5] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:6] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:7] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:8] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:9] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:10] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:11] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:12] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:13] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:14] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:15] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:16] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:17] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:18] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:19] null description in JTAJavadocAssertions.xml [java] WARN: for id:[JTA:JAVADOC:20] null description in JTAJavadocAssertions.xml [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpec Assertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file Security javadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file Security javadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file Security javadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file Security javadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file Security specAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file Security specAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file Security specAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file Security specAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file Security specAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file Security specAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecuritySpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: failed to find file SecurityJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Security] is spelled correcting in the test clients [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:645 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:645 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:645 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:645 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:645 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:649 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:866 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:873 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:645 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:649 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:866 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:873 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:649 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:868 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:649 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:868 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:868.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:651 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:868 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:651 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:868 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:644 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: invalid assertion_id: * (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java) [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:644 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:644 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:644 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:644 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:SPEC:271 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:842 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asyncevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:843 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asyncevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:844 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asyncevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:845 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asyncevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:847 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asyncevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:847 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asyncevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:848 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asyncevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:848 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asyncevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:849 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/asyncevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:654 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchertype/URLClient.java [java] WARN: no description for Servlet:JAVADOC:653 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchertype/URLClient.java [java] WARN: no description for Servlet:JAVADOC:653 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchertype/URLClient.java [java] WARN: no description for Servlet:JAVADOC:653 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchertype/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: failed to find file SServletJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [SServlet] is spelled correcting in the test clients [java] WARN: no description for Servlet:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: failed to find file SServletJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [SServlet] is spelled correcting in the test clients [java] WARN: no description for Servlet:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: failed to find file SServletJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [SServlet] is spelled correcting in the test clients [java] WARN: no description for Servlet:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: failed to find file SServletJavadocAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [SServlet] is spelled correcting in the test clients [java] WARN: no description for Servlet:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:866 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:872 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:866 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:872 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:866 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:872 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:866 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:872 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:866 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:872 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:866 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:872 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dispatchtest/URLClient.java [java] WARN: no description for Servlet:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dofilter/URLClient.java [java] WARN: no description for Servlet:SPEC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/dofilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filter/URLClient.java [java] WARN: no description for Servlet:SPEC:48 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filter/URLClient.java [java] WARN: no description for Servlet:SPEC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filter/URLClient.java [java] WARN: no description for Servlet:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filter/URLClient.java [java] WARN: no description for Servlet:SPEC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:287 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterchain/URLClient.java [java] WARN: no description for Servlet:JAVADOC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterchain/URLClient.java [java] WARN: no description for Servlet:SPEC:48 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterchain/URLClient.java [java] WARN: no description for Servlet:SPEC:50 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterchain/URLClient.java [java] WARN: no description for Servlet:SPEC:52 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterchain/URLClient.java [java] WARN: no description for Servlet:JAVADOC:281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:282 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:273 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:273 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericfilter/URLClient.java) [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericfilter/URLClient.java) [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericfilter/URLClient.java) [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericfilter/URLClient.java) [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericfilter/URLClient.java) [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericfilter/URLClient.java) [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericfilter/URLClient.java) [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericfilter/URLClient.java) [java] WARN: no description for Servlet:JAVADOC:119 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:126 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:120 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:122 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:129 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:664 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:697 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:657 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:692 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:691 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:688 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:662 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:659 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:660 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:663 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:661 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:664 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:272 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:274 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:278 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:278 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:216 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:252 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:218 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributelistener/URLClient.java [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scattributelistener40/URLClient.java) [java] WARN: no description for Servlet:JAVADOC:110 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addfilter1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addfilter1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addlistener1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addlistener1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addservlet1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/addservlet1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/createfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/createfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/createlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/createlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/createservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/createservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:683 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getclassloader/URLClient.java [java] WARN: no description for Servlet:JAVADOC:683.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getclassloader/URLClient.java [java] WARN: no description for Servlet:JAVADOC:684 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getdefaultsessiontrackingmodes/URLClient.java [java] WARN: no description for Servlet:JAVADOC:684.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getdefaultsessiontrackingmodes/URLClient.java [java] WARN: no description for Servlet:JAVADOC:685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/geteffectivemajorversion/URLClient.java [java] WARN: no description for Servlet:JAVADOC:685.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/geteffectivemajorversion/URLClient.java [java] WARN: no description for Servlet:JAVADOC:686 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/geteffectiveminorversion/URLClient.java [java] WARN: no description for Servlet:JAVADOC:686.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/geteffectiveminorversion/URLClient.java [java] WARN: no description for Servlet:JAVADOC:687 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/geteffectivesessiontrackingmodes/URLClient.java [java] WARN: no description for Servlet:JAVADOC:687.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/geteffectivesessiontrackingmodes/URLClient.java [java] WARN: no description for Servlet:JAVADOC:688 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getfilterregistration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:688.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getfilterregistration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getfilterregistrations/URLClient.java [java] WARN: no description for Servlet:JAVADOC:689.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getfilterregistrations/URLClient.java [java] WARN: no description for Servlet:JAVADOC:691 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getservletregistration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:691.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getservletregistration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:692 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getservletregistrations/URLClient.java [java] WARN: no description for Servlet:JAVADOC:692.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getservletregistrations/URLClient.java [java] WARN: no description for Servlet:JAVADOC:693 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getsessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:693.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/getsessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/setinitparameter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/setinitparameter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/setsessiontrackingmodes/URLClient.java [java] WARN: no description for Servlet:JAVADOC:695.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/scinitializer/setsessiontrackingmodes/URLClient.java [java] WARN: no description for Servlet:JAVADOC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sclistener/URLClient.java [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sclistener40/URLClient.java) [java] WARN: no description for Servlet:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:265 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:11.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:263 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:263 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:267 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:260 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:257 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:19.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:220 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:222 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:223 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:241 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:92.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:224 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:92.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:228 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:92.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:229 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:92.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:226 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:225 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:242 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:247 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:248 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:245 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:244 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:248 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:254 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:247 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:247 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:251 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:248 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:253 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:249 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:256 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:637 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:678 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:680 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:682 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:686 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:684 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:747 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:748 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext301/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext301/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext301/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext301/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext302/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext302/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext304/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext304/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:6712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:6712.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:6712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:6712.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:678 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:680 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:682 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:SPEC:259.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext306/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext306/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext306/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext306/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext306/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext306/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext306/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext306/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext306/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext306/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext306/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext306/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext306/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext306/URLClient.java [java] WARN: no description for Servlet:JAVADOC:954 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext31/URLClient.java [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext40/Client.java) [java] WARN: invalid assertion_id: servlet40:changeSessionTimeoutTest (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext40/Client.java) [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext40/Client.java) [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext40/Client.java) [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext40/Client.java) [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext40/Client.java) [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext40/Client.java) [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext40/Client.java) [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext40/Client.java) [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext40/Client.java) [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext40/Client.java) [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext40/Client.java) [java] WARN: no description for Servlet:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:108 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:SPEC:83 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:105 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:SPEC:83 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:106 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:SPEC:83 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:108 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:SPEC:83 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:SPEC:83 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletinputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:75 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:83 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:81 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:87 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:89 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:89 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:91 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:93 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:99 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:95 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:174 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:175 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:172 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:173 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:176 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:177 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:206 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:208 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:187 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:188 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:192 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:201 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:203 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:196 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:205 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:178 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:177 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:178 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:635 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:632 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:32 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:36 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:37 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:41 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:42 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:44 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:47 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:48 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:52 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:49 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:50 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:51 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:38 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:37 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:38 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:633 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:721 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:727 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:727 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:727 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:723 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:723 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:727 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:716 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:727 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:724 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30x/URLClient.java [java] WARN: no description for Servlet:JAVADOC:725 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequestwrapper30x/URLClient.java [java] WARN: no description for Servlet:JAVADOC:158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:156 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:157 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:164 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:166 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:141 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:143 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:144 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:146 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:161 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:163 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:154 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:150 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:152 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:152 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:153.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:164 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:164 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:22 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:21 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:29 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:731 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:732 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:684 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode/URLClient.java [java] WARN: no description for Servlet:JAVADOC:687 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode/URLClient.java [java] WARN: no description for Servlet:JAVADOC:695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode/URLClient.java [java] WARN: no description for Servlet:JAVADOC:695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:695.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:695.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:695.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:695.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode2/URLClient.java [java] WARN: no description for Servlet:JAVADOC:695.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode2/URLClient.java [java] WARN: no description for Servlet:JAVADOC:695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode3/URLClient.java [java] WARN: no description for Servlet:JAVADOC:695.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode3/URLClient.java [java] WARN: no description for Servlet:JAVADOC:695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode4/URLClient.java [java] WARN: no description for Servlet:JAVADOC:695.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/sessiontrackingmode4/URLClient.java [java] WARN: no description for Servlet:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/singlethreadmodel/URLClient.java [java] WARN: no description for Servlet:SPEC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/singlethreadmodel/URLClient.java [java] WARN: no description for Servlet:JAVADOC:66 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:67 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:67 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:67 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:169 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:170 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:171 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributelistener/URLClient.java [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srattributelistener40/URLClient.java) [java] WARN: no description for Servlet:JAVADOC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:64 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:167 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:168 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srlistener/URLClient.java [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/srlistener40/URLClient.java) [java] WARN: no description for Servlet:JAVADOC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:SPEC:11.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:649 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:866 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:873 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:868 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:651 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:868 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:644 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:644 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:644 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:644 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:644 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:453 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:434 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:628 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:436 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:437 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:439 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:443 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:448 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:445 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:447 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:450 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:451 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:435 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:438 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:440 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:442 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:441 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:444 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:446 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:449 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:452 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpfilter/URLClient.java) [java] WARN: no description for Servlet:JAVADOC:416 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:421 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:422 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:423 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:418 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:419 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:430 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:426 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:424 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:573 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:572 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:574 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:575 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:577 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:579 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:581 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:583 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:584 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:582 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:585 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:586 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:587 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:590 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:589 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:592 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:719 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:593 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:594 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:595 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:596 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:598 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:600 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:601 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:574 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:601 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:602 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:530 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:550 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:540 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:537 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:536 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:539 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:538 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:543 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:544 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:542 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:545 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:546 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:549 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:548 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:553 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:552 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:554 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:561 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:562 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:560 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:563 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:564 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:567 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:569 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:570 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:568 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:559 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:559 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:67 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/URLClient.java) [java] WARN: no description for Servlet:JAVADOC:629 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:761 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest31/URLClient.java [java] WARN: no description for Servlet:JAVADOC:929.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest31/URLClient.java [java] WARN: invalid assertion_id: servlet40:httpServletMappingTest (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest40/Client.java) [java] WARN: invalid assertion_id: servlet40:httpServletMappingTest2 (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest40/Client.java) [java] WARN: invalid assertion_id: servlet40:httpServletMappingTest3 (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest40/Client.java) [java] WARN: invalid assertion_id: servlet40:httpServletMappingForwardTest (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest40/Client.java) [java] WARN: invalid assertion_id: servlet40:httpServletMappingNamedForwardTest (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest40/Client.java) [java] WARN: invalid assertion_id: servlet40:httpServletMappingNamedIncludeTest (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest40/Client.java) [java] WARN: invalid assertion_id: servlet40:httpServletMappingIncludeTest (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest40/Client.java) [java] WARN: invalid assertion_id: servlet40:httpServletMappingFilterTest (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest40/Client.java) [java] WARN: invalid assertion_id: servlet40:httpServletMappingDispatchTest (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest40/Client.java) [java] WARN: invalid assertion_id: servlet40:TrailerTest (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest40/Client.java) [java] WARN: invalid assertion_id: servlet40:TrailerTest2 (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest40/Client.java) [java] WARN: no description for Servlet:JAVADOC:385 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:386 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:389 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:390 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:391 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:394 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:395 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:393 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:396 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:401 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:403 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:410 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:409 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:388 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:387 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:386 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:387 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:626 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:356 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:366 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:357 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:358 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:361 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:359 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:362 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:363 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:367 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:373 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:371 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:374 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:376 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:378 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:378 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:379 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:371 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:371 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:631 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:634 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:932.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:476 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:484 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:932 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:935 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:603 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:605 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:625 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:608 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:609 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:611 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:612 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:615 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:616 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:619 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:617 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:617 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:618 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:606 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:606 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:622 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:620 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:621 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:623 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:607 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:624 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:625 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:502 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:522 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:503 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:508 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:519 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:520 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:524 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:524 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:526 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:528 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:779 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:777 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:520 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:522 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:526 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:778 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:780 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: invalid assertion_id: servlet40:TrailerTestWithHTTP10 (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse40/Client.java) [java] WARN: invalid assertion_id: servlet40:TrailerTestResponseCommitted (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse40/Client.java) [java] WARN: invalid assertion_id: servlet40:TrailerTest (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponse40/Client.java) [java] WARN: no description for Servlet:JAVADOC:348 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:347 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:350 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:351 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:351 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:346 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:343 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:345 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:344 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:329 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:331 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:322 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:324 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:326 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:328 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:524 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:332 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:332 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:783 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:781 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:520 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:522 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:526 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:782 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:784 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:466 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:473 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:SPEC:66 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:SPEC:202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:SPEC:203 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:471 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:474 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:480 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:481 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:476 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:477 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:472 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:496 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:497 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:498 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:499 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:491 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:493 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:484 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:488 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:473 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionactivationlistener40/URLClient.java) [java] WARN: no description for Servlet:JAVADOC:460 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:485 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:461 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:491 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:462 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionattributelistener/URLClient.java [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionattributelistener40/URLClient.java) [java] WARN: no description for Servlet:JAVADOC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:305 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:459 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindinglistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:485 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindinglistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:486 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindinglistener/URLClient.java [java] WARN: failed to find file ServletJavadoc Assertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Servlet] is spelled correcting in the test clients [java] WARN: no description for Servlet:JAVADOC:458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindinglistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:485 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindinglistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:486 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindinglistener/URLClient.java [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionbindinglistener40/URLClient.java) [java] WARN: no description for Servlet:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionidlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionidlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:476 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionidlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:484 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionidlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionidlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionidlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:929 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionidlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:935 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionidlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:454 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:455 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionlistener/URLClient.java [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionlistener40/URLClient.java) [java] WARN: no description for Servlet:JAVADOC:473 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:474 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:SPEC:66 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:SPEC:202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:473 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:474 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:SPEC:66 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:SPEC:202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:473 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:474 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:SPEC:66 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:SPEC:202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:473 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:474 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:SPEC:66 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:SPEC:202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:473 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:474 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:SPEC:66 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:SPEC:202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:473 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:474 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:SPEC:66 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:SPEC:202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:496 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:568 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:SPEC:202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:496 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:568 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:SPEC:202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java [java] WARN: no description for Servlet:JAVADOC:905 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpupgradehandler/URLClient.java [java] WARN: no description for Servlet:JAVADOC:909 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpupgradehandler/URLClient.java [java] WARN: no description for Servlet:JAVADOC:911 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpupgradehandler/URLClient.java [java] WARN: no description for Servlet:JAVADOC:923 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpupgradehandler/URLClient.java [java] WARN: no description for Servlet:JAVADOC:925 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpupgradehandler/URLClient.java [java] WARN: no description for Servlet:JAVADOC:930 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpupgradehandler/URLClient.java [java] WARN: no description for Servlet:JAVADOC:937 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpupgradehandler/URLClient.java [java] WARN: no description for Servlet:JAVADOC:754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/URLClient.java [java] WARN: no description for Servlet:JAVADOC:757 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/URLClient.java [java] WARN: no description for Servlet:JAVADOC:787 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/URLClient.java [java] WARN: no description for Servlet:JAVADOC:789 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/URLClient.java [java] WARN: no description for Servlet:JAVADOC:793 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/URLClient.java [java] WARN: no description for Servlet:JAVADOC:794 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/URLClient.java [java] WARN: no description for Servlet:JAVADOC:955 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/URLClient.java [java] WARN: no description for Servlet:JAVADOC:756 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/URLClient.java [java] WARN: no description for Servlet:JAVADOC:759 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/URLClient.java [java] WARN: no description for Servlet:JAVADOC:754 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/URLClient.java [java] WARN: no description for Servlet:JAVADOC:757 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/URLClient.java [java] WARN: no description for Servlet:JAVADOC:787 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/URLClient.java [java] WARN: no description for Servlet:JAVADOC:789 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/URLClient.java [java] WARN: no description for Servlet:JAVADOC:793 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/URLClient.java [java] WARN: no description for Servlet:JAVADOC:794 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/URLClient.java [java] WARN: no description for Servlet:JAVADOC:955 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/URLClient.java [java] WARN: no description for Servlet:JAVADOC:788 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/URLClient.java [java] WARN: no description for Servlet:JAVADOC:790 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/URLClient.java [java] WARN: no description for Servlet:JAVADOC:791 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part/URLClient.java [java] WARN: no description for Servlet:JAVADOC:767 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:770 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:787 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:789 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:793 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:794 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:955 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:769 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:772 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:767 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:770 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:787 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:789 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:793 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:794 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:955 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:788 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:790 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:791 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/part1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:577 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:609 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:904 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:905 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:908 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:909 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener/URLClient.java [java] WARN: no description for Servlet:SPEC:282 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener/URLClient.java [java] WARN: no description for Servlet:SPEC:282.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener/URLClient.java [java] WARN: no description for Servlet:SPEC:282.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener/URLClient.java [java] WARN: no description for Servlet:SPEC:282.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener/URLClient.java [java] WARN: no description for Servlet:SPEC:282.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:942 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:941 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/readlistener1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext303/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext304/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext304/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext304/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext304/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext304/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext304/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/servletcontext305/URLClient.java [java] WARN: no description for Servlet:JAVADOC:693 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:733 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:734 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:736 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:737 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:739 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:741 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:742 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:743 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:744 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:745 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:746 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:744 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:745 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:741 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:743 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:742 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:746 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:582 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/writelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:609 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/writelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:911 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/writelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:916 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/writelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:917 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/writelistener/URLClient.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/cdi/filter/URLClient.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/cdi/listener/URLClient.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/cdi/listener/URLClient.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/cdi/servlet/URLClient.java) [java] WARN: no description for JavaEE:SPEC:10118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/Client.java [java] WARN: no description for Servlet:SPEC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/Client.java [java] WARN: no description for Servlet:SPEC:116.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/Client.java [java] WARN: no description for JavaEE:SPEC:10118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/Client.java [java] WARN: no description for Servlet:SPEC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/Client.java [java] WARN: no description for Servlet:SPEC:116.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/Client.java [java] WARN: no description for JavaEE:SPEC:10118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/Client.java [java] WARN: no description for Servlet:SPEC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/Client.java [java] WARN: no description for Servlet:SPEC:116.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/Client.java [java] WARN: no description for JavaEE:SPEC:10118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/Client.java [java] WARN: no description for Servlet:SPEC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/Client.java [java] WARN: no description for Servlet:SPEC:116.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/Client.java [java] WARN: no description for JavaEE:SPEC:10118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/Client.java [java] WARN: no description for Servlet:SPEC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/Client.java [java] WARN: no description for Servlet:SPEC:116.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejblink/single/Client.java [java] WARN: no description for JavaEE:SPEC:10117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/Client.java [java] WARN: no description for Servlet:SPEC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/Client.java [java] WARN: no description for Servlet:SPEC:116.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/Client.java [java] WARN: no description for JavaEE:SPEC:10117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/Client.java [java] WARN: no description for Servlet:SPEC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/Client.java [java] WARN: no description for Servlet:SPEC:116.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/Client.java [java] WARN: no description for JavaEE:SPEC:10117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/Client.java [java] WARN: no description for Servlet:SPEC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/Client.java [java] WARN: no description for Servlet:SPEC:116.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/Client.java [java] WARN: no description for JavaEE:SPEC:10117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/Client.java [java] WARN: no description for Servlet:SPEC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/Client.java [java] WARN: no description for Servlet:SPEC:116.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/Client.java [java] WARN: no description for JavaEE:SPEC:10117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/Client.java [java] WARN: no description for Servlet:SPEC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/Client.java [java] WARN: no description for Servlet:SPEC:116.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/platform/deploy/ejbref/single/Client.java [java] WARN: failed to find file JavaEEPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JavaEE] is spelled correcting in the test clients [java] WARN: failed to find file ServletPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Servlet] is spelled correcting in the test clients [java] WARN: failed to find file JavaEEPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JavaEE] is spelled correcting in the test clients [java] WARN: failed to find file ServletPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Servlet] is spelled correcting in the test clients [java] WARN: failed to find file JavaEEPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JavaEE] is spelled correcting in the test clients [java] WARN: failed to find file ServletPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Servlet] is spelled correcting in the test clients [java] WARN: failed to find file JavaEEPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JavaEE] is spelled correcting in the test clients [java] WARN: failed to find file ServletPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Servlet] is spelled correcting in the test clients [java] WARN: failed to find file JavaEEPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JavaEE] is spelled correcting in the test clients [java] WARN: failed to find file ServletPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Servlet] is spelled correcting in the test clients [java] WARN: failed to find file JavaEEPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JavaEE] is spelled correcting in the test clients [java] WARN: failed to find file ServletPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Servlet] is spelled correcting in the test clients [java] WARN: failed to find file JavaEEPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JavaEE] is spelled correcting in the test clients [java] WARN: failed to find file ServletPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Servlet] is spelled correcting in the test clients [java] WARN: failed to find file JavaEEPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JavaEE] is spelled correcting in the test clients [java] WARN: failed to find file ServletPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Servlet] is spelled correcting in the test clients [java] WARN: failed to find file JavaEEPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JavaEE] is spelled correcting in the test clients [java] WARN: failed to find file ServletPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Servlet] is spelled correcting in the test clients [java] WARN: failed to find file JavaEEPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JavaEE] is spelled correcting in the test clients [java] WARN: failed to find file JavaEEPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JavaEE] is spelled correcting in the test clients [java] WARN: failed to find file JavaEEPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JavaEE] is spelled correcting in the test clients [java] WARN: failed to find file JavaEEPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JavaEE] is spelled correcting in the test clients [java] WARN: failed to find file JavaEEPlatformAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [JavaEE] is spelled correcting in the test clients [java] WARN: no description for Servlet:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/crosscontext/URLClient.java [java] WARN: no description for Servlet:SPEC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/crosscontext/URLClient.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:295 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:295 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:292 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/permissiondd/Client.java [java] WARN: no description for JavaEE:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/runAs/Client.java [java] WARN: no description for JavaEE:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/runAs/Client.java [java] WARN: no description for Servlet:SPEC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/runAs/Client.java [java] WARN: no description for JavaEE:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/runAs/Client.java [java] WARN: no description for JavaEE:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/runAs/Client.java [java] WARN: no description for Servlet:SPEC:199 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/runAs/Client.java [java] WARN: no description for Servlet:SPEC:199.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/ee/spec/security/runAs/Client.java [java] WARN: no description for Servlet:SPEC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering/URLClient.java [java] WARN: no description for Servlet:SPEC:231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering/URLClient.java [java] WARN: no description for Servlet:SPEC:232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering/URLClient.java [java] WARN: no description for Servlet:SPEC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering1/URLClient.java [java] WARN: no description for Servlet:SPEC:231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering1/URLClient.java [java] WARN: no description for Servlet:SPEC:232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering1/URLClient.java [java] WARN: no description for Servlet:SPEC:233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering1/URLClient.java [java] WARN: no description for Servlet:SPEC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering2/URLClient.java [java] WARN: no description for Servlet:SPEC:231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering2/URLClient.java [java] WARN: no description for Servlet:SPEC:232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering2/URLClient.java [java] WARN: no description for Servlet:SPEC:233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering2/URLClient.java [java] WARN: no description for Servlet:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering2/URLClient.java [java] WARN: no description for Servlet:SPEC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering3/URLClient.java [java] WARN: no description for Servlet:SPEC:231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering3/URLClient.java [java] WARN: no description for Servlet:SPEC:232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering3/URLClient.java [java] WARN: no description for Servlet:SPEC:233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering3/URLClient.java [java] WARN: no description for Servlet:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering3/URLClient.java [java] WARN: no description for Servlet:SPEC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering4/URLClient.java [java] WARN: no description for Servlet:SPEC:231 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering4/URLClient.java [java] WARN: no description for Servlet:SPEC:232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering4/URLClient.java [java] WARN: no description for Servlet:SPEC:233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering4/URLClient.java [java] WARN: no description for Servlet:SPEC:235 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering4/URLClient.java [java] WARN: no description for Servlet:SPEC:236 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/aordering4/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:639.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:641 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:642 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:649 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:866 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:873 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:649 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:868 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:649 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:868 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:868.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:651 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:868 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:651 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:846 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:868 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:869.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:644 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: invalid assertion_id: * (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java) [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:644 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:644 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:644 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:644 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:712.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asynccontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:842 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asyncevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:843 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asyncevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:844 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asyncevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:845 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asyncevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:847 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asyncevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:847 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asyncevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:848 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asyncevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:848 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asyncevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:849 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/asyncevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:654 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/dispatchertype/URLClient.java [java] WARN: no description for Servlet:JAVADOC:653 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/dispatchertype/URLClient.java [java] WARN: no description for Servlet:JAVADOC:653 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/dispatchertype/URLClient.java [java] WARN: no description for Servlet:JAVADOC:653 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/dispatchertype/URLClient.java [java] WARN: no description for Servlet:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/dofilter/URLClient.java [java] WARN: no description for Servlet:SPEC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/dofilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filter/URLClient.java [java] WARN: no description for Servlet:SPEC:48 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filter/URLClient.java [java] WARN: no description for Servlet:SPEC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filter/URLClient.java [java] WARN: no description for Servlet:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filter/URLClient.java [java] WARN: no description for Servlet:SPEC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:287 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterchain/URLClient.java [java] WARN: no description for Servlet:JAVADOC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterchain/URLClient.java [java] WARN: no description for Servlet:SPEC:48 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterchain/URLClient.java [java] WARN: no description for Servlet:SPEC:50 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterchain/URLClient.java [java] WARN: no description for Servlet:SPEC:52 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterchain/URLClient.java [java] WARN: no description for Servlet:JAVADOC:281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:285 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:286 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:283 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:284 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:282 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:273 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:273 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/filterrequestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:119 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:126 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:120 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:122 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:129 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/genericservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:697 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:657 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:692 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:691 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:689 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:688 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:662 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:659 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:660 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:663 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:661 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:664 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/registration/URLClient.java [java] WARN: no description for Servlet:JAVADOC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:272 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:274 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:277 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:278 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:278 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:115 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:113 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:216 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:252 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:255 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:218 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:110 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/scevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/sclistener/URLClient.java [java] WARN: no description for Servlet:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:265 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:11.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:263 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:270 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:263 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:267 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:SPEC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:261 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:259 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:260 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:257 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:266 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:19.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:220 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:222 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:223 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:241 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:92.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:229 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:92.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:225 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:227 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:242 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:247 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:248 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:219 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:245 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:244 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:248 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:254 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:247 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:247 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:251 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:248 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:253 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:249 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:250 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:230 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:233 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext/URLClient.java [java] WARN: no description for Servlet:JAVADOC:124 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:637 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:668 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:674 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:676 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:655 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:669 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:670 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:671.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:672.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:673.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:675 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:677 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:679 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:681 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:696 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:243 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:678 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:680 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:682 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:694 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:685 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:686 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:684 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:747 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:748 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:108 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:SPEC:83 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:105 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:SPEC:83 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:106 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:SPEC:83 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:108 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:SPEC:83 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:SPEC:83 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletinputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:75 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:83 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:81 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:87 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:89 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:89 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:91 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:93 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:99 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:95 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletoutputstream/URLClient.java [java] WARN: no description for Servlet:JAVADOC:174 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:175 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:172 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:173 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:176 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:177 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:186 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:206 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:208 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:187 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:188 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:192 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:201 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:704 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:203 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:196 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:205 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:178 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:177 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:178 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:635 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:632 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest1/URLClient.java [java] WARN: no description for Servlet:JAVADOC:706 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:707 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:701 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:32 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:36 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:37 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:41 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:42 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:44 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:47 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:48 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:52 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:49 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:50 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:51 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:38 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:37 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:38 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:633 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:636 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:721 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:718 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:703 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:727 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:727 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:727 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:723 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:723 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:640 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:722 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:727 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:728 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:716 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:727 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:724 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30x/URLClient.java [java] WARN: no description for Servlet:JAVADOC:725 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletrequestwrapper30x/URLClient.java [java] WARN: no description for Servlet:JAVADOC:158 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:156 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:157 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:164 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:166 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:141 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:143 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:144 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:146 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:161 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:163 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:154 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:155 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:150 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:152 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:152 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:153.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:164 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:164 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:22 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:21 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:29 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:731 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:732 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:684 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/sessiontrackingmode/URLClient.java [java] WARN: no description for Servlet:JAVADOC:687 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/sessiontrackingmode/URLClient.java [java] WARN: no description for Servlet:JAVADOC:695 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/sessiontrackingmode/URLClient.java [java] WARN: no description for Servlet:SPEC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/singlethreadmodel/URLClient.java [java] WARN: no description for Servlet:SPEC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/singlethreadmodel/URLClient.java [java] WARN: no description for Servlet:JAVADOC:66 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:67 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:67 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:67 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:72 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributeevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:169 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:170 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:171 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:64 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:167 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:168 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/srlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:268 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:SPEC:11.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:SPEC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/unavailableexception/URLClient.java [java] WARN: no description for Servlet:JAVADOC:453 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:434 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:628 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:436 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:437 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:439 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:443 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:448 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:445 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:447 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:450 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:451 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:435 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:438 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:440 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:442 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:441 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:446 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:449 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:452 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java [java] WARN: no description for Servlet:JAVADOC:416 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:421 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:422 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:423 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:417 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:418 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:419 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:433 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:430 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:426 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:424 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:573 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:572 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:574 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:575 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:576 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:577 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:579 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:580 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:581 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:583 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:584 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:582 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:585 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:586 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:587 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:590 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:589 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:592 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:719 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:629 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:593 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:594 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:595 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:596 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:597 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:598 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:599 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:600 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:601 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:574 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:601 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:602 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:530 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:550 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:532 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:531 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:535 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:534 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:533 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:540 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:537 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:536 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:539 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:538 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:543 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:544 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:542 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:545 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:547 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:546 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:549 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:548 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:553 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:552 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:554 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:561 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:562 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:560 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:563 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:564 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:565 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:566 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:567 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:569 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:570 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:568 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:559 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:559 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:SPEC:67 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no description for Servlet:JAVADOC:630 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest/URLClient.java) [java] WARN: no description for Servlet:JAVADOC:761 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequest30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:385 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:384 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:386 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:389 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:390 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:391 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:407 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:408 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:394 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:395 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:393 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:396 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:397 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:401 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:403 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:404 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:410 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:398 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:399 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:400 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:409 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:406 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:405 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:388 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:387 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:386 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:387 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:355 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:626 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:356 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:366 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:357 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:358 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:361 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:359 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:360 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:362 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:363 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:364 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:365 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:367 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:372 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:373 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:371 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:374 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:375 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:376 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:378 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:378 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:379 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:377 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:371 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:371 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:631 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:634 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:381 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:382 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:383 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletrequestwrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:603 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:605 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:625 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:608 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:609 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:611 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:612 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:615 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:616 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:619 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:617 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:617 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:618 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:606 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:606 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:622 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:620 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:621 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:623 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:607 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:624 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:625 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:502 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:522 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:503 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:514 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:511 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:512 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:508 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:509 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:516 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:515 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:519 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:520 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:521 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:524 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:524 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:526 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:528 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:779 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:777 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:520 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:522 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:526 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:778 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:780 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponse30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:348 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:347 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:354 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:339 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:341 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:350 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:352 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:351 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:351 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:338 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:337 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:346 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:343 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:345 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:344 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:353 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:334 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:335 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:336 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:313 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:314 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:327 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:329 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:331 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:315 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:322 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:320 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:324 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:326 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:328 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:524 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:SPEC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:330 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:332 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:332 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper/URLClient.java [java] WARN: no description for Servlet:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:783 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:781 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:520 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:522 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:523 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:525 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:526 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:527 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:782 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:784 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpservletresponsewrapper30/URLClient.java [java] WARN: no description for Servlet:JAVADOC:465 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:466 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:467 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:469 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:470 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:471 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:474 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:480 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:481 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:476 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:477 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:472 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:496 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:497 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:498 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:499 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:492 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:491 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:493 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:484 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:487 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:488 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:473 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsession/URLClient.java [java] WARN: no description for Servlet:JAVADOC:460 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:485 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:461 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:491 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:462 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionattributelistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:307 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:308 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:311 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:305 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:306 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindingevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:459 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindinglistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:485 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindinglistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:486 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindinglistener/URLClient.java [java] WARN: failed to find file ServletJavadoc Assertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [Servlet] is spelled correcting in the test clients [java] WARN: no description for Servlet:JAVADOC:458 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindinglistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:485 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindinglistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:486 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionbindinglistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:304 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:303 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionevent/URLClient.java [java] WARN: no description for Servlet:JAVADOC:454 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:455 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/httpsessionlistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:693 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:733 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:734 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:735 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:736 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:737 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:738 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:739 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:741 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:742 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:743 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:744 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:745 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:746 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:744 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:740 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:745 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:741 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:743 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:742 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:JAVADOC:746 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/sessioncookieconfig/URLClient.java [java] WARN: no description for Servlet:SPEC:232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.6.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.7.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.6.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.7.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.6.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.7.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:241 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:242 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:244 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:245 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:246 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:SPEC:258.6.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/pluggability/fragment/URLClient.java [java] WARN: no description for Servlet:JAVADOC:804 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:811 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:802 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:804 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:806 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:807 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:809 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:811 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:812 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:814 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:815 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:804 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:811 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webfilter/URLClient.java [java] WARN: no description for Servlet:JAVADOC:865 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:SPEC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:SPEC:195.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:865 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:SPEC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:SPEC:195.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:865 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:SPEC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:SPEC:195.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:865 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:SPEC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:SPEC:195.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:865 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:SPEC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:SPEC:195.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:865 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:SPEC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:SPEC:195.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:865 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:SPEC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:SPEC:195.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:SPEC:289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/weblistener/URLClient.java [java] WARN: no description for Servlet:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:819 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:822 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:817 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:819 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:822 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:SPEC:221.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservlet/URLClient.java [java] WARN: no description for Servlet:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:JAVADOC:819 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:JAVADOC:822 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:SPEC:221.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletapi/URLClient.java [java] WARN: no description for Servlet:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:JAVADOC:819 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:JAVADOC:822 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:JAVADOC:817 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:JAVADOC:819 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:JAVADOC:822 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:JAVADOC:825 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:SPEC:221.10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/annotationservlet/webservletdd/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:708 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:711 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:638 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:643 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: no description for Servlet:JAVADOC:710 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/async/URLClient.java [java] WARN: invalid assertion_id: NA (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/defaultcontextpath/URLClient.java) [java] WARN: no description for Servlet:SPEC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/defaultmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:134.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/defaultmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/defaultmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:134.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/defaultmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:91 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/dir_struct/URLClient.java [java] WARN: no description for Servlet:SPEC:104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:106 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:108 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:105 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:106 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:108 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:108 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage/URLClient.java [java] WARN: no description for Servlet:SPEC:104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:106 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:108 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:104 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:104.3.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:108 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/errorpage1/URLClient.java [java] WARN: no description for Servlet:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:32 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:42 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:42.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:36 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:41 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:42 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:42.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:37 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:42 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:42.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:SPEC:38 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/httpservletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/i18n/encoding/URLClient.java [java] WARN: no description for Servlet:JAVADOC:139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/i18n/encoding/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/i18n/encoding/URLClient.java [java] WARN: no description for Servlet:JAVADOC:164 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/i18n/encoding/URLClient.java [java] WARN: no description for Servlet:JAVADOC:137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/i18n/encoding/URLClient.java [java] WARN: no description for Servlet:JAVADOC:139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/i18n/encoding/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/i18n/encoding/URLClient.java [java] WARN: no description for Servlet:JAVADOC:164 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/i18n/encoding/URLClient.java [java] WARN: no description for Servlet:JAVADOC:137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/i18n/encoding/URLClient.java [java] WARN: no description for Servlet:JAVADOC:139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/i18n/encoding/URLClient.java [java] WARN: no description for Servlet:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/i18n/encoding/URLClient.java [java] WARN: no description for Servlet:JAVADOC:164 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/i18n/encoding/URLClient.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/listenerorder/URLClient.java) [java] WARN: no description for Servlet:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/multifiltermapping/URLClient.java [java] WARN: no description for Servlet:SPEC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/multifiltermapping/URLClient.java [java] WARN: no description for Servlet:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/multifiltermapping/URLClient.java [java] WARN: no description for Servlet:SPEC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/multifiltermapping/URLClient.java [java] WARN: no description for Servlet:SPEC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/multifiltermapping/URLClient.java [java] WARN: no description for Servlet:SPEC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/multifiltermapping/URLClient.java [java] WARN: no description for Servlet:SPEC:232 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/pluggability/ordering/test1/URLClient.java [java] WARN: no description for Servlet:SPEC:241 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/pluggability/ordering/test1/URLClient.java [java] WARN: no description for Servlet:SPEC:242 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/pluggability/ordering/test1/URLClient.java [java] WARN: no description for Servlet:SPEC:244 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/pluggability/ordering/test1/URLClient.java [java] WARN: no description for Servlet:SPEC:245 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/pluggability/ordering/test1/URLClient.java [java] WARN: no description for Servlet:SPEC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/pluggability/ordering/test1/URLClient.java [java] WARN: no description for Servlet:SPEC:258.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/pluggability/ordering/test1/URLClient.java [java] WARN: no description for Servlet:SPEC:258.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/pluggability/ordering/test1/URLClient.java [java] WARN: no description for Servlet:SPEC:258.5.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/pluggability/ordering/test1/URLClient.java [java] WARN: no description for Servlet:SPEC:258.6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/pluggability/ordering/test1/URLClient.java [java] WARN: no description for Servlet:SPEC:258.6.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/pluggability/ordering/test1/URLClient.java [java] WARN: no description for Servlet:SPEC:258.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/pluggability/ordering/test1/URLClient.java [java] WARN: no description for Servlet:SPEC:258.7.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/pluggability/ordering/test1/URLClient.java [java] WARN: no description for Servlet:SPEC:1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/protocols/http/URLClient.java [java] WARN: no description for Servlet:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/rdspecialchar/URLClient.java [java] WARN: no description for Servlet:SPEC:76.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/rdspecialchar/URLClient.java [java] WARN: no description for Servlet:SPEC:76.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/rdspecialchar/URLClient.java [java] WARN: no description for Servlet:SPEC:76.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/rdspecialchar/URLClient.java [java] WARN: no description for Servlet:SPEC:76.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/rdspecialchar/URLClient.java [java] WARN: no description for Servlet:SPEC:76.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/rdspecialchar/URLClient.java [java] WARN: no description for Servlet:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/rdspecialchar/URLClient.java [java] WARN: no description for Servlet:SPEC:76.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/rdspecialchar/URLClient.java [java] WARN: no description for Servlet:SPEC:76.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/rdspecialchar/URLClient.java [java] WARN: no description for Servlet:SPEC:76.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/rdspecialchar/URLClient.java [java] WARN: no description for Servlet:SPEC:76.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/rdspecialchar/URLClient.java [java] WARN: no description for Servlet:SPEC:76.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/rdspecialchar/URLClient.java [java] WARN: no description for Servlet:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:76.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:76.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:76.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:76.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:76.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:76.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:76.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:76.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:76.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:76.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:76.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:76.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:76.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:76.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:76.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:279 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:280 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:275 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:276 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:180.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:180.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:180.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:180.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:180.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:180.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:180.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:180.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:180.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:180.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:181.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:181.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:181.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:181.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:181.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:181.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:181.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:181.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:181.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:181.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:50 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:561 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:562 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:561 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:78 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:562 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:78 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:552 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:192 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:JAVADOC:552 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:78 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestdispatcher/URLClient.java [java] WARN: no description for Servlet:SPEC:133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134.5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:134.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/requestmap/URLClient.java [java] WARN: no description for Servlet:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/annotations/Client.java [java] WARN: no description for Servlet:SPEC:215 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/annotations/Client.java [java] WARN: no description for Servlet:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/annotations/Client.java [java] WARN: no description for Servlet:SPEC:218 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/annotations/Client.java [java] WARN: no description for Servlet:SPEC:294 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/annotations/Client.java [java] WARN: no description for Servlet:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/annotations/Client.java [java] WARN: no description for Servlet:SPEC:216 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/annotations/Client.java [java] WARN: no description for Servlet:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/annotations/Client.java [java] WARN: no description for Servlet:SPEC:216 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/annotations/Client.java [java] WARN: no description for Servlet:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/annotations/Client.java [java] WARN: no description for Servlet:SPEC:215 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/annotations/Client.java [java] WARN: no description for Servlet:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/annotations/Client.java [java] WARN: no description for Servlet:SPEC:218 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/annotations/Client.java [java] WARN: no description for Servlet:SPEC:294 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/annotations/Client.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/annotations/Client.java) [java] WARN: no description for Servlet:JAVADOC:356 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/clientcert/Client.java [java] WARN: no description for Servlet:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/clientcert/Client.java [java] WARN: no description for Servlet:SPEC:26.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/clientcert/Client.java [java] WARN: no description for Servlet:SPEC:26.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/clientcert/Client.java [java] WARN: no description for Servlet:SPEC:26.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/clientcert/Client.java [java] WARN: no description for Servlet:SPEC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/clientcert/Client.java [java] WARN: no description for Servlet:SPEC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/clientcert/Client.java [java] WARN: no description for Servlet:SPEC:369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/clientcert/Client.java [java] WARN: no description for Servlet:JAVADOC:356 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/clientcertanno/Client.java [java] WARN: no description for Servlet:JAVADOC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/clientcertanno/Client.java [java] WARN: no description for Servlet:JAVADOC:369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/clientcertanno/Client.java [java] WARN: no description for Servlet:SPEC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/clientcertanno/Client.java [java] WARN: no description for Servlet:SPEC:26.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/clientcertanno/Client.java [java] WARN: no description for Servlet:SPEC:26.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/clientcertanno/Client.java [java] WARN: no description for Servlet:SPEC:26.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/clientcertanno/Client.java [java] WARN: no description for Servlet:SPEC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/clientcertanno/Client.java [java] WARN: no description for Servlet:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/clientcertanno/Client.java [java] WARN: no description for Servlet:SPEC:215 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/clientcertanno/Client.java [java] WARN: no description for Servlet:SPEC:310 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/denyUncovered/Client.java [java] WARN: no description for Servlet:SPEC:309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/denyUncovered/Client.java [java] WARN: no description for Servlet:SPEC:309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/denyUncovered/Client.java [java] WARN: no description for Servlet:SPEC:309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/denyUncovered/Client.java [java] WARN: no description for Servlet:SPEC:309 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/denyUncovered/Client.java [java] WARN: no description for Servlet:SPEC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:215 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:228 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:258.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:294 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:295 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:218 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:228 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:258.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:294 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:295 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:216 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:228 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:258.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:294 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:295 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:216 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:228 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:258.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:294 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:295 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:215 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:228 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:258.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:294 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:295 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:214 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:217 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:218 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:228 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:258 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:258.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:289 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:294 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for Servlet:SPEC:295 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java [java] WARN: no description for JavaEE:SPEC:281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:JAVADOC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for JavaEE:SPEC:21 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:297 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for JavaEE:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for JavaEE:SPEC:281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for JavaEE:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for JavaEE:SPEC:281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:297 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for JavaEE:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for JavaEE:SPEC:281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for JavaEE:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for JavaEE:SPEC:281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:298 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for JavaEE:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for JavaEE:SPEC:281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:JAVADOC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:JAVADOC:369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for JavaEE:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for JavaEE:SPEC:281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:JAVADOC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:JAVADOC:369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:298 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:297 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for JavaEE:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for JavaEE:SPEC:281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for JavaEE:SPEC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for JavaEE:SPEC:281 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] WARN: no description for Servlet:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secbasic/Client.java [java] %%%%%%%%%% Parsing file "jaxws/JAXWSSpecAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "jaxws" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] %%%%%%% Error could not resolve file "spec_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jaxws_ch2.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jaxws/jaxws_ch2.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jaxws_ch3.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jaxws/jaxws_ch3.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jaxws_ch4.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jaxws/jaxws_ch4.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jaxws_ch5.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jaxws/jaxws_ch5.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jaxws_ch6.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jaxws/jaxws_ch6.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jaxws_ch7.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jaxws/jaxws_ch7.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jaxws_ch8.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jaxws/jaxws_ch8.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jaxws_ch9.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jaxws/jaxws_ch9.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jaxws_ch10.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jaxws/jaxws_ch10.xml" [java] publicId "null" [java] systemId "file:///home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/jaxws_ch11.xml" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs/jaxws/jaxws_ch11.xml" [java] WARN: no description for JavaEE:SPEC:21 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for JavaEE:SPEC:21 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:297 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:298 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:142.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:142.4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:142.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:142.4.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:298 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:160 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:JAVADOC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:JAVADOC:369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:154 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:154.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:JAVADOC:368 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:JAVADOC:369 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:154 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:154.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:298 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:297 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:89 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:92.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:294 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:150 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for JavaEE:SPEC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:144 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:144 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:144 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:290 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:291 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:293 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: no description for Servlet:SPEC:296 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/security/secform/Client.java [java] WARN: invalid assertion_id: N/A (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/serverpush/Client.java) [java] WARN: invalid assertion_id: N/A (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/serverpush/Client.java) [java] WARN: invalid assertion_id: N/A (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/serverpush/Client.java) [java] WARN: invalid assertion_id: N/A (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/serverpush/Client.java) [java] WARN: invalid assertion_id: N/A (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/serverpush/Client.java) [java] WARN: invalid assertion_id: N/A (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/serverpush/Client.java) [java] WARN: invalid assertion_id: N/A (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/serverpush/Client.java) [java] WARN: invalid assertion_id: N/A (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/serverpush/Client.java) [java] WARN: no description for Servlet:JAVADOC:690 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletcontext/URLClient.java [java] WARN: no description for Servlet:SPEC:133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:134.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:134.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:134.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:134.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:134.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:134.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:134.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:134.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:134.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:134.3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:134.4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:SPEC:207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletmapping/URLClient.java [java] WARN: no description for Servlet:JAVADOC:603 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletresponse/URLClient.java [java] WARN: no description for Servlet:JAVADOC:153 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/servletresponse/URLClient.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/srlistener/URLClient.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/srlistener/URLClient.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/srlistener/URLClient.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/srlistener/URLClient.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/srlistener/URLClient.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/srlistener/URLClient.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/srlistener/URLClient.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/srlistener/URLClient.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/srlistener/URLClient.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/srlistener/URLClient.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/srlistener/URLClient.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/srlistener/URLClient.java) [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/srlistener/URLClient.java) [java] WARN: no description for Servlet:SPEC:89 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/webapps/accesswebinf/URLClient.java [java] WARN: no description for Servlet:SPEC:141 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/welcomefiles/URLClient.java [java] WARN: no description for Servlet:SPEC:141 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/servlet/spec/welcomefiles/URLClient.java [java] WARN: no description for JavaEE:SPEC:247 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/webservices12/deploy/jarDeploy/Client.java [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: no description for JavaEE:SPEC:247 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/webservices12/deploy/warDeploy/Client.java [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: no description for JavaEE:SPEC:10087 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/Client.java [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: no description for JavaEE:SPEC:10087 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/Client.java [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: no description for JavaEE:SPEC:10087 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/Client.java [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: no description for JavaEE:SPEC:10087 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauth/Client.java [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: no description for JavaEE:SPEC:10087 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/Client.java [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: no description for JavaEE:SPEC:10087 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/Client.java [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: no description for JavaEE:SPEC:10087 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/Client.java [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: no description for JavaEE:SPEC:10087 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/basicauthssl/Client.java [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: no description for JavaEE:SPEC:10087 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/Client.java [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: no description for JavaEE:SPEC:10087 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/Client.java [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: no description for JavaEE:SPEC:10087 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/webservices12/sec/annotations/ejb/clientcert/Client.java [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] %%%%%%%%%% Parsing file "websocket/WebSocketJavadocAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "websocket" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%% Error could not resolve file "javadoc_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%%%%% Parsing file "websocket/WebSocketSpecAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "websocket" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] %%%%%%% Error could not resolve file "spec_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: failed to find file WS4EESpecAssertions.xml under /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../internal/docs, verify the technology name [WS4EE] is spelled correcting in the test clients [java] WARN: for id:[WEBSOCKET:JAVADOC:17] null description in WebSocketJavadocAssertions.xml [java] WARN: for id:[WEBSOCKET:JAVADOC:25] null description in WebSocketJavadocAssertions.xml [java] WARN: for id:[WEBSOCKET:JAVADOC:26] null description in WebSocketJavadocAssertions.xml [java] WARN: for id:[WEBSOCKET:JAVADOC:27] null description in WebSocketJavadocAssertions.xml [java] WARN: for id:[WEBSOCKET:JAVADOC:38] null description in WebSocketJavadocAssertions.xml [java] WARN: for id:[WEBSOCKET:JAVADOC:41] null description in WebSocketJavadocAssertions.xml [java] WARN: for id:[WEBSOCKET:JAVADOC:42] null description in WebSocketJavadocAssertions.xml [java] WARN: for id:[WEBSOCKET:JAVADOC:44] null description in WebSocketJavadocAssertions.xml [java] WARN: for id:[WEBSOCKET:JAVADOC:47] null description in WebSocketJavadocAssertions.xml [java] WARN: for id:[WEBSOCKET:JAVADOC:48] null description in WebSocketJavadocAssertions.xml [java] WARN: for id:[WEBSOCKET:JAVADOC:57] null description in WebSocketJavadocAssertions.xml [java] WARN: for id:[WEBSOCKET:JAVADOC:59] null description in WebSocketJavadocAssertions.xml [java] WARN: for id:[WEBSOCKET:JAVADOC:60] null description in WebSocketJavadocAssertions.xml [java] WARN: for id:[WEBSOCKET:JAVADOC:62] null description in WebSocketJavadocAssertions.xml [java] WARN: for id:[WEBSOCKET:JAVADOC:66] null description in WebSocketJavadocAssertions.xml [java] WARN: for id:[WEBSOCKET:JAVADOC:83] null description in WebSocketJavadocAssertions.xml [java] WARN: for id:[WEBSOCKET:JAVADOC:186] null description in WebSocketJavadocAssertions.xml [java] WARN: for id:[WEBSOCKET:JAVADOC:211] null description in WebSocketJavadocAssertions.xml [java] WARN: no description for WebSocket:JAVADOC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: for id:[WebSocket:SPEC:WSC-2.1.1-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-2.1.2-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-2.1.2-2] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-2.1.2-3] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-2.1.2-4] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-2.1.3-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-2.1.3-2] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-2.1.5-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-2.1.7-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-2.2.2-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-2.2.3-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-2.2.4-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-2.2.5-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-2.2.5-2] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-3-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-3.1.1-4] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-3.1.2-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-3.1.3-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-3.1.4-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-3.1.5-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-3.1.7-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-3.1.7-2] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-3.2.1-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-3.2.2-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.1-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.1.1-2] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.1.1-3] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.1.1-4] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.1.2-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.1.3-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.1.3-2] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.1.4-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.1.5-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.2.1-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.2.2-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.2.2-2] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.2.4-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.3-2] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.3-3] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.3-4] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.3-5] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.3-6] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.4-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.4-2] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.4-3] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.5-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.5-2] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.5-3] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.5-4] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.6-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.6-2] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.6-3] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.8.1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-4.8.2] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-5.1-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-5.1-2] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-5.1-3] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-5.1-4] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-5.1.5] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-5.2.1-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-5.2.1-2] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-5.2.1-3] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-5.2.1-4] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-5.2.1-5] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-5.2.2-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-5.2.2-2] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-5.2.2-3] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-5.2.2-4] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-5.2.3-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-6.2-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-6.2-2] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-6.2-3] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-6.2-4] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-6.2-5] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-6.4-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-6.5-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-6.5-2] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-7.2-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-7.2-2] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-7.2-3] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-8.1-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-8.2-1] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-8.2-2] null description in WebSocketSpecAssertions.xml [java] WARN: for id:[WebSocket:SPEC:WSC-8.3-1] null description in WebSocketSpecAssertions.xml [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:9 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:24 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/closereason/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:22 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/closereason/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:25 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/closereason/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:26 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/closereason/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:18 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/closereason/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/closereason/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/closereason/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:23 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/closereason/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:32 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/decodeexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/decodeexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/decodeexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:31 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/decodeexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/decodeexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/decodeexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:30 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/decodeexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/decodeexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/decodeexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:29 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/decodeexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:33 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/decodeexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:34 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/decodeexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:49 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/deploymentException/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:50 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/deploymentException/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:51 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/encodeexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:53 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/encodeexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:52 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/encodeexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:53 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/encodeexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:203 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:203 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:201 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:201 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:203 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:201 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:203 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:199 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:206 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:199 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:206 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:196 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:199 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:201 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:203 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:206 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:207 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:167 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:167 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:172 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:168 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:168 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:173 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:166 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:166 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:171 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:165 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:165 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:170 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:169 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/api/jakarta/websocket/websocketcontainer/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:16 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:17 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:121 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:135 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:121 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:135 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:121 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:135 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:121 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:135 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:121 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:135 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:121 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:135 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:121 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:135 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:11 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:12 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:71 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:121 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:135 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:136 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointonmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointreturntype/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointreturntype/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointreturntype/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointreturntype/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointreturntype/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointreturntype/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointreturntype/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/clientendpointreturntype/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:36 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:43 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:36 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:36 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:37 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:36 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:43 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:37 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:37 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:43 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:36 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:43 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:36 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:36 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:37 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:36 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:43 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:37 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:37 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:43 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/coder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:27 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/containerprovider/metainf/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/containerprovider/metainf/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/containerprovider/vi/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/containerprovider/vi/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:66 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/client/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/client/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/client/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:66 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/client/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:67 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/client/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/client/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:66 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/server/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/server/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/server/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:66 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/server/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:67 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/server/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/endpoint/server/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/handshakeresponse/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:16 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/handshakeresponse/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/handshakeresponse/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:174 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/handshakeresponse/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/handshakeresponse/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/handshakeresponse/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:16 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/handshakeresponse/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/handshakeresponse/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:174 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/handshakeresponse/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/handshakeresponse/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:36 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:43 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:36 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:36 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:37 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:36 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:43 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:37 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:37 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:43 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:54 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:55 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:36 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:43 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:36 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:36 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:37 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:35 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:36 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:43 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:46 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:37 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:40 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:37 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:39 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:43 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:45 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/programaticcoder/WSProgramaticClient.java [java] WARN: no description for WebSocket:JAVADOC:93 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:100 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:93 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:100 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:94 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:94 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:94 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:94 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:95 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:120 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:95 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:120 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:95 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:95 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:95 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:95 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:120 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:120 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:119 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:117 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:118 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:119 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:99 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:99 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:99 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:99 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:98 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:120 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:98 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:116 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:120 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:127 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:98 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:98 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:98 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:98 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:91 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:91 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:87 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:87 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:88 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:88 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:88 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:88 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:105 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:107 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:105 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:105 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:105 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:111 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:114 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:101 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:91 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:91 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:85 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:87 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:87 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:88 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:88 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:88 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:88 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:96 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/async/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:97 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/asyncwithhandler/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:61 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:63 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:56 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:58 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:109 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/remoteendpoint/usercoder/basic/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:174 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:16 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:174 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:176 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:176 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:176 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:176 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:177 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:178 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/handshakerequest/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:181 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/pathparam/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfig/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfiginlib/WSLibClient.java [java] WARN: no description for WebSocket:SPEC:WSC-6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfiginlib/WSLibClient.java [java] WARN: no description for WebSocket:JAVADOC:182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfiginlib/WSLibClient.java [java] WARN: no description for WebSocket:SPEC:WSC-6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfiginlib/WSLibClient.java [java] WARN: no description for WebSocket:JAVADOC:182 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfiginlib/WSLibClient.java [java] WARN: no description for WebSocket:SPEC:WSC-6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfiginlib/WSLibClient.java [java] WARN: no description for WebSocket:JAVADOC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfiginlib/WSLibClient.java [java] WARN: no description for WebSocket:SPEC:WSC-6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfiginlib/WSLibClient.java [java] WARN: no description for WebSocket:JAVADOC:183 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfiginlib/WSLibClient.java [java] WARN: no description for WebSocket:SPEC:WSC-6 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverapplicationconfiginlib/WSLibClient.java [java] WARN: no description for WebSocket:JAVADOC:188 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:192 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:190 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:189 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:191 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:188 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:188 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:194 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:196 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:193 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:199 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:203 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:196 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:204 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:198 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:200 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:201 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:202 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:201 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/builder/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:205 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:205 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:206 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:75 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:208 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:75 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:208 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:75 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:208 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:13 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:75 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:195 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:208 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:14 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:197 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:209 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:211 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/server/serverendpointconfig/configurator/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:121 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:122 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:105 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:121 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:122 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:105 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:121 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:122 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:147 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:105 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:121 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:122 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:147 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:129 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:131 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:148 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:150 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:132 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:132 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:132 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:139 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:38 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/client/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:213 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:212 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/session11/server/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/sessionexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/sessionexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/sessionexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:67 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/sessionexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/sessionexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/sessionexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/sessionexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/sessionexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:151 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/sessionexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:152 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/sessionexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/sessionexception/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:38 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:38 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:41 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:41 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:44 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:44 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:47 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:47 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:62 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:62 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:64 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:64 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:57 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:59 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:62 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:62 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:64 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:64 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:42 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:42 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:48 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:48 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:60 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:65 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/throwingcoder/annotated/WSClient.java [java] WARN: no value for assertion_ids (/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketcontainer/WSClient.java) [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessage/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessagereturntype/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessagereturntype/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessagereturntype/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessagereturntype/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessagereturntype/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessagereturntype/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessagereturntype/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessagereturntype/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:80 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/ee/jakarta/websocket/websocketmessagereturntype/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onclose/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.3-1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onclose/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onclose/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onclose/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onclose/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.3-1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onclose/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onclose/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onclose/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onerror/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.3-1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onerror/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onerror/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onerror/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onerror/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.3-1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onerror/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onerror/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onerror/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onmessage/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.3-1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onmessage/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onmessage/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onmessage/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onmessage/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.3-1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onmessage/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onmessage/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onmessage/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onopen/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.3-1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onopen/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onopen/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onopen/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onopen/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.3-1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onopen/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onopen/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/pasrv/onopen/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onclose/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.3-1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onclose/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onclose/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onclose/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onclose/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.3-1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onclose/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onclose/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onclose/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onerror/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.3-1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onerror/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onerror/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onerror/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onerror/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.3-1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onerror/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onerror/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onerror/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onmessage/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.3-1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onmessage/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onmessage/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onmessage/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onmessage/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.3-1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onmessage/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onmessage/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onmessage/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onopen/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.3-1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onopen/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onopen/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onopen/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onopen/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.3-1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onopen/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onopen/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onopen/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/malformedpath/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/malformedpath/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/malformedpath/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/malformedpath/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/multiplepaths/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/multiplepaths/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/multiplepaths/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/multiplepaths/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/multiplepaths/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/multiplepaths/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/multiplepaths/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/multiplepaths/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onclose/client/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onclose/client/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onclose/client/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onclose/client/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onclose/client/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onclose/client/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onclose/srv/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onclose/srv/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onclose/srv/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onclose/srv/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onclose/srv/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onclose/srv/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onclose/srv/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onclose/srv/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onclose/srv/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onclose/srv/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onclose/srv/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onclose/srv/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onerror/client/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onerror/client/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onerror/client/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onerror/client/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onerror/client/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onerror/client/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onerror/srv/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onerror/srv/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onerror/srv/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onerror/srv/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onerror/srv/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onerror/srv/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onerror/srv/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onerror/srv/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onerror/srv/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onerror/srv/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onerror/srv/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onerror/srv/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/binarybytebufferint/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/binarybytebufferint/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/binarybytebufferint/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/binaryduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/binaryduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/binaryduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/binaryinputstreamboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/binaryinputstreamboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/binaryinputstreamboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/nodecoder/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/nodecoder/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/nodecoder/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/pongboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/pongboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/pongboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/pongduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/pongduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/pongduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/textbigdecimal/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/textbigdecimal/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/textbigdecimal/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/textduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/textduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/textduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/textreaderboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/textreaderboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/textreaderboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/textstringint/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/textstringint/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/client/textstringint/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/pasrv/nomoreendpoints/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/pasrv/nomoreendpoints/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/pasrv/nomoreendpoints/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/ppsrv/nomoreendpoints/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/ppsrv/nomoreendpoints/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/ppsrv/nomoreendpoints/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarybytebufferint/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarybytebufferint/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarybytebufferint/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarybytebufferint/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarybytebufferint/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarybytebufferint/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryinputstreamboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryinputstreamboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryinputstreamboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryinputstreamboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryinputstreamboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binaryinputstreamboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarynodecoder/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarynodecoder/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarynodecoder/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarynodecoder/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarynodecoder/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/binarynodecoder/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/pongduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textbigdecimal/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textbigdecimal/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textbigdecimal/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textbigdecimal/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textbigdecimal/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textbigdecimal/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textduplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textnodecoder/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textnodecoder/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textnodecoder/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textnodecoder/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textnodecoder/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textnodecoder/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textreaderboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textreaderboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textreaderboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textreaderboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textreaderboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textreaderboolean/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textstringint/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textstringint/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textstringint/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textstringint/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textstringint/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onmessage/srv/textstringint/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onopen/client/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onopen/client/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onopen/client/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onopen/client/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onopen/client/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onopen/client/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onopen/srv/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onopen/srv/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onopen/srv/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onopen/srv/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onopen/srv/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onopen/srv/duplicate/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onopen/srv/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onopen/srv/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onopen/srv/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onopen/srv/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onopen/srv/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-5.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/negdep/onopen/srv/toomanyargs/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/cdi/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-7.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/cdi/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/cdi/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-7.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/cdi/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/cdi/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-7.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/cdi/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticated/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedlogoff/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedssl/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedssl/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:179 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedssl/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedssl/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedssl/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-8.3-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedssl/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedssl/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:77 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedssl/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:180 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedssl/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedssl/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedssl/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-8.3-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedssl/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:15 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/session/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:175 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/session/WSCClient.java [java] WARN: no description for WebSocket:JAVADOC:210 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/session/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-7 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/session/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/annotation/inheritance/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/annotation/inheritance/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/annotation/inheritance/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/annotation/inheritance/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/annotation/inheritance/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/annotation/inheritance/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/annotation/inheritance/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/annotation/inheritance/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/annotation/inheritance/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/annotation/inheritance/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/annotation/inheritance/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4.8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/annotation/inheritance/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/application/closing/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/application/closing/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/application/containers/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/application/containers/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/application/lifecycle/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/application/lifecycle/WSCClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-3.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/configuration/urimatching/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:121 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:122 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:105 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:121 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:122 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:105 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:121 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:122 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:147 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:103 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:105 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:121 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:122 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:134 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:147 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:123 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:19 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:20 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:125 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:145 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:129 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:131 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:148 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:133 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:150 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:132 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:132 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:132 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:149 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:140 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:138 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:142 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-4 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:112 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:128 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:137 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:159 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:184 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:67 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:67 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:8 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:10 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:28 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:67 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:130 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:JAVADOC:162 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for WebSocket:SPEC:WSC-2.1 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/websocket/spec/session/sessionid/WSClient.java [java] WARN: no description for JavaEE:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:68 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:69 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:73 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:82 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:84 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/resXcomp3/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp1/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:70 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:74 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:76 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:79 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:90 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] WARN: no description for JavaEE:SPEC:92 in /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/com/sun/ts/tests/xa/ee/xresXcomp2/Client.java [java] Writing /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/../JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/src/testsuite.jtd [java] strings: 74289 entries, 3931789 bytes (436043 compressed, 11%) [java] tests: 42670 tests, 6469279 bytes (684051 compressed, 10%) [java] tree: 5967 nodes, 248756 bytes (151089 compressed, 60%) [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src createbundledatestring: init: [echo] licensefile=[LICENSE.md] _create.version.file: [touch] Creating /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/bin/version [propertyfile] Updating property file: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/build_13-Sep-2021/bundle/jakartaeetck/bin/version createzipfile: [echo] bundle.dir=../JAKARTAEE_BUILD/build_13-Sep-2021/bundle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -unix-zip: [exec] test of jakartaeetck-9.1.0_13-Sep-2021.zip OK [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -ant-zip: [echo] Created latest link for the bundle at /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../release/JAKARTAEE_BUILD/latest BUILD SUCCESSFUL Total time: 2 minutes 24 seconds + ant -f /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/build.xml -Ddeliverabledir=jakartaee -Ddeliverable.version=9.1 -Dskip.createbom=true -Dskip.build=true -Dbasedir=/home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools smoke Picked up JAVA_TOOL_OPTIONS: -Xmx1G Buildfile: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/tools/build.xml [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src Trying to override old definition of datatype string has.override: no.override: smoke: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src has.override: no.override: jakartaee-smoke: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src createbundledatestring: init: [echo] licensefile=[LICENSE.md] setup: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src ts.version: [echo] deliverable name=jakartaee-smoke check.for.cancel.out: [echo] If this information is not correct, CTRL-C out of this build [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src check.bundle.dir: backup.bundle.dir: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke [echo] bundle.dir=[../JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle] [echo] deliverable.bundle.dir=[../JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke] check.for.jakartaee.subset: [echo] XML File to call is jakartaee-tech-common.xml build: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src init: [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/bin [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/bin/xml [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/bin/xml/impl/glassfish [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/bin/xml/impl/none [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/lib [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/src [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/bin/xml/other [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/classes [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/dist [mkdir] Created dir: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/docs build: [copy] Copying 10 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/lib [copy] Copying 12 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/bin/xml [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/bin/xml/other [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/bin/xml/impl/glassfish [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/bin/xml/impl/none [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/bin [copy] Copying 117 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/src [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/docs [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src init: build: [echo] $$$$$$$ web.files is web/servlet/**/*, web/jsp/**/*, web/jstl/spec/core/iteration/foreach/**/*, web/jstl/spec/sql/query/**/*, web/empty/**/*, com/sun/ts/tests/smoke.xml [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src copyinstall: [copy] Copying 41 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/bin [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src _filter.common.files: [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/bin/xml/impl/glassfish [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/bin/xml/impl/glassfish [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/bin/xml/impl/glassfish [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/bin/xml/impl/glassfish [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/bin/xml/impl/glassfish/templates [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/bin/xml/other [copy] Copying 2 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/src [copy] Copying 89 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/sql [echo] all.files = com/sun/ts/tests/ejb/ee/tx/txbean/**/*,com/sun/ts/tests/ejb/ee/tx/session/stateful/cm/TxRN_Exceptions/**/*,com/sun/ts/tests/samples/jdbc/ee/testConn/**/*,com/sun/ts/tests/integration/entity/jspejbjdbc/**/*,com/sun/ts/tests/integration/entity/servletejbjdbc/**/*,com/sun/ts/tests/javamail/ee/multipart/**/*,com/sun/ts/tests/jta/ee/usertransaction/commit/**/*,com/sun/ts/tests/ejb/ee/sec/stateful/secpropagation/**/*,com/sun/ts/tests/ejb/ee/sec/stateful/common/**/*,com/sun/ts/tests/ejb32/lite/timer/service/singleton/**/*,com/sun/ts/tests/connector/localTx/connection/**/*,com/sun/ts/tests/connector/util/**/*,com/sun/ts/tests/xa/ee/tsr/**/*,com/sun/ts/tests/jms/ee/mdb/mdb_sndToQueue/**/*,com/sun/ts/tests/jms/core20/appclient/jmscontextqueuetests/**/*,com/sun/ts/tests/jms/ee20/cditests/mdb/**/*,com/sun/ts/tests/jms/ee20/ra/activationconfig/queue/selectorauto/**/*,com/sun/ts/tests/jsonb/defaultmapping/basictypes/**/*,com/sun/ts/tests/jsonp/api/jsongeneratortests/**/*,com/sun/ts/tests/concurrency/api/ManagedScheduledExecutorService/**/*,com/sun/ts/tests/jsp/spec/core_syntax/actions/usebean/**/*,com/sun/ts/tests/jsp/api/javax_servlet/jsp/tagext/bodytagsupport/**/*,com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpservletrequest/**/*,com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext/**/*,com/sun/ts/tests/servlet/api/jakarta_servlet/servletresponse/**/*,com/sun/ts/tests/servlet/api/common/**/*,com/sun/ts/tests/jsp/api/jakarta_el/elresolver/**/*,com/sun/ts/tests/jsp/spec/el/language/**/*,com/sun/ts/tests/jsp/spec/tagext/resource/taghandler/**/*,com/sun/ts/tests/jms/common/**/*,com/sun/ts/tests/jms/commonee/**/*,com/sun/ts/tests/jsonp/common/**/*,com/sun/ts/tests/concurrency/api/common/**/*,com/sun/ts/tests/jsp/common/**/*,com/sun/ts/tests/jta/ee/common/**/*,com/sun/ts/tests/servlet/common/**/*,com/sun/ts/tests/jacc/util/**/*,com/sun/ts/tests/jacc/toolsContracts/**/*,com/sun/ts/tests/common/**/*,com/sun/ts/tests/webservices12/ejb/annotations/WSEjbSOAPHandlersTest/**/*,com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/**/*,com/sun/ts/tests/webservices12/servlet/HandlerTest/**/*,com/sun/ts/tests/webservices12/wsdlImport/file/simple2/**/*,com/sun/ts/tests/webservices13/servlet/WSRespBindAndAddressingTestUsingAnnotations/**/*,com/sun/ts/tests/webservices13/servlet/WSAddressingFeaturesTestUsingDDs/**/*,com/sun/ts/tests/jaxws/ee/j2w/document/literal/marshalltest/**/*,com/sun/ts/tests/jaxws/common/**/*,com/sun/ts/tests/jaxws/wsa/common/**/*,com/sun/ts/tests/jaxws/wsi/constants/**/*,com/sun/ts/tests/jsf/common/**/*,com/sun/ts/tests/jsf/api/jakarta_faces/application/application/**/*,com/sun/ts/tests/jsf/spec/el/managedbean/**/*,com/sun/ts/tests/jstl/common/**/*,com/sun/ts/tests/jstl/spec/core/iteration/foreach/**/*,com/sun/ts/tests/jstl/spec/sql/query/**/*,com/sun/ts/tests/jpa/core/basic/**/*,com/sun/ts/tests/jpa/core/entitytest/persist/basic/**/*,com/sun/ts/tests/jpa/common/**/*,com/sun/ts/tests/ejb30/common/helper/**/*,com/sun/ts/tests/websocket/common/**/*,com/sun/ts/tests/websocket/ee/javax/websocket/server/serverendpoint/**/*,com/sun/ts/tests/websocket/ee/javax/websocket/session/**/* [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do.build: [copy] Copying 803 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/classes [copy] Copying 262 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/dist [copy] Copying 163 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/lib [copy] Copying 2482 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/src [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src do.common.bundle.creation: [copy] Copying 5 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/classes [copy] Copying 3 files to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/src [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src createbundledatestring: init: [echo] licensefile=[LICENSE.md] get.finder.args: binary.finder: [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src createbundledatestring: init: [echo] licensefile=[LICENSE.md] _create.version.file: [touch] Creating /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/bin/version [propertyfile] Updating property file: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle/jakartaee-smoke/bin/version createzipfile: [echo] bundle.dir=../JAKARTAEE-SMOKE_BUILD/build_13-Sep-2021/bundle [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -unix-zip: [exec] test of jakartaee-smoke-9.1.0_13-Sep-2021.zip OK [echo] ts.home = /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../install/jakartaee. [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src [delete] Deleting: /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/src -ant-zip: [echo] Created latest link for the bundle at /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/bin/xml/../../release/JAKARTAEE-SMOKE_BUILD/latest BUILD SUCCESSFUL Total time: 17 seconds + mkdir -p /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jakartaeetck-bundles + cd /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jakartaeetck-bundles + cp /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE-SMOKE_BUILD/latest/jakartaee-smoke-9.1.0_13-Sep-2021.zip /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jakartaeetck-bundles/ + cp /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/release/JAKARTAEE_BUILD/latest/jakartaeetck-9.1.0_13-Sep-2021.zip /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jakartaeetck-bundles/ ++ ls jakartaee-smoke-9.1.0_13-Sep-2021.zip jakartaeetck-9.1.0_13-Sep-2021.zip + for entry in '`ls *.zip`' ++ echo jakartaee-smoke-9.1.0_13-Sep-2021.zip ++ cut -d_ -f2 + date=13-Sep-2021.zip ++ echo jakartaee-smoke-9.1.0_13-Sep-2021.zip ++ cut -d_ -f1 + strippedEntry=jakartaee-smoke-9.1.0 + [[ '' == \E\F\T\L ]] + [[ '' == \e\f\t\l ]] + mv /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jakartaeetck-bundles/jakartaee-smoke-9.1.0_13-Sep-2021.zip /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jakartaeetck-bundles/jakartaee-smoke-9.1.0.zip + for entry in '`ls *.zip`' ++ echo jakartaeetck-9.1.0_13-Sep-2021.zip ++ cut -d_ -f2 + date=13-Sep-2021.zip ++ echo jakartaeetck-9.1.0_13-Sep-2021.zip ++ cut -d_ -f1 + strippedEntry=jakartaeetck-9.1.0 + [[ '' == \E\F\T\L ]] + [[ '' == \e\f\t\l ]] + mv /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jakartaeetck-bundles/jakartaeetck-9.1.0_13-Sep-2021.zip /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jakartaeetck-bundles/jakartaeetck-9.1.0.zip ++ git rev-parse HEAD + GIT_HASH=788130cd6df0363cfb7a3496f8a04b5928835901 ++ git branch ++ awk '{print $2}' + GIT_BRANCH=tuning_request2 ++ date + BUILD_DATE='Mon Sep 13 19:16:17 UTC 2021' + rm -f /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jakartaeetck.version + touch /home/jenkins/agent/workspace/_tck-scottmarlow_tuning_request2/jakartaeetck.version + echo 'Git Revision: 788130cd6df0363cfb7a3496f8a04b5928835901' + echo 'Git Branch: tuning_request2' + echo 'Build Date: Mon Sep 13 19:16:17 UTC 2021'